mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
Restore blue color defaults
This commit is contained in:
parent
ad05c77442
commit
70a4927088
|
@ -17,13 +17,13 @@ highlight_theme = "boron"
|
|||
|
||||
# One of: blue, green, orange, pink, red.
|
||||
# Defaults to blue.
|
||||
accent_color = "orange"
|
||||
accent_color = "blue"
|
||||
|
||||
# One of: blue, dark, green, orange, pink, red.
|
||||
# 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 = "orange"
|
||||
background_color = "blue"
|
||||
|
||||
# The logo text - defaults to "Terminimal theme"
|
||||
logo_text = "Terminimal theme"
|
||||
|
|
Loading…
Reference in a new issue