From 902910930c3a45de77a1f3c8398fd063a3f26fed Mon Sep 17 00:00:00 2001 From: Grason Chan Date: Mon, 21 Mar 2022 15:46:18 +0800 Subject: [PATCH] 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` --- Turntable/color.ini | 3 +++ manifest.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 Turntable/color.ini diff --git a/Turntable/color.ini b/Turntable/color.ini new file mode 100644 index 0000000..ea4a617 --- /dev/null +++ b/Turntable/color.ini @@ -0,0 +1,3 @@ +; empty config to fix `spicetify apply` error ouput + +[turntable] diff --git a/manifest.json b/manifest.json index 32c0ed2..7c30ea3 100644 --- a/manifest.json +++ b/manifest.json @@ -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" ],