From 618125998bfb5f46e7b09a016a7e54cc3ed0948d 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 cfcceca..4c89822 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"