summaryrefslogtreecommitdiffstats
path: root/themes/Paper.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Paper.rasi')
-rw-r--r--themes/Paper.rasi48
1 files changed, 24 insertions, 24 deletions
diff --git a/themes/Paper.rasi b/themes/Paper.rasi
index 2622d809..005cb88a 100644
--- a/themes/Paper.rasi
+++ b/themes/Paper.rasi
@@ -10,9 +10,9 @@
}
#window {
border: 2;
- foreground: #FF444444;
+ foreground: #444444FF;
padding: 5;
- background: #FFF5F5F5;
+ background: #F5F5F5FF;
}
#window.mainbox {
border: 0;
@@ -23,8 +23,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF002B36;
- background: #00F5F5F5;
+ foreground: #002B36FF;
+ background: #F5F5F500;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -36,40 +36,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF002B36;
- background: #00F5F5F5;
+ foreground: #002B36FF;
+ background: #F5F5F500;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFD75F00;
- background: #FFF5F5F5;
+ foreground: #D75F00FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF005F87;
- background: #FFF5F5F5;
+ foreground: #005F87FF;
+ background: #F5F5F5FF;
}
#window.mainbox.listview.element.selected.normal {
- foreground: #FFF5F5F5;
- background: #FF4271AE;
+ foreground: #F5F5F5FF;
+ background: #4271AEFF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFF5F5F5;
- background: #FFD75F00;
+ foreground: #F5F5F5FF;
+ background: #D75F00FF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FFF5F5F5;
- background: #FF005F87;
+ foreground: #F5F5F5FF;
+ background: #005F87FF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF002B36;
- background: #FFD0D0D0;
+ foreground: #002B36FF;
+ background: #D0D0D0FF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFD75F00;
- background: #FFD0D0D0;
+ foreground: #D75F00FF;
+ background: #D0D0D0FF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF005F87;
- background: #FFD0D0D0;
+ foreground: #005F87FF;
+ background: #D0D0D0FF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -84,6 +84,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF002B36;
- background: #00F5F5F5;
+ foreground: #002B36FF;
+ background: #F5F5F500;
}