summaryrefslogtreecommitdiffstats
path: root/themes/Monokai.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Monokai.rasi')
-rw-r--r--themes/Monokai.rasi48
1 files changed, 24 insertions, 24 deletions
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;
}