From 6c8a4b3a87124506f27e2c5f384ce69323a369f4 Mon Sep 17 00:00:00 2001 From: vvzen <10340139+vvzen@users.noreply.github.com> Date: Sun, 9 Jun 2024 11:25:39 +0200 Subject: [PATCH] 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. --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index b03451a..4135faf 100644 --- a/config.toml +++ b/config.toml @@ -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"