From 3d82ea49cfb8fc9d50c1faad6c91bd1b77e177d8 Mon Sep 17 00:00:00 2001 From: kbrianngeno Date: Wed, 18 Mar 2026 06:44:45 +0000 Subject: [PATCH] Change default theme to dark, disable theme auto switch --- 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 c152e9d..1ae4585 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -6,8 +6,8 @@ # https://blowfish.page/docs/configuration/#theme-parameters colorScheme = "one-light" -defaultAppearance = "light" # valid options: light or dark -autoSwitchAppearance = true +defaultAppearance = "dark" # valid options: light or dark +autoSwitchAppearance = false enableA11y = false enableSearch = true