summaryrefslogtreecommitdiffstats
path: root/themes/gruvbox-light.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-16 21:55:52 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-16 21:55:52 +0200
commit30fb8c514ed6eaf223ab6c79929a5745d7280b99 (patch)
treec530c4aa8786f46a7b7c8db16ba71fb5c06013b4 /themes/gruvbox-light.rasi
parent494550d38d572801ba3924611b09c7ca2b20610a (diff)
Change ARGB to RGBA, fix in theme converter
Diffstat (limited to 'themes/gruvbox-light.rasi')
-rw-r--r--themes/gruvbox-light.rasi48
1 files changed, 24 insertions, 24 deletions
diff --git a/themes/gruvbox-light.rasi b/themes/gruvbox-light.rasi
index f2b18009..b575d0ce 100644
--- a/themes/gruvbox-light.rasi
+++ b/themes/gruvbox-light.rasi
@@ -16,9 +16,9 @@
}
#window {
border: 2;
- foreground: #FF7C6F64;
+ foreground: #7C6F64FF;
padding: 5;
- background: #FFFBF1C7;
+ background: #FBF1C7FF;
}
#window.mainbox {
border: 0;
@@ -29,8 +29,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF3C3836;
- background: #FFFBF1C7;
+ foreground: #3C3836FF;
+ background: #FBF1C7FF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -42,40 +42,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF3C3836;
- background: #FFFBF1C7;
+ foreground: #3C3836FF;
+ background: #FBF1C7FF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFBF1C7;
- background: #FFCC241D;
+ foreground: #FBF1C7FF;
+ background: #CC241DFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFFBF1C7;
- background: #FFB57614;
+ foreground: #FBF1C7FF;
+ background: #B57614FF;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FF282828;
- background: #FFD5C4A1;
+ foreground: #282828FF;
+ background: #D5C4A1FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFFBF1C7;
- background: #FFFB4934;
+ foreground: #FBF1C7FF;
+ background: #FB4934FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFFBF1C7;
- background: #FFD79921;
+ foreground: #FBF1C7FF;
+ background: #D79921FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF3C3836;
- background: #FFF2E5BC;
+ foreground: #3C3836FF;
+ background: #F2E5BCFF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFBF1C7;
- background: #FFCC241D;
+ foreground: #FBF1C7FF;
+ background: #CC241DFF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFFBF1C7;
- background: #FFB57614;
+ foreground: #FBF1C7FF;
+ background: #B57614FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -90,6 +90,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF3C3836;
- background: #FFFBF1C7;
+ foreground: #3C3836FF;
+ background: #FBF1C7FF;
}