summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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