aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/themes/KooL_style-6.rasi
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-07 23:05:42 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-07 23:05:42 -0500
commit7c57b620bd998cc171d24ad0c39ec3df5ccfe4e1 (patch)
treef6e975e21fb4f1c3274eb5f1b792b3ad7879aa19 /config/rofi/themes/KooL_style-6.rasi
parent9a06cade6048cf1fb3a540c889f26fd5ee12465f (diff)
Fixed (hopefully) incorrect selection colors in rofi
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-3-FullScreen-v1.rasi modified: config/rofi/themes/KooL_style-6.rasi modified: config/rofi/themes/KooL_style-8.rasi modified: config/rofi/themes/KooL_style-9.rasi modified: config/rofi/themes/saint-rofi.rasi
Diffstat (limited to 'config/rofi/themes/KooL_style-6.rasi')
-rw-r--r--config/rofi/themes/KooL_style-6.rasi16
1 files changed, 8 insertions, 8 deletions
diff --git a/config/rofi/themes/KooL_style-6.rasi b/config/rofi/themes/KooL_style-6.rasi
index dc33b780..f0331fdf 100644
--- a/config/rofi/themes/KooL_style-6.rasi
+++ b/config/rofi/themes/KooL_style-6.rasi
@@ -145,8 +145,8 @@ button {
cursor: pointer;
}
button selected {
- background-color: @active;
- text-color: @text-selected;
+ background-color: @selected;
+ text-color: @background;
}
@@ -176,16 +176,16 @@ element normal.active {
}
element selected.normal {
- background-color: @color11;
- text-color: @text-selected;
+ background-color: @selected;
+ text-color: @background;
}
element selected.urgent {
- background-color: @urgent;
- text-color: @text-selected;
+ background-color: @selected;
+ text-color: @background;
}
element selected.active {
- background-color: @urgent;
- text-color: @text-selected;
+ background-color: @selected;
+ text-color: @background;
}
// Adapt rofi theme
element alternate.normal {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage