summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-09 12:49:40 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-09 12:49:40 +0200
commitb24660a2045f3d6efc4727d4e4b3767f8da07e03 (patch)
tree514c87b3c3258d90d0447f8d34afff8e9a244960 /include
parentaf369bd2443411ce0af29afd1c12fbe96b207da4 (diff)
Fix default theme.
Diffstat (limited to 'include')
-rw-r--r--include/default-theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/default-theme.h b/include/default-theme.h
index ef189778..7876b9a8 100644
--- a/include/default-theme.h
+++ b/include/default-theme.h
@@ -123,7 +123,7 @@ const char *default_theme =
" text-color: @alternate-active-foreground;"
" background-color: @alternate-active-background;"
"}"
- "#window.mainbox.listview.scrollbar {"
+ "#scrollbar {"
" border: 0;"
" width: 4px;"
" padding: 0;"
@@ -136,7 +136,7 @@ const char *default_theme =
" background-color: @selected-normal-background;"
" text-color: @selected-normal-foreground;"
"}"
- "#inputbar {"
+ "#inputbar, case-indicator, entry, prompt {"
" spacing: 0;"
" text-color: @normal-foreground;"
"}";