From 54176bc4526b5e7e83ffc36d161b0fa65c8ccd96 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 23 Feb 2022 09:44:23 +0100 Subject: [PATCH] disable dark switcher --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index fe5d194..2c36f8b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -8,7 +8,7 @@ colorScheme = "avocado" defaultAppearance = "dark" # valid options: light or dark autoSwitchAppearance = false -showAppearanceSwitcher = true +showAppearanceSwitcher = false enableSearch = true enableCodeCopy = true