about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-24 17:33:26 +0000
committerJames Booth <boothj5@gmail.com>2016-01-24 17:33:26 +0000
commit5ff36c14c03402c1796dfd29f00e43b5d400e0e5 (patch)
tree0e1da6c781d5bac4cf3953ba025512e6dd24b92f /src/ui/console.c
parent2bda22c3d67893dc9d84cb53683f9e9d83e70cb2 (diff)
downloadprofani-tty-5ff36c14c03402c1796dfd29f00e43b5d400e0e5.tar.gz
Added roomtrigger colour theme
closes #717
Diffstat (limited to 'src/ui/console.c')
-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 bd8b9171..6fd6fc38 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2125,6 +2125,7 @@ cons_theme_properties(void)
 
     _cons_theme_prop(THEME_ROOMINFO, "roominfo");
     _cons_theme_prop(THEME_ROOMMENTION, "roommention");
+    _cons_theme_prop(THEME_ROOMTRIGGER, "roomtrigger");
 
     _cons_theme_prop(THEME_ROSTER_HEADER, "roster.header");
     _cons_theme_prop(THEME_ROSTER_CHAT, "roster.chat");