aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/themes/KooL_style-4.rasi
diff options
context:
space:
mode:
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