mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 08:46:22 +00:00
Print history color in theme properties
Also print `main.text.history` setting when `/theme properties' is run.
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user