remove appearanceSwitcher

because the dark theme uses custom chroma for syntax highlighting
 (which looks stupid on light theme)
main
Dominic Reich 2 years ago
parent 241650a965
commit 1152044802
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -12,6 +12,7 @@
# colorScheme = "avocado" # colorScheme = "avocado"
# colorScheme = "cherry" # colorScheme = "cherry"
colorScheme = "ocean" colorScheme = "ocean"
# colorScheme = "slate"
# defaultAppearance = "light" # defaultAppearance = "light"
# autoSwitchAppearance = false # autoSwitchAppearance = false
# colorScheme = "sapphire" # colorScheme = "sapphire"
@ -34,7 +35,7 @@ rssFullContent = true
[footer] [footer]
showCopyright = true showCopyright = true
showThemeAttribution = true showThemeAttribution = true
showAppearanceSwitcher = true # showAppearanceSwitcher = true
showScrollToTop = true showScrollToTop = true
[homepage] [homepage]

Loading…
Cancel
Save