summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 10:11:50 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 10:11:50 +0200
commitd31fc5c8bc4d888b3a43aa9e09fbabb8df371a64 (patch)
treeafaef91738ff754c30a679a7642dcb2a828111c6 /include
parent4d19e35b0e14dda5a965ddd2f9663529b6b908e3 (diff)
Update message when launched without show argument.
Diffstat (limited to 'include')
-rw-r--r--include/default-theme.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/default-theme.h b/include/default-theme.h
index dc8e7fa2..b272ef4e 100644
--- a/include/default-theme.h
+++ b/include/default-theme.h
@@ -4,13 +4,13 @@
const char *default_theme =
"* {"
" spacing: 2;"
-" background: #00000000;"
+" background: #FFFDF6E3;"
"}"
"#window {"
" border: 1;"
" foreground: #FF002B36;"
" padding: 5;"
-" background: #FFFDF6E3;"
+" background: @background;"
"}"
"#window.mainbox {"
" border: 0;"
@@ -22,7 +22,6 @@ const char *default_theme =
"}"
"#window.mainbox.message.normal {"
" foreground: #FF002B36;"
-" background: #FFFDF6E3;"
"}"
"#window.mainbox.listview {"
" fixed-height: 0;"
@@ -83,6 +82,6 @@ const char *default_theme =
"}"
"#window.mainbox.inputbar.normal {"
" foreground: #FF002B36;"
-" background: #FFFDF6E3;"
+" background: @background;"
"}";
#endif