From f0f4214fa446776eb9b6ce058ccd1f6602a90d1c Mon Sep 17 00:00:00 2001 From: Rokosun Date: Wed, 4 Sep 2024 01:34:16 +0530 Subject: [PATCH] Add outline for the current accent color button --- themeSwitcher.nim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themeSwitcher.nim b/themeSwitcher.nim index 3631089..cf7b283 100644 --- a/themeSwitcher.nim +++ b/themeSwitcher.nim @@ -23,6 +23,12 @@ const -gtk-icon-size: 30px; padding: 8px; border-radius: 30px; +} + +.accent-button.suggested-action { + outline-color: black; + outline-width: 1px; + outline-offset: -9px; }""" appID = "com.tromjaro.ThemeSwitcher" appLogo = "tromjaro-theme-switcher"