summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-14 18:22:27 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-14 18:22:27 +0200
commite4c935c764d1e1d1425c6615d4258a6e9f2a584d (patch)
tree8be7ad98b7a409c15593875a521446c2b29831c6 /doc/default_theme.rasi
parent4e7aa06333341e5f0c76c909355ff00614c1ae0f (diff)
Add a old theme conversion test and default theme dump test.
Diffstat (limited to 'doc/default_theme.rasi')
-rw-r--r--doc/default_theme.rasi111
1 files changed, 111 insertions, 0 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
new file mode 100644
index 00000000..4f17f684
--- /dev/null
+++ b/doc/default_theme.rasi
@@ -0,0 +1,111 @@
+* {
+ foreground: #FF002B36;
+ selected-normal-foreground: @lightbg;
+ normal-foreground: @foreground;
+ red: #FFDC322F;
+ alternate-normal-background: @lightbg;
+ blue: #FF268BD2;
+ selected-urgent-foreground: @background;
+ urgent-foreground: @red;
+ alternate-urgent-background: @lightbg;
+ active-foreground: @blue;
+ lightbg: #FFEEE8D5;
+ selected-active-foreground: @background;
+ alternate-normal-foreground: @foreground;
+ alternate-active-background: @lightbg;
+ bordercolor: @foreground;
+ background: #FFFDF6E3;
+ normal-background: @background;
+ lightfg: #FF586875;
+ selected-normal-background: @lightfg;
+ separatorcolor: @foreground;
+ spacing: 2;
+ urgent-background: @background;
+ alternate-urgent-foreground: @red;
+ selected-urgent-background: @red;
+ alternate-active-foreground: @blue;
+ selected-active-background: @blue;
+ active-background: @background;
+}
+#window {
+ border: 1;
+ foreground: @foreground;
+ background: #00000000;
+ padding: 5;
+}
+#window.box {
+ foreground: @bordercolor;
+ background: @background;
+}
+#window.mainbox {
+ border: 0;
+ padding: 0;
+}
+#window.mainbox.message.box {
+ border: 1px dash 0px 0px ;
+ foreground: @separatorcolor;
+ padding: 2px 0px 0px ;
+}
+#window.mainbox.message.normal {
+ foreground: @foreground;
+}
+#window.mainbox.listview {
+ fixed-height: 0;
+ border: 1px dash 0px 0px ;
+ padding: 2px 0px 0px ;
+}
+#window.mainbox.listview.element {
+ border: 0;
+}
+#window.mainbox.listview.element.normal.normal {
+ foreground: @normal-foreground;
+ background: @normal-background;
+}
+#window.mainbox.listview.element.normal.urgent {
+ foreground: @urgent-foreground;
+ background: @urgent-background;
+}
+#window.mainbox.listview.element.normal.active {
+ foreground: @active-foreground;
+ background: @active-background;
+}
+#window.mainbox.listview.element.selected.normal {
+ foreground: @selected-normal-foreground;
+ background: @selected-normal-background;
+}
+#window.mainbox.listview.element.selected.urgent {
+ foreground: @selected-urgent-foreground;
+ background: @selected-urgent-background;
+}
+#window.mainbox.listview.element.selected.active {
+ foreground: @selected-active-foreground;
+ background: @selected-active-background;
+}
+#window.mainbox.listview.element.alternate.normal {
+ foreground: @alternate-normal-foreground;
+ background: @alternate-normal-background;
+}
+#window.mainbox.listview.element.alternate.urgent {
+ foreground: @alternate-urgent-foreground;
+ background: @alternate-urgent-background;
+}
+#window.mainbox.listview.element.alternate.active {
+ foreground: @alternate-active-foreground;
+ background: @alternate-active-background;
+}
+#window.mainbox.listview.scrollbar {
+ border: 0;
+ padding: 0;
+}
+#window.mainbox.sidebar.box {
+ border: 1px dash 0px 0px ;
+}
+#window.mainbox.inputbar {
+ spacing: 0;
+}
+#window.mainbox.inputbar.box {
+ border: 0px ;
+}
+#window.mainbox.inputbar.normal {
+ foreground: @foreground;
+}