summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-08 21:57:55 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-08 21:57:55 +0200
commit4a30d2a50731640f181615e91b5fcfdfa1a1f0da (patch)
tree6f2b927146df6714726dbd9ed823c4c394a61250 /doc
parente6cdf16089b07d24b62388ec597dfeb92c390eae (diff)
Fix tests.
Diffstat (limited to 'doc')
-rw-r--r--doc/default_theme.rasi8
-rw-r--r--doc/old-theme-convert-output.rasi8
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 76db6451..253e06c8 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -1,20 +1,20 @@
* {
- foreground: rgba ( 0, 43, 54, 100 % );
selected-normal-foreground: @lightbg;
+ foreground: rgba ( 0, 43, 54, 100 % );
normal-foreground: @foreground;
- red: rgba ( 220, 50, 47, 100 % );
alternate-normal-background: @lightbg;
- blue: rgba ( 38, 139, 210, 100 % );
+ red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: @background;
+ blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: @red;
alternate-urgent-background: @lightbg;
active-foreground: @blue;
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: @background;
- alternate-normal-foreground: @foreground;
alternate-active-background: @lightbg;
bordercolor: @foreground;
background: rgba ( 253, 246, 227, 100 % );
+ alternate-normal-foreground: @foreground;
normal-background: @background;
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: @lightfg;
diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi
index afab9eab..99211cf4 100644
--- a/doc/old-theme-convert-output.rasi
+++ b/doc/old-theme-convert-output.rasi
@@ -1,20 +1,20 @@
* {
- foreground: rgba ( 219, 223, 188, 100 % );
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
+ foreground: rgba ( 219, 223, 188, 100 % );
normal-foreground: @foreground;
- red: rgba ( 220, 50, 47, 100 % );
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
- blue: rgba ( 38, 139, 210, 100 % );
+ red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 2, 20, 63, 100 % );
+ blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 255, 129, 255, 100 % );
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
active-foreground: rgba ( 138, 196, 255, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
- alternate-normal-foreground: @foreground;
alternate-active-background: rgba ( 0, 0, 0, 0 % );
bordercolor: rgba ( 219, 223, 188, 100 % );
background: rgba ( 0, 0, 33, 87 % );
+ alternate-normal-foreground: @foreground;
normal-background: rgba ( 0, 0, 0, 0 % );
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 219, 223, 188, 100 % );