From eabc68e9368b4303dbc7688cdd0d69a92531013e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 4 Nov 2022 10:42:57 -0500 Subject: [PATCH] default to darkmode only --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index d4f76c7..66f538c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,6 @@ colorScheme = "blowfish" defaultAppearance = "dark" -autoSwitchAppearance = true +autoSwitchAppearance = false enableSearch = true logo = "logo.png" @@ -51,5 +51,5 @@ links = [ showMenu = true showCopyright = true showThemeAttribution = true - showAppearanceSwitcher = true + showAppearanceSwitcher = false showScrollToTop = true