summaryrefslogtreecommitdiffstats
path: root/themes/solarized_alternate.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/solarized_alternate.rasi')
-rw-r--r--themes/solarized_alternate.rasi46
1 files changed, 23 insertions, 23 deletions
diff --git a/themes/solarized_alternate.rasi b/themes/solarized_alternate.rasi
index d3ed35a7..86af4a7a 100644
--- a/themes/solarized_alternate.rasi
+++ b/themes/solarized_alternate.rasi
@@ -9,9 +9,9 @@
}
#window {
border: 2;
- foreground: #FF003642;
+ foreground: #003642FF;
padding: 5;
- background: #FF002B37;
+ background: #002B37FF;
}
#window.mainbox {
border: 0;
@@ -22,8 +22,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF819396;
- background: #FF002B37;
+ foreground: #819396FF;
+ background: #002B37FF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -35,40 +35,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF819396;
- background: #FF002B37;
+ foreground: #819396FF;
+ background: #002B37FF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFDA4281;
- background: #FF002B37;
+ foreground: #DA4281FF;
+ background: #002B37FF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF008ED4;
- background: #FF002B37;
+ foreground: #008ED4FF;
+ background: #002B37FF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF008ED4;
+ background: #008ED4FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FF890661;
- background: #FF008ED4;
+ foreground: #890661FF;
+ background: #008ED4FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF66C6FF;
- background: #FF008ED4;
+ foreground: #66C6FFFF;
+ background: #008ED4FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF819396;
- background: #FF003643;
+ foreground: #819396FF;
+ background: #003643FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFDA4281;
- background: #FF003643;
+ foreground: #DA4281FF;
+ background: #003643FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF008ED4;
- background: #FF003643;
+ foreground: #008ED4FF;
+ background: #003643FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -83,6 +83,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF819396;
- background: #FF002B37;
+ foreground: #819396FF;
+ background: #002B37FF;
}