2019-11-26 16:06:24 +00:00
|
|
|
custom_theme_primary_color = "195" # 0 ~ 359, Colors HSL, restart hugo after change this value
|
|
|
|
|
2019-12-26 15:19:30 +00:00
|
|
|
# https://xyproto.github.io/splash/docs/longer/all.html
|
|
|
|
# restart hugo after change this value
|
|
|
|
theme_light_chroma = "default"
|
|
|
|
theme_dark_chroma = "default"
|
|
|
|
theme_hacker_chroma = "default"
|
|
|
|
theme_solarized_chroma = "default"
|
2019-12-28 07:42:32 +00:00
|
|
|
theme_custom_chroma = "default"
|
|
|
|
|
|
|
|
# possible value: default, dark, light, hacker, solarized, custom
|
|
|
|
# restart hugo after change this value
|
|
|
|
theme_light_chroma_background = "default"
|
|
|
|
theme_dark_chroma_background = "default"
|
|
|
|
theme_hacker_chroma_background = "default"
|
|
|
|
theme_solarized_chroma_background = "default"
|
|
|
|
theme_custom_chroma_background = "default"
|