summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-16 21:55:52 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-16 21:55:52 +0200
commit30fb8c514ed6eaf223ab6c79929a5745d7280b99 (patch)
treec530c4aa8786f46a7b7c8db16ba71fb5c06013b4 /doc/default_theme.rasi
parent494550d38d572801ba3924611b09c7ca2b20610a (diff)
Change ARGB to RGBA, fix in theme converter
Diffstat (limited to 'doc/default_theme.rasi')
-rw-r--r--doc/default_theme.rasi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 4f17f684..31ebf297 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -1,22 +1,22 @@
* {
- foreground: #FF002B36;
+ foreground: rgba ( 0, 43, 54, 255 );
selected-normal-foreground: @lightbg;
normal-foreground: @foreground;
- red: #FFDC322F;
+ red: rgba ( 220, 50, 47, 255 );
alternate-normal-background: @lightbg;
- blue: #FF268BD2;
+ blue: rgba ( 38, 139, 210, 255 );
selected-urgent-foreground: @background;
urgent-foreground: @red;
alternate-urgent-background: @lightbg;
active-foreground: @blue;
- lightbg: #FFEEE8D5;
+ lightbg: rgba ( 238, 232, 213, 255 );
selected-active-foreground: @background;
alternate-normal-foreground: @foreground;
alternate-active-background: @lightbg;
bordercolor: @foreground;
- background: #FFFDF6E3;
+ background: rgba ( 253, 246, 227, 255 );
normal-background: @background;
- lightfg: #FF586875;
+ lightfg: rgba ( 88, 104, 117, 255 );
selected-normal-background: @lightfg;
separatorcolor: @foreground;
spacing: 2;
@@ -30,7 +30,7 @@
#window {
border: 1;
foreground: @foreground;
- background: #00000000;
+ background: rgba ( 0, 0, 0, 0 );
padding: 5;
}
#window.box {