summaryrefslogtreecommitdiffstats
path: root/themes/Paper.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-19 09:19:14 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-19 09:19:14 +0100
commit823d1b46511abc5904f7358636ccd7ec2cbc25ea (patch)
treea38a7709c2ffa245356fffe3d6fbfe3e73f6bd22 /themes/Paper.rasi
parent3a7fde924a9efd3c2df73961d2b19bc727c1f77d (diff)
Convert built-in themes to new format.
Diffstat (limited to 'themes/Paper.rasi')
-rw-r--r--themes/Paper.rasi89
1 files changed, 89 insertions, 0 deletions
diff --git a/themes/Paper.rasi b/themes/Paper.rasi
new file mode 100644
index 00000000..2622d809
--- /dev/null
+++ b/themes/Paper.rasi
@@ -0,0 +1,89 @@
+//! ------------------------------------------------------------------------------
+//! ROFI Color theme
+//! User: qball
+//! Copyright: Dave Davenport
+//! ------------------------------------------------------------------------------
+//! "Color scheme for normal row" Set from: File
+* {
+ spacing: 2;
+ background: #00000000;
+}
+#window {
+ border: 2;
+ foreground: #FF444444;
+ padding: 5;
+ background: #FFF5F5F5;
+}
+#window.mainbox {
+ border: 0;
+ padding: 0;
+}
+#window.mainbox.message.box {
+ border: 2px 0px 0px ;
+ padding: 2px 0px 0px ;
+}
+#window.mainbox.message.normal {
+ foreground: #FF002B36;
+ background: #00F5F5F5;
+}
+#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: #FF002B36;
+ background: #00F5F5F5;
+}
+#window.mainbox.listview.element.normal.urgent {
+ foreground: #FFD75F00;
+ background: #FFF5F5F5;
+}
+#window.mainbox.listview.element.normal.active {
+ foreground: #FF005F87;
+ background: #FFF5F5F5;
+}
+#window.mainbox.listview.element.selected.normal {
+ foreground: #FFF5F5F5;
+ background: #FF4271AE;
+}
+#window.mainbox.listview.element.selected.urgent {
+ foreground: #FFF5F5F5;
+ background: #FFD75F00;
+}
+#window.mainbox.listview.element.selected.active {
+ foreground: #FFF5F5F5;
+ background: #FF005F87;
+}
+#window.mainbox.listview.element.alternate.normal {
+ foreground: #FF002B36;
+ background: #FFD0D0D0;
+}
+#window.mainbox.listview.element.alternate.urgent {
+ foreground: #FFD75F00;
+ background: #FFD0D0D0;
+}
+#window.mainbox.listview.element.alternate.active {
+ foreground: #FF005F87;
+ background: #FFD0D0D0;
+}
+#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: #FF002B36;
+ background: #00F5F5F5;
+}