summaryrefslogtreecommitdiffstats
path: root/themes/Arc.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Arc.rasi')
-rw-r--r--themes/Arc.rasi34
1 files changed, 17 insertions, 17 deletions
diff --git a/themes/Arc.rasi b/themes/Arc.rasi
index b58be36b..dfdbd476 100644
--- a/themes/Arc.rasi
+++ b/themes/Arc.rasi
@@ -10,7 +10,7 @@
}
#window {
border: 2;
- foreground: #FFF5F5F5;
+ foreground: #F5F5F5FF;
padding: 5;
background: #FFFFFFFF;
}
@@ -23,7 +23,7 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF525D76;
+ foreground: #525D76FF;
background: #FFFFFFFF;
}
#window.mainbox.listview {
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF525D76;
+ foreground: #525D76FF;
background: #FFFFFFFF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFDC322F;
+ foreground: #DC322FFF;
background: #FFFFFFFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FFC2CAD0;
+ foreground: #C2CAD0FF;
background: #FFFFFFFF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF5294E2;
+ background: #5294E2FF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFDC322F;
- background: #FF5294E2;
+ foreground: #DC322FFF;
+ background: #5294E2FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFC2CAD0;
- background: #FF5294E2;
+ foreground: #C2CAD0FF;
+ background: #5294E2FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF525D76;
- background: #FFF5F5F5;
+ foreground: #525D76FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFDC322F;
- background: #FFF5F5F5;
+ foreground: #DC322FFF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FFC2CAD0;
- background: #FFF5F5F5;
+ foreground: #C2CAD0FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF525D76;
+ foreground: #525D76FF;
background: #FFFFFFFF;
}