17 lines
670 B
TOML
17 lines
670 B
TOML
# 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"
|
|
theme_kimbie_chroma = "default"
|
|
theme_gruv_chroma = "default" #gruv entry
|
|
|
|
# possible value: default, dark, light, hacker, solarized, kimbie
|
|
# 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_kimbie_chroma_background = "default"
|
|
theme_gruv_chroma_background = "default" #gruv entry |