summaryrefslogtreecommitdiffstats
path: root/themes/gruvbox-light-soft.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/gruvbox-light-soft.rasi')
-rw-r--r--themes/gruvbox-light-soft.rasi48
1 files changed, 24 insertions, 24 deletions
diff --git a/themes/gruvbox-light-soft.rasi b/themes/gruvbox-light-soft.rasi
index 2ca5b332..25487697 100644
--- a/themes/gruvbox-light-soft.rasi
+++ b/themes/gruvbox-light-soft.rasi
@@ -16,9 +16,9 @@
}
#window {
border: 2;
- foreground: #FF7C6F64;
+ foreground: #7C6F64FF;
padding: 5;
- background: #FFF2E5BC;
+ background: #F2E5BCFF;
}
#window.mainbox {
border: 0;
@@ -29,8 +29,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF3C3836;
- background: #FFF2E5BC;
+ foreground: #3C3836FF;
+ background: #F2E5BCFF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -42,40 +42,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF3C3836;
- background: #FFF2E5BC;
+ foreground: #3C3836FF;
+ background: #F2E5BCFF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFF2E5BC;
- background: #FFCC241D;
+ foreground: #F2E5BCFF;
+ background: #CC241DFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFF2E5BC;
- background: #FFB57614;
+ foreground: #F2E5BCFF;
+ background: #B57614FF;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FF282828;
- background: #FFD5C4A1;
+ foreground: #282828FF;
+ background: #D5C4A1FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFF2E5BC;
- background: #FFFB4934;
+ foreground: #F2E5BCFF;
+ background: #FB4934FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFF2E5BC;
- background: #FFD79921;
+ foreground: #F2E5BCFF;
+ background: #D79921FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF3C3836;
- background: #FFEBDBB2;
+ foreground: #3C3836FF;
+ background: #EBDBB2FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFF2E5BC;
- background: #FFCC241D;
+ foreground: #F2E5BCFF;
+ background: #CC241DFF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFF2E5BC;
- background: #FFB57614;
+ foreground: #F2E5BCFF;
+ background: #B57614FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -90,6 +90,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF3C3836;
- background: #FFF2E5BC;
+ foreground: #3C3836FF;
+ background: #F2E5BCFF;
}