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 committed by Valerio Viperino
parent 2bb4eb9ee2
commit 6c8a4b3a87

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"