summaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2022-08-09 11:18:14 -0300
committerRoger Gonzalez <roger@rogs.me>2022-08-09 11:18:14 -0300
commit11110f25c9a214e15566e04af6ff989a96fdd53f (patch)
tree032d2eb59725ab677e3079d68d4212e599181e23 /.config/rofi
parent89cf3bc2d5d56fa1afc10bf7a534e99c85fdd6e1 (diff)
General fixes, mostly on the linux side
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/theme/rogs.rasi14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/rofi/theme/rogs.rasi b/.config/rofi/theme/rogs.rasi
index 17430a40..70e27e14 100644
--- a/.config/rofi/theme/rogs.rasi
+++ b/.config/rofi/theme/rogs.rasi
@@ -9,7 +9,6 @@
* User: rogs
* Copyright: Roger Gonzalez
*/
-
* {
selected-normal-foreground: rgba ( 51, 51, 51, 100 % );
foreground: #75D85A;
@@ -20,16 +19,16 @@
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 255, 153, 153, 100 % );
alternate-urgent-background: rgba ( 255, 255, 255, 7 % );
- active-foreground: #498C3A;
+ active-foreground: #118200;
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 51, 51, 51, 100 % );
alternate-active-background: rgba ( 255, 255, 255, 7 % );
- background: #000000;
+ background: #118200;
bordercolor: rgba ( 17, 170, 170, 100 % );
alternate-normal-foreground: @foreground;
- normal-background: rgba ( 0, 0, 0, 0 % );
+ normal-background: #5fb34c;
lightfg: rgba ( 88, 104, 117, 100 % );
- selected-normal-background: #41D315;
+ selected-normal-background: #74ff00;
border-color: @foreground;
spacing: 2;
separatorcolor: rgba ( 17, 170, 170, 100 % );
@@ -39,7 +38,8 @@
background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 0, 0, 0, 0 % );
- selected-active-background: #41D315;
+ active-background: #41D315;
+ selected-active-background: #74ff00;
}
#window {
background-color: @background;
@@ -94,7 +94,7 @@
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
-#element.alternate.normal {
+#element alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}