diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 17:02:22 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 17:02:22 +0900 |
| commit | fa35823a36a122aeab894c93800dec720bb4f7d6 (patch) | |
| tree | 221700a3965a27beb9fa2bc12caf4d3859b87e70 /config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi | |
| parent | ebd0987574d18da0ba767ae703427cb73e280117 (diff) | |
Ok I think this is ok. Just note to myself. DO NOT CODE WHEN YOU ARE HUNGRY
Diffstat (limited to 'config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi index a26ac7ca..12d6fe05 100644 --- a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi +++ b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi @@ -177,7 +177,13 @@ element normal.normal { text-color: @foreground; } element selected.normal { - background-color: white / 10%; + background-color: inherit; + text-color: @foreground; +} + +element-text selected, +element selected.selected { + background-color: white/50%; text-color: @foreground; } element-icon { |
