aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/themes/KooL_style-4.rasi
diff options
context:
space:
mode:
authorMartin Guzman <55927935+brockar@users.noreply.github.com>2026-01-21 16:18:43 -0300
committerGitHub <noreply@github.com>2026-01-21 16:18:43 -0300
commitc6198c1bedeffd08ec3f60f7ba3a41e6c5870885 (patch)
tree458c030873b4e70ff9eda0baed5df257434871f4 /config/rofi/themes/KooL_style-4.rasi
parent7dedbe3d4a4560ac15987fdf8164dbbb1f4701bf (diff)
parent88a09344e8cc7cffe69a017eb752e8c6fa17ddcb (diff)
Merge pull request #927 from JaKooLit/development
Merge Development to main branch for release
Diffstat (limited to 'config/rofi/themes/KooL_style-4.rasi')
-rw-r--r--config/rofi/themes/KooL_style-4.rasi30
1 files changed, 16 insertions, 14 deletions
diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi
index ea7b1977..b1859c37 100644
--- a/config/rofi/themes/KooL_style-4.rasi
+++ b/config/rofi/themes/KooL_style-4.rasi
@@ -22,12 +22,13 @@ configuration {
/*****----- Global Properties -----*****/
* {
- background-alt: @color1;
+ background-alt: @color0;
+ /* selected uses color12, active uses color11 (match other working styles) */
selected: @color12;
active: @color11;
- urgent: #F7768E;
+ urgent: @color13;
- border-color: @color11;
+ border-color: @active;
handle-color: @selected;
background-color: @background;
foreground-color: @foreground;
@@ -38,12 +39,13 @@ configuration {
urgent-foreground: @background;
active-background: @active;
active-foreground: @background;
+ /* force selection to use the selected accent, not imported selected-* values */
selected-normal-background: @selected;
selected-normal-foreground: @background;
- selected-urgent-background: @active;
+ selected-urgent-background: @selected;
selected-urgent-foreground: @background;
- selected-active-background: @urgent;
- selected-active-foreground: @color12;
+ selected-active-background: @selected;
+ selected-active-foreground: @background;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
alternate-urgent-background: @urgent;
@@ -219,16 +221,16 @@ element normal.active {
element-text selected,
element selected.normal {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
+ background-color: @selected;
+ text-color: @background;
}
element selected.urgent {
- background-color: @selected-urgent-background;
- text-color: @selected-urgent-foreground;
+ background-color: @selected;
+ text-color: @background;
}
element selected.active {
- background-color: @selected-active-background;
- text-color: @selected-active-foreground;
+ background-color: @selected;
+ text-color: @background;
}
element alternate.normal {
background-color: @alternate-normal-background;
@@ -285,8 +287,8 @@ button selected {
border: 2px 0px 2px 2px;
border-radius: 6px;
border-color: @border-color;
- background-color: @selected-normal-foreground;
- text-color: @selected-normal-background;
+ background-color: @selected;
+ text-color: @background;
}
/*****----- Message -----*****/
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage