summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-24 15:56:35 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-24 15:56:35 +0200
commit3e516319685ee43515f5600040995352fd26cbee (patch)
treec463b540f4de0531d4ba3a0678275bb6f19ca80b
parent8a0563634f8bd34a12b4c4a32762b34ea2e695cc (diff)
Fix test.
-rw-r--r--doc/old-theme-convert-output.rasi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi
index fb55774f..266c7767 100644
--- a/doc/old-theme-convert-output.rasi
+++ b/doc/old-theme-convert-output.rasi
@@ -13,12 +13,11 @@
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
alternate-active-background: rgba ( 0, 0, 0, 0 % );
background: rgba ( 0, 0, 33, 87 % );
- bordercolor: rgba ( 219, 223, 188, 100 % );
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 % );
- border-color: @foreground;
+ border-color: rgba ( 219, 223, 188, 100 % );
spacing: 2;
separatorcolor: rgba ( 219, 223, 188, 100 % );
urgent-background: rgba ( 0, 0, 0, 0 % );