Chore(Turntable): add empty color config to fix spicetify apply error ouput (#695)

* chore(Turntable): add empty color config to fix `spicetify apply` error ouput

* chore(Turntable): add `schemes` key of the Turntable to the `manifest.json`
This commit is contained in:
Grason Chan 2022-03-21 15:46:18 +08:00 committed by GitHub
parent 07596ca4b2
commit 902910930c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
Turntable/color.ini Normal file
View File

@ -0,0 +1,3 @@
; empty config to fix `spicetify apply` error ouput
[turntable]

View File

@ -95,6 +95,7 @@
"preview": "Turntable/screenshots/turntable.png",
"readme": "Turntable/README.md",
"usercss": "Turntable/user.css",
"schemes": "Turntable/color.ini",
"include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js"
],