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 = "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…
Add table
Reference in a new issue