diff options
Diffstat (limited to 'config/rofi/themes/KooL_style-7.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-7.rasi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi index b1a1a9a9..bea2ba47 100644 --- a/config/rofi/themes/KooL_style-7.rasi +++ b/config/rofi/themes/KooL_style-7.rasi @@ -23,10 +23,11 @@ configuration { /*****----- Global Properties -----*****/ * { - background-alt: @color1; + background-alt: @color0; + /* selected uses color12, active uses color11 (match other working styles) */ selected: @color12; active: @color11; - urgent: #8E3596; + urgent: @color13; } /*****----- Main Window -----*****/ @@ -153,8 +154,8 @@ element normal.normal { element-text selected, element selected.normal { border-radius: 30px; - background-color: @color11; - text-color: @foreground; + background-color: @selected; + text-color: @background; } element-icon { padding: 0px; |
