Change default theme to dark, disable theme auto switch

This commit is contained in:
2026-03-18 06:44:45 +00:00
parent 6330092560
commit 3d82ea49cf

View File

@@ -6,8 +6,8 @@
# https://blowfish.page/docs/configuration/#theme-parameters # https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "one-light" colorScheme = "one-light"
defaultAppearance = "light" # valid options: light or dark defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true autoSwitchAppearance = false
enableA11y = false enableA11y = false
enableSearch = true enableSearch = true