Add outline for the current accent color button

This commit is contained in:
Rokosun 2024-09-04 01:34:16 +05:30
parent 6eead68790
commit f0f4214fa4

View File

@ -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"