about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-09-11 13:21:02 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-09-11 13:21:02 +0200
commit2c97a484180ebd607b7debf3507f9dc2fe12a9d0 (patch)
treefc9adad7579105aeb3dd2bf133e4d7c695a6f147
parente10f4d4bb0c8dfa0ec96a41020b469847f3cd456 (diff)
downloadprofani-tty-2c97a484180ebd607b7debf3507f9dc2fe12a9d0.tar.gz
Print history color in theme properties
Also print `main.text.history` setting when `/theme properties' is run.
-rw-r--r--src/ui/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index e00c6658..4874d1e1 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2330,6 +2330,7 @@ cons_theme_properties(void)
     _cons_theme_prop(THEME_TEXT_ME, "main.text.me");
     _cons_theme_prop(THEME_THEM, "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_ONLINE, "online");