mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Merge pull request #112 from JulienMaille/JulienMaille-patch-1
set default theme mode to "Based on time"
This commit is contained in:
commit
3b248c465b
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ Dribbblish.config.register({
|
|||
key: "theme",
|
||||
name: "Theme",
|
||||
description: "Select Dark / Bright mode",
|
||||
defaultValue: "dark",
|
||||
defaultValue: "time",
|
||||
showChildren: (val) => {
|
||||
if (val == "time") return ["darkModeOnTime", "darkModeOffTime"];
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue