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:
parent
e10f4d4bb0
commit
2c97a48418
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user