Changes to blowfish params

This commit is contained in:
Alison McDonald 2024-07-28 14:26:01 -07:00
parent 9e8df4a4e9
commit 59a1742c0f

View file

@ -5,8 +5,8 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters # https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "congo" colorScheme = "noir"
defaultAppearance = "dark" # valid options: light or dark defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = false autoSwitchAppearance = false
enableSearch = true enableSearch = true
@ -26,17 +26,17 @@ defaultBackgroundImage = "RecordShelf_1.jpg" # used as default for background im
# smartTOCHideUnfocusedChildren = true # smartTOCHideUnfocusedChildren = true
[header] [header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur layout = "fixed-gradient" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
[footer] [footer]
showMenu = true showMenu = true
showCopyright = false showCopyright = false
showThemeAttribution = true showThemeAttribution = false
showAppearanceSwitcher = false showAppearanceSwitcher = false
showScrollToTop = false showScrollToTop = false
[homepage] [homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom layout = "profile" # valid options: page, profile, hero, card, background, custom
homepageImage = "IMAGE.jpg" # used in: hero, and card homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = true showRecent = true
showRecentItems = 5 showRecentItems = 5
@ -78,7 +78,7 @@ defaultBackgroundImage = "RecordShelf_1.jpg" # used as default for background im
showZenMode = false showZenMode = false
[list] [list]
showHero = false showHero = true
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = true # only used when heroStyle equals background