summaryrefslogtreecommitdiffstats
path: root/themes
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
parent494550d38d572801ba3924611b09c7ca2b20610a (diff)
Change ARGB to RGBA, fix in theme converter
Diffstat (limited to 'themes')
-rw-r--r--themes/Adapta-Nokto.rasi48
-rw-r--r--themes/Arc.rasi34
-rw-r--r--themes/DarkBlue.rasi36
-rw-r--r--themes/Indego.rasi48
-rw-r--r--themes/Monokai.rasi48
-rw-r--r--themes/Paper.rasi48
-rw-r--r--themes/android_notification.rasi46
-rw-r--r--themes/arthur.rasi2
-rw-r--r--themes/blue.rasi32
-rw-r--r--themes/c64.rasi46
-rw-r--r--themes/glue_pro_blue.rasi38
-rw-r--r--themes/gruvbox-dark-hard.rasi48
-rw-r--r--themes/gruvbox-dark-soft.rasi48
-rw-r--r--themes/gruvbox-dark.rasi48
-rw-r--r--themes/gruvbox-light-hard.rasi48
-rw-r--r--themes/gruvbox-light-soft.rasi48
-rw-r--r--themes/gruvbox-light.rasi48
-rw-r--r--themes/lb.rasi38
-rw-r--r--themes/paper-float.rasi46
-rw-r--r--themes/purple.rasi46
-rw-r--r--themes/sidebar.rasi2
-rw-r--r--themes/solarized.rasi48
-rw-r--r--themes/solarized_alternate.rasi46
23 files changed, 470 insertions, 470 deletions
diff --git a/themes/Adapta-Nokto.rasi b/themes/Adapta-Nokto.rasi
index 8dd4bc38..0738fb5d 100644
--- a/themes/Adapta-Nokto.rasi
+++ b/themes/Adapta-Nokto.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FFC3C6C8;
+ foreground: #C3C6C8FF;
padding: 5;
- background: #FF3A4C54;
+ background: #3A4C54FF;
}
#window.mainbox {
border: 0;
@@ -23,8 +23,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFFAFBFC;
- background: #FF455A64;
+ foreground: #FAFBFCFF;
+ background: #455A64FF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFFAFBFC;
- background: #FF455A64;
+ foreground: #FAFBFCFF;
+ background: #455A64FF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFF5252;
- background: #FF455A64;
+ foreground: #FF5252FF;
+ background: #455A64FF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF00BCD4;
- background: #FF455A64;
+ foreground: #00BCD4FF;
+ background: #455A64FF;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FFFAFBFC;
- background: #FF00BCD4;
+ foreground: #FAFBFCFF;
+ background: #00BCD4FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFFDF6E3;
- background: #FFFF5252;
+ foreground: #FDF6E3FF;
+ background: #FF5252FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFFDF6E3;
- background: #FF009688;
+ foreground: #FDF6E3FF;
+ background: #009688FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FFFAFBFC;
- background: #FF455A64;
+ foreground: #FAFBFCFF;
+ background: #455A64FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFF5252;
- background: #FF455A64;
+ foreground: #FF5252FF;
+ background: #455A64FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF00BCD4;
- background: #FF455A64;
+ foreground: #00BCD4FF;
+ background: #455A64FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FFFAFBFC;
- background: #FF455A64;
+ foreground: #FAFBFCFF;
+ background: #455A64FF;
}
diff --git a/themes/Arc.rasi b/themes/Arc.rasi
index b58be36b..dfdbd476 100644
--- a/themes/Arc.rasi
+++ b/themes/Arc.rasi
@@ -10,7 +10,7 @@
}
#window {
border: 2;
- foreground: #FFF5F5F5;
+ foreground: #F5F5F5FF;
padding: 5;
background: #FFFFFFFF;
}
@@ -23,7 +23,7 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF525D76;
+ foreground: #525D76FF;
background: #FFFFFFFF;
}
#window.mainbox.listview {
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF525D76;
+ foreground: #525D76FF;
background: #FFFFFFFF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFDC322F;
+ foreground: #DC322FFF;
background: #FFFFFFFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFC2CAD0;
+ foreground: #C2CAD0FF;
background: #FFFFFFFF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF5294E2;
+ background: #5294E2FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFDC322F;
- background: #FF5294E2;
+ foreground: #DC322FFF;
+ background: #5294E2FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFC2CAD0;
- background: #FF5294E2;
+ foreground: #C2CAD0FF;
+ background: #5294E2FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF525D76;
- background: #FFF5F5F5;
+ foreground: #525D76FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFDC322F;
- background: #FFF5F5F5;
+ foreground: #DC322FFF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFC2CAD0;
- background: #FFF5F5F5;
+ foreground: #C2CAD0FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF525D76;
+ foreground: #525D76FF;
background: #FFFFFFFF;
}
diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi
index 5f6bdd3d..f7f0357b 100644
--- a/themes/DarkBlue.rasi
+++ b/themes/DarkBlue.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FFDBDFBC;
+ foreground: #DBDFBCFF;
padding: 5;
- background: #DD000021;
+ background: #000021DD;
}
#window.mainbox {
border: 0;
@@ -23,7 +23,7 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFDBDFBC;
+ foreground: #DBDFBCFF;
background: #00000000;
}
#window.mainbox.listview {
@@ -36,39 +36,39 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFDBDFBC;
+ foreground: #DBDFBCFF;
background: #00000000;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFF81FF;
+ foreground: #FF81FFFF;
background: #00000000;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF8AC4FF;
+ foreground: #8AC4FFFF;
background: #00000000;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FF02143F;
- background: #FFDBDFBC;
+ foreground: #02143FFF;
+ background: #DBDFBCFF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FF02143F;
- background: #FFFF817F;
+ foreground: #02143FFF;
+ background: #FF817FFF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF02143F;
- background: #FF8AC4FF;
+ foreground: #02143FFF;
+ background: #8AC4FFFF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FFDBDFBC;
+ foreground: #DBDFBCFF;
background: #00000000;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFF81FF;
+ foreground: #FF81FFFF;
background: #00000000;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF8AC4FF;
+ foreground: #8AC4FFFF;
background: #00000000;
}
#window.mainbox.listview.scrollbar {
@@ -80,8 +80,8 @@
}
#window.mainbox.sidebar.button selected{
border: 2px 0px 0px ;
- foreground: #FF02143F;
- background: #FFDBDFBC;
+ foreground: #02143FFF;
+ background: #DBDFBCFF;
}
#window.mainbox.inputbar {
spacing: 0;
@@ -89,6 +89,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FFDBDFBC;
+ foreground: #DBDFBCFF;
background: #00000000;
}
diff --git a/themes/Indego.rasi b/themes/Indego.rasi
index ea74ed68..04cec9c5 100644
--- a/themes/Indego.rasi
+++ b/themes/Indego.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FFE8EAF6;
+ foreground: #E8EAF6FF;
padding: 5;
- background: #FF1A237E;
+ background: #1A237EFF;
}
#window.mainbox {
border: 0;
@@ -23,8 +23,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFE8EAF6;
- background: #007986CB;
+ foreground: #E8EAF6FF;
+ background: #7986CB00;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFE8EAF6;
- background: #007986CB;
+ foreground: #E8EAF6FF;
+ background: #7986CB00;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFFCDD2;
- background: #00FDF6E3;
+ foreground: #FFCDD2FF;
+ background: #FDF6E300;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFB2EBF2;
- background: #00FDF6E3;
+ foreground: #B2EBF2FF;
+ background: #FDF6E300;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FFE8EAF6;
- background: #FF3F51B5;
+ foreground: #E8EAF6FF;
+ background: #3F51B5FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFB71C1C;
- background: #FFFFCDD2;
+ foreground: #B71C1CFF;
+ background: #FFCDD2FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF006064;
- background: #FFB2EBF2;
+ foreground: #006064FF;
+ background: #B2EBF2FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FFE8EAF6;
- background: #FF283593;
+ foreground: #E8EAF6FF;
+ background: #283593FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFFCDD2;
- background: #FFB71C1C;
+ foreground: #FFCDD2FF;
+ background: #B71C1CFF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFB2EBF2;
- background: #FF006064;
+ foreground: #B2EBF2FF;
+ background: #006064FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FFE8EAF6;
- background: #007986CB;
+ foreground: #E8EAF6FF;
+ background: #7986CB00;
}
diff --git a/themes/Monokai.rasi b/themes/Monokai.rasi
index b1b0072e..98349dab 100644
--- a/themes/Monokai.rasi
+++ b/themes/Monokai.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FFE6DB74;
+ foreground: #E6DB74FF;
padding: 5;
- background: #EE272822;
+ background: #272822EE;
}
#window.mainbox {
border: 0;
@@ -23,8 +23,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFF8F8F2;
- background: #00272822;
+ foreground: #F8F8F2FF;
+ background: #27282200;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFF8F8F2;
- background: #00272822;
+ foreground: #F8F8F2FF;
+ background: #27282200;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFF92672;
- background: #00272822;
+ foreground: #F92672FF;
+ background: #27282200;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFA6E22A;
- background: #00272822;
+ foreground: #A6E22AFF;
+ background: #27282200;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FFF8F8F2;
- background: #FF141411;
+ foreground: #F8F8F2FF;
+ background: #141411FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFF8F8F2;
- background: #FFF92672;
+ foreground: #F8F8F2FF;
+ background: #F92672FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFA6E22A;
- background: #FF141411;
+ foreground: #A6E22AFF;
+ background: #141411FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FFF8F8F2;
- background: #00272822;
+ foreground: #F8F8F2FF;
+ background: #27282200;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFF92672;
- background: #00272822;
+ foreground: #F92672FF;
+ background: #27282200;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFA6E22A;
- background: #00272822;
+ foreground: #A6E22AFF;
+ background: #27282200;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FFF8F8F2;
- background: #00272822;
+ foreground: #F8F8F2FF;
+ background: #27282200;
}
diff --git a/themes/Paper.rasi b/themes/Paper.rasi
index 2622d809..005cb88a 100644
--- a/themes/Paper.rasi
+++ b/themes/Paper.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FF444444;
+ foreground: #444444FF;
padding: 5;
- background: #FFF5F5F5;
+ background: #F5F5F5FF;
}
#window.mainbox {
border: 0;
@@ -23,8 +23,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF002B36;
- background: #00F5F5F5;
+ foreground: #002B36FF;
+ background: #F5F5F500;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF002B36;
- background: #00F5F5F5;
+ foreground: #002B36FF;
+ background: #F5F5F500;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFD75F00;
- background: #FFF5F5F5;
+ foreground: #D75F00FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF005F87;
- background: #FFF5F5F5;
+ foreground: #005F87FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FFF5F5F5;
- background: #FF4271AE;
+ foreground: #F5F5F5FF;
+ background: #4271AEFF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFF5F5F5;
- background: #FFD75F00;
+ foreground: #F5F5F5FF;
+ background: #D75F00FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFF5F5F5;
- background: #FF005F87;
+ foreground: #F5F5F5FF;
+ background: #005F87FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF002B36;
- background: #FFD0D0D0;
+ foreground: #002B36FF;
+ background: #D0D0D0FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFD75F00;
- background: #FFD0D0D0;
+ foreground: #D75F00FF;
+ background: #D0D0D0FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF005F87;
- background: #FFD0D0D0;
+ foreground: #005F87FF;
+ background: #D0D0D0FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF002B36;
- background: #00F5F5F5;
+ foreground: #002B36FF;
+ background: #F5F5F500;
}
diff --git a/themes/android_notification.rasi b/themes/android_notification.rasi
index 3cda7abf..6a5eeca5 100644
--- a/themes/android_notification.rasi
+++ b/themes/android_notification.rasi
@@ -9,9 +9,9 @@
}
#window {
border: 2;
- foreground: #FF1E2529;
+ foreground: #1E2529FF;
padding: 5;
- background: #FF273238;
+ background: #273238FF;
}
#window.mainbox {
border: 0;
@@ -22,8 +22,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFC1C1C1;
- background: #FF273238;
+ foreground: #C1C1C1FF;
+ background: #273238FF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -35,40 +35,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFC1C1C1;
- background: #FF273238;
+ foreground: #C1C1C1FF;
+ background: #273238FF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFF1844;
- background: #FF273238;
+ foreground: #FF1844FF;
+ background: #273238FF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF80CBC4;
- background: #FF273238;
+ foreground: #80CBC4FF;
+ background: #273238FF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF394249;
+ background: #394249FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFFF1844;
- background: #FF394249;
+ foreground: #FF1844FF;
+ background: #394249FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF80CBC4;
- background: #FF394249;
+ foreground: #80CBC4FF;
+ background: #394249FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FFC1C1C1;
- background: #FF273238;
+ foreground: #C1C1C1FF;
+ background: #273238FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFF1844;
- background: #FF273238;
+ foreground: #FF1844FF;
+ background: #273238FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF80CBC4;
- background: #FF273238;
+ foreground: #80CBC4FF;
+ background: #273238FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -83,6 +83,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FFC1C1C1;
- background: #FF273238;
+ foreground: #C1C1C1FF;
+ background: #273238FF;
}
diff --git a/themes/arthur.rasi b/themes/arthur.rasi
index 3d9dc112..e678df6c 100644
--- a/themes/arthur.rasi
+++ b/themes/arthur.rasi
@@ -50,7 +50,7 @@
border: 1px;
border-radius: 15px;
foreground: @magenta;
- background: #cc1c1c1c;
+ background: #1c1c1ccc;
}
diff --git a/themes/blue.rasi b/themes/blue.rasi
index 91601228..df4e6374 100644
--- a/themes/blue.rasi
+++ b/themes/blue.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FF00B0EF;
+ foreground: #00B0EFFF;
padding: 5;
- background: #EE0060A0;
+ background: #0060A0EE;
}
#window.mainbox {
border: 0;
@@ -23,7 +23,7 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF00B0EF;
+ foreground: #00B0EFFF;
background: #00000000;
}
#window.mainbox.listview {
@@ -36,39 +36,39 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF00B0EF;
+ foreground: #00B0EFFF;
background: #00000000;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFFA0A0;
+ foreground: #FFA0A0FF;
background: #00000000;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFA0FFA0;
+ foreground: #A0FFA0FF;
background: #00000000;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FF0060A0;
- background: #FF00B0EF;
+ foreground: #0060A0FF;
+ background: #00B0EFFF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FF0060A0;
- background: #FFFFA0A0;
+ foreground: #0060A0FF;
+ background: #FFA0A0FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF0060A0;
- background: #FFA0FFA0;
+ foreground: #0060A0FF;
+ background: #A0FFA0FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF00B0EF;
+ foreground: #00B0EFFF;
background: #00000000;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFFA0A0;
+ foreground: #FFA0A0FF;
background: #00000000;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFA0FFA0;
+ foreground: #A0FFA0FF;
background: #00000000;
}
#window.mainbox.listview.scrollbar {
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF00B0EF;
+ foreground: #00B0EFFF;
background: #00000000;
}
diff --git a/themes/c64.rasi b/themes/c64.rasi
index d6d34b13..61f6bf52 100644
--- a/themes/c64.rasi
+++ b/themes/c64.rasi
@@ -9,9 +9,9 @@
}
#window {
border: 2;
- foreground: #FF4F80FF;
+ foreground: #4F80FFFF;
padding: 5;
- background: #FF0039FF;
+ background: #0039FFFF;
}
#window.mainbox {
border: 0;
@@ -22,8 +22,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -35,40 +35,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFF7047;
- background: #FF0039FF;
+ foreground: #FF7047FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF68BA50;
- background: #FF0039FF;
+ foreground: #68BA50FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF4F80FF;
+ background: #4F80FFFF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFFF7047;
- background: #FF4F80FF;
+ foreground: #FF7047FF;
+ background: #4F80FFFF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF68BA50;
- background: #FF4F80FF;
+ foreground: #68BA50FF;
+ background: #4F80FFFF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFF7047;
- background: #FF0039FF;
+ foreground: #FF7047FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF68BA50;
- background: #FF0039FF;
+ foreground: #68BA50FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -83,6 +83,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
diff --git a/themes/glue_pro_blue.rasi b/themes/glue_pro_blue.rasi
index 1ed613fa..883d4fa1 100644
--- a/themes/glue_pro_blue.rasi
+++ b/themes/glue_pro_blue.rasi
@@ -9,9 +9,9 @@
}
#window {
border: 2;
- foreground: #FF268BD2;
+ foreground: #268BD2FF;
padding: 5;
- background: #FF393939;
+ background: #393939FF;
}
#window.mainbox {
border: 0;
@@ -23,7 +23,7 @@
}
#window.mainbox.message.normal {
foreground: #FFFFFFFF;
- background: #FF393939;
+ background: #393939FF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,39 +36,39 @@
}
#window.mainbox.listview.element.normal.normal {
foreground: #FFFFFFFF;
- background: #FF393939;
+ background: #393939FF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFF3843D;
- background: #FF393939;
+ foreground: #F3843DFF;
+ background: #393939FF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF268BD2;
- background: #FF393939;
+ foreground: #268BD2FF;
+ background: #393939FF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF268BD2;
+ background: #268BD2FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFFFC39C;
- background: #FF268BD2;
+ foreground: #FFC39CFF;
+ background: #268BD2FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF205171;
- background: #FF268BD2;
+ foreground: #205171FF;
+ background: #268BD2FF;
}
#window.mainbox.listview.element.alternate.normal {
foreground: #FFFFFFFF;
- background: #FF393939;
+ background: #393939FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFF3843D;
- background: #FF393939;
+ foreground: #F3843DFF;
+ background: #393939FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF268BD2;
- background: #FF393939;
+ foreground: #268BD2FF;
+ background: #393939FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,5 +84,5 @@
}
#window.mainbox.inputbar.normal {
foreground: #FFFFFFFF;
- background: #FF393939;
+ background: #393939FF;
}
diff --git a/themes/gruvbox-dark-hard.rasi b/themes/gruvbox-dark-hard.rasi
index eed3eb8b..b06c6ad1 100644
--- a/themes/gruvbox-dark-hard.rasi
+++ b/themes/gruvbox-dark-hard.rasi
@@ -16,9 +16,9 @@
}
#window {
border: 2;
- foreground: #FFA89984;
+ foreground: #A89984FF;
padding: 5;
- background: #FF1D2021;
+ background: #1D2021FF;
}
#window.mainbox {
border: 0;
@@ -29,8 +29,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFEBDBB2;
- background: #FF1D2021;
+ foreground: #EBDBB2FF;
+ background: #1D2021FF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -42,40 +42,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFEBDBB2;
- background: #FF1D2021;
+ foreground: #EBDBB2FF;
+ background: #1D2021FF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FF1D2021;
- background: #FFCC241D;
+ foreground: #1D2021FF;
+ background: #CC241DFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF1D2021;
- background: #FFD79921;
+ foreground: #1D2021FF;
+ background: #D79921FF;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FFFBF1C7;