summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-18 09:06:40 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-18 09:06:40 +0200
commitb50aa7e2e98fbcba10fcb4eed543ce23afdbd73c (patch)
treed4eb9bf2d86b3204f63079987a7b87dd506624d5
parentae0323211ba4a19fa13d56e0180cd5c915568adf (diff)
Fix tests.
-rw-r--r--doc/default_theme.rasi4
-rw-r--r--doc/old-theme-convert-output.rasi4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index d75d4f57..67a606cb 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -104,6 +104,10 @@
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
+#button {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi
index ddc11fa5..fb55774f 100644
--- a/doc/old-theme-convert-output.rasi
+++ b/doc/old-theme-convert-output.rasi
@@ -105,6 +105,10 @@
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
+#button {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;