diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 19:58:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 19:58:41 +0900 |
| commit | 080904cfa60eae95884d9d5a233078929afb03eb (patch) | |
| tree | 7422e0dc4d5a99bda36ac1571f0f896880c46943 /config/rofi/themes/KooL_style-3-FullScreen-v1.rasi | |
| parent | 92ffd993b08d937ca557e38f0f4642a418ff6281 (diff) | |
rofi tweaks. added some vertical styles for waybar
Diffstat (limited to 'config/rofi/themes/KooL_style-3-FullScreen-v1.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-3-FullScreen-v1.rasi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi index fc9c3dfb..fa419d56 100644 --- a/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi +++ b/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi @@ -182,10 +182,12 @@ element normal.normal { background-color: inherit; text-color: inherit; } + element normal.urgent { background-color: @urgent; text-color: @foreground; } + element normal.active { background-color: @active; text-color: @foreground; |
