summaryrefslogtreecommitdiffstats
path: root/themes/gruvbox-light-hard.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/gruvbox-light-hard.rasi')
-rw-r--r--themes/gruvbox-light-hard.rasi95
1 files changed, 95 insertions, 0 deletions
diff --git a/themes/gruvbox-light-hard.rasi b/themes/gruvbox-light-hard.rasi
new file mode 100644
index 00000000..6e76fdc4
--- /dev/null
+++ b/themes/gruvbox-light-hard.rasi
@@ -0,0 +1,95 @@
+//!-------------------------------------------------------------------------------
+//! Rofi color theme
+//!
+//! Based on the Gruvbox color scheme for Vim by morhetz
+//! https://github.com/morhetz/gruvbox
+//!
+//! File: gruvbox-light-hard.theme
+//! Desc: Gruvbox light (hard contrast) color theme for Rofi
+//! Author: bardisty <b@bah.im>
+//! Source: https://github.com/bardisty/gruvbox-rofi
+//! Modified: Sat Oct 22 2016 03:11:32 PDT -0700
+//!-------------------------------------------------------------------------------
+* {
+ spacing: 2;
+ background: #00000000;
+}
+#window {
+ border: 2;
+ foreground: #FF7C6F64;
+ padding: 5;
+ background: #FFF9F5D7;
+}
+#window.mainbox {
+ border: 0;
+ padding: 0;
+}
+#window.mainbox.message.box {
+ border: 2px 0px 0px ;
+ padding: 2px 0px 0px ;
+}
+#window.mainbox.message.normal {
+ foreground: #FF3C3836;
+ background: #FFF9F5D7;
+}
+#window.mainbox.listview {
+ fixed-height: 1;
+ border: 2px 0px 0px ;
+ columns: 1;
+ padding: 2px 0px 0px ;
+}
+#window.mainbox.listview.element {
+ border: 0;
+}
+#window.mainbox.listview.element.normal.normal {
+ foreground: #FF3C3836;
+ background: #FFF9F5D7;
+}
+#window.mainbox.listview.element.normal.urgent {
+ foreground: #FFFDF4C1;
+ background: #FFCC241D;
+}
+#window.mainbox.listview.element.normal.active {
+ foreground: #FFFDF4C1;
+ background: #FFB57614;
+}
+#window.mainbox.listview.element.selected.normal {
+ foreground: #FF282828;
+ background: #FFEBDBB2;
+}
+#window.mainbox.listview.element.selected.urgent {
+ foreground: #FFFDF4C1;
+ background: #FFFB4934;
+}
+#window.mainbox.listview.element.selected.active {
+ foreground: #FFFDF4C1;
+ background: #FFD79921;
+}
+#window.mainbox.listview.element.alternate.normal {
+ foreground: #FF3C3836;
+ background: #FFFBF1C7;
+}
+#window.mainbox.listview.element.alternate.urgent {
+ foreground: #FFFDF4C1;
+ background: #FFCC241D;
+}
+#window.mainbox.listview.element.alternate.active {
+ foreground: #FFFDF4C1;
+ background: #FFB57614;
+}
+#window.mainbox.listview.scrollbar {
+ border: 0;
+ padding: 0;
+}
+#window.mainbox.sidebar.box {
+ border: 2px 0px 0px ;
+}
+#window.mainbox.inputbar {
+ spacing: 0;
+}
+#window.mainbox.inputbar.box {
+}
+#window.mainbox.inputbar.normal {
+ foreground: #FF3C3836;
+ background: #FFF9F5D7;
+}