mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-15 04:31:06 +00:00
IMP: description for 'Based on System Theme' option
This commit is contained in:
parent
76fda08a71
commit
34bd5fe4f8
1 changed files with 4 additions and 1 deletions
|
|
@ -624,7 +624,10 @@ Dribbblish.on("ready", () => {
|
|||
order: -1,
|
||||
key: "theme",
|
||||
name: "Theme",
|
||||
description: "Select Dark / Bright mode",
|
||||
description: `Select Dark / Bright mode
|
||||
**Based on System Theme** should work on MacOs and Linux
|
||||
On Windows you will need to patch Spotify.exe using this [(script)](https://github.com/khanhas/spicetify-cli/issues/1095#issuecomment-980473116){.muted}
|
||||
`,
|
||||
defaultValue: "time",
|
||||
showChildren: (val) => {
|
||||
if (val == "time") return ["darkModeOnTime", "darkModeOffTime", "bgTheme"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue