remove appearanceSwitcher
because the dark theme uses custom chroma for syntax highlighting (which looks stupid on light theme)
This commit is contained in:
parent
241650a965
commit
1152044802
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
# colorScheme = "avocado"
|
||||
# colorScheme = "cherry"
|
||||
colorScheme = "ocean"
|
||||
# colorScheme = "slate"
|
||||
# defaultAppearance = "light"
|
||||
# autoSwitchAppearance = false
|
||||
# colorScheme = "sapphire"
|
||||
|
@ -34,7 +35,7 @@ rssFullContent = true
|
|||
[footer]
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = true
|
||||
# showAppearanceSwitcher = true
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
|
|
Loading…
Reference in a new issue