1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Print history color in theme properties

Also print `main.text.history` setting when `/theme properties' is run.
This commit is contained in:
Michael Vetter 2019-09-11 13:21:02 +02:00
parent e10f4d4bb0
commit 2c97a48418

View File

@ -2330,6 +2330,7 @@ cons_theme_properties(void)
_cons_theme_prop(THEME_TEXT_ME, "main.text.me"); _cons_theme_prop(THEME_TEXT_ME, "main.text.me");
_cons_theme_prop(THEME_THEM, "them"); _cons_theme_prop(THEME_THEM, "them");
_cons_theme_prop(THEME_TEXT_THEM, "main.text.them"); _cons_theme_prop(THEME_TEXT_THEM, "main.text.them");
_cons_theme_prop(THEME_TEXT_HISTORY, "main.text.history");
_cons_theme_prop(THEME_CHAT, "chat"); _cons_theme_prop(THEME_CHAT, "chat");
_cons_theme_prop(THEME_ONLINE, "online"); _cons_theme_prop(THEME_ONLINE, "online");