default to darkmode only
This commit is contained in:
parent
c641beddce
commit
eabc68e936
|
@ -1,6 +1,6 @@
|
||||||
colorScheme = "blowfish"
|
colorScheme = "blowfish"
|
||||||
defaultAppearance = "dark"
|
defaultAppearance = "dark"
|
||||||
autoSwitchAppearance = true
|
autoSwitchAppearance = false
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
logo = "logo.png"
|
logo = "logo.png"
|
||||||
|
|
||||||
|
@ -51,5 +51,5 @@ links = [
|
||||||
showMenu = true
|
showMenu = true
|
||||||
showCopyright = true
|
showCopyright = true
|
||||||
showThemeAttribution = true
|
showThemeAttribution = true
|
||||||
showAppearanceSwitcher = true
|
showAppearanceSwitcher = false
|
||||||
showScrollToTop = true
|
showScrollToTop = true
|
||||||
|
|
Loading…
Reference in a new issue