mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-26 14:30:17 +00:00
feat: Initial support for custom rss icon color
At some point this might follow the same logic used by `accent_color` and `background_color`, for consistency.
This commit is contained in:
parent
2bb4eb9ee2
commit
6c8a4b3a87
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ accent_color = "blue"
|
||||||
# Defaults to accent color (or, if not accent color specified, to blue).
|
# Defaults to accent color (or, if not accent color specified, to blue).
|
||||||
background_color = "blue"
|
background_color = "blue"
|
||||||
|
|
||||||
|
# You can set this to any rgb hex value.
|
||||||
|
rss_icon_color = "#ee802f"
|
||||||
|
|
||||||
# The logo text - defaults to "Terminimal theme"
|
# The logo text - defaults to "Terminimal theme"
|
||||||
logo_text = "Terminimal theme"
|
logo_text = "Terminimal theme"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue