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:
vvzen 2024-06-09 11:25:39 +02:00
parent 6dfa410d4e
commit 618125998b

View file

@ -34,6 +34,9 @@ accent_color = "blue"
# Defaults to accent color (or, if not accent color specified, to blue).
background_color = "blue"
# You can set this to any rgb hex value.
rss_icon_color = "#ee802f"
# The logo text - defaults to "Terminimal theme"
logo_text = "Terminimal theme"