summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-24 16:42:19 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-24 16:58:03 +0200
commit474e3b3d63037d84925c301745471f0111dced41 (patch)
tree48bd3c70ca71438df04037ebb87a01a69a986e88 /include
parentb83f1504d59b0d7627d2e19107f297f1af70db94 (diff)
Slight tweak to default theme
Diffstat (limited to 'include')
-rw-r--r--include/default-theme.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/default-theme.h b/include/default-theme.h
index edd012fc..c87edb6f 100644
--- a/include/default-theme.h
+++ b/include/default-theme.h
@@ -80,6 +80,9 @@ const char *default_theme =
"#window.mainbox.message.normal {"
" foreground: @foreground;"
"}"
+ "#window.mainbox.listview.box {"
+ " foreground: @separatorcolor;"
+ "}"
"#window.mainbox.listview {"
" fixed-height: 0;"
" border: 2px dash 0px 0px ;"
@@ -130,6 +133,7 @@ const char *default_theme =
"}"
"#window.mainbox.sidebar.box {"
" border: 2px dash 0px 0px ;"
+ " foreground: @separatorcolor;"
"}"
"#window.mainbox.sidebar button selected {"
" background: @selected-normal-background;"
@@ -137,12 +141,10 @@ const char *default_theme =
"}"
"#window.mainbox.inputbar {"
" spacing: 0;"
+ " text: @normal-foreground;"
"}"
"#window.mainbox.inputbar.box {"
" border: 0px 0px 0px 0px;"
" "
- "}"
- "#window.mainbox.inputbar.normal {"
- " foreground: @foreground;"
"}";
#endif