summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-14 21:45:12 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-14 21:45:12 +0200
commit0248a47a7d9b0864b1da633f13eb620fb67a9b84 (patch)
tree0b59e8ee75452b481c5efe9c021beee7c180828b /themes
parent4375f9f075277efb8a08aaf87b7e66b1434dcaa2 (diff)
Fix theme a little bit.
Diffstat (limited to 'themes')
-rw-r--r--themes/glue_pro_blue.rasi18
1 files changed, 11 insertions, 7 deletions
diff --git a/themes/glue_pro_blue.rasi b/themes/glue_pro_blue.rasi
index 46e0a405..9a3da6c7 100644
--- a/themes/glue_pro_blue.rasi
+++ b/themes/glue_pro_blue.rasi
@@ -7,26 +7,26 @@
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 255, 255, 255, 100 % );
normal-foreground: @foreground;
- alternate-normal-background: rgba ( 57, 57, 57, 100 % );
+ alternate-normal-background: transparent;
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 255, 195, 156, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 243, 132, 61, 100 % );
- alternate-urgent-background: rgba ( 57, 57, 57, 100 % );
+ alternate-urgent-background: transparent;
active-foreground: rgba ( 38, 139, 210, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 32, 81, 113, 100 % );
- alternate-active-background: rgba ( 57, 57, 57, 100 % );
- background: rgba ( 57, 57, 57, 100 % );
+ alternate-active-background: transparent;
+ background: transparent;
bordercolor: rgba ( 57, 57, 57, 100 % );
alternate-normal-foreground: @foreground;
- normal-background: rgba ( 57, 57, 57, 100 % );
+ normal-background: transparent;
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 38, 139, 210, 100 % );
border-color: @foreground;
spacing: 2;
separatorcolor: rgba ( 38, 139, 210, 100 % );
- urgent-background: rgba ( 57, 57, 57, 100 % );
+ urgent-background: transparent;
selected-urgent-background: rgba ( 38, 139, 210, 100 % );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
@@ -35,7 +35,7 @@
selected-active-background: rgba ( 38, 139, 210, 100 % );
}
#window {
- background-color: @background;
+ background-color: rgba ( 57, 57, 57, 95 % );
border: 1;
padding: 5;
}
@@ -113,6 +113,10 @@
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
+#button {
+ background-color: @background;
+ text-color: @foreground;
+}
#inputbar {
spacing: 0;
text-color: @normal-foreground;