From 11520448025a9fd385de2f1a6b2a4948fd6a242d Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 8 Apr 2023 21:06:12 +0200 Subject: [PATCH] remove appearanceSwitcher because the dark theme uses custom chroma for syntax highlighting (which looks stupid on light theme) --- config/_default/params.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 8f48a48..0973f09 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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]