summaryrefslogtreecommitdiffstats
path: root/themes/purple.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/purple.rasi')
-rw-r--r--themes/purple.rasi46
1 files changed, 23 insertions, 23 deletions
diff --git a/themes/purple.rasi b/themes/purple.rasi
index 20b490af..06ffcc60 100644
--- a/themes/purple.rasi
+++ b/themes/purple.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #2FEF6155;
+ foreground: #EF61552F;
padding: 5;
- background: #FF2F1E2E;
+ background: #2F1E2EFF;
}
#window.mainbox {
border: 0;
@@ -23,8 +23,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FFB4B4B4;
- background: #A02F1E2E;
+ foreground: #B4B4B4FF;
+ background: #2F1E2EA0;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FFB4B4B4;
- background: #A02F1E2E;
+ foreground: #B4B4B4FF;
+ background: #2F1E2EA0;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFEF6155;
- background: #272F1E2E;
+ foreground: #EF6155FF;
+ background: #2F1E2E27;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF815BA4;
- background: #272F1E2E;
+ foreground: #815BA4FF;
+ background: #2F1E2E27;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #54815BA4;
+ background: #815BA454;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFEF6155;
- background: #54815BA4;
+ foreground: #EF6155FF;
+ background: #815BA454;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF815BA4;
- background: #54815BA4;
+ foreground: #815BA4FF;
+ background: #815BA454;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FFB4B4B4;
- background: #A02F1E2E;
+ foreground: #B4B4B4FF;
+ background: #2F1E2EA0;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFEF6155;
- background: #2F2F1E2E;
+ foreground: #EF6155FF;
+ background: #2F1E2E2F;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF815BA4;
- background: #2F2F1E2E;
+ foreground: #815BA4FF;
+ background: #2F1E2E2F;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FFB4B4B4;
- background: #A02F1E2E;
+ foreground: #B4B4B4FF;
+ background: #2F1E2EA0;
}