Change default theme to dark, disable theme auto switch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user