summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-02 12:47:53 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-02 12:47:53 +0200
commited647dc4c1c2d68888a0f85f6d2db55879383b48 (patch)
tree0888269dbd79f43dfad3a7c3cf776863dbdf3401 /include
parenta754815d14492c4e0d38226965c19773cbe96350 (diff)
Fix some conversion compatibility
Diffstat (limited to 'include')
-rw-r--r--include/default-theme.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/default-theme.h b/include/default-theme.h
index c815032b..ce77e43a 100644
--- a/include/default-theme.h
+++ b/include/default-theme.h
@@ -7,6 +7,7 @@ const char *default_theme =
" background: #FFFDF6E3;"
" foreground: #FF002B36;"
" bordercolor: @foreground;"
+ " separatorcolor: @foreground;"
" red: #FFDC322F;"
" blue: #FF268BD2;"
" lightbg: #FFEEE8D5;"
@@ -33,10 +34,11 @@ const char *default_theme =
"#window {"
" border: 1;"
" foreground: @foreground;"
+ " background: #00000000;"
" padding: 5;"
- " background: @background;"
"}"
"#window.box {"
+ " background: @background;"
" foreground: @bordercolor;"
"}"
"#window.mainbox {"
@@ -46,6 +48,7 @@ const char *default_theme =
"#window.mainbox.message.box {"
" border: 1px dash 0px 0px ;"
" padding: 2px 0px 0px ;"
+ " foreground: @separatorcolor;"
"}"
"#window.mainbox.message.normal {"
" foreground: @foreground;"
@@ -106,9 +109,10 @@ const char *default_theme =
" spacing: 0;"
"}"
"#window.mainbox.inputbar.box {"
+ " border: 0px 0px 0px 0px;"
+ " "
"}"
"#window.mainbox.inputbar.normal {"
" foreground: @foreground;"
- " background: @background;"
"}";
#endif