fix: Fix default color in config.toml and examples

This commit is contained in:
lynn pepin 2023-06-22 17:29:54 -04:00
parent c365a2373e
commit 4f96dd4da5
3 changed files with 13 additions and 10 deletions

View file

@ -20,11 +20,13 @@ repo = "https://github.com/panr/hugo-theme-terminal"
[extra]
# One of: blue, green, orange, pink, red.
# Defaults to blue.
# Append -light for light themes, e.g. blue-light
# Or append -auto, e.g. blue-auto
accent_color = "blue"
# One of: blue, dark, green, orange, pink, red.
# Enabling dark background will also modify primary font color
# to be darker.
# One of: blue, dark, green, orange, pink, red, light, auto
# Enabling dark background will also modify primary font color to be darker.
# Defaults to accent color (or, if not accent color specified, to blue).
background_color = "blue"