about summary refs log tree commit diff stats
path: root/src/config/theme.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-07-16 13:44:16 +0100
committerJames Booth <boothj5@gmail.com>2014-07-16 13:44:16 +0100
commit4624eabb750d548ae3bddc5a8e73557f7a292330 (patch)
treeeb922c0bc2c929703a98b7c39bddfaaaf016e769 /src/config/theme.h
parentafde9d770a94aa2684d6d40a7735a775b0122594 (diff)
downloadprofani-tty-4624eabb750d548ae3bddc5a8e73557f7a292330.tar.gz
Colour chat room messages that contain users nickname
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index afc9a93c..858fabae 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -51,21 +51,22 @@
 #define COLOUR_ME                       COLOR_PAIR(17)
 #define COLOUR_THEM                     COLOR_PAIR(18)
 #define COLOUR_ROOMINFO                 COLOR_PAIR(19)
-#define COLOUR_ONLINE                   COLOR_PAIR(20)
-#define COLOUR_OFFLINE                  COLOR_PAIR(21)
-#define COLOUR_AWAY                     COLOR_PAIR(22)
-#define COLOUR_CHAT                     COLOR_PAIR(23)
-#define COLOUR_DND                      COLOR_PAIR(24)
-#define COLOUR_XA                       COLOR_PAIR(25)
-#define COLOUR_TYPING                   COLOR_PAIR(26)
-#define COLOUR_GONE                     COLOR_PAIR(27)
-#define COLOUR_SUBSCRIBED               COLOR_PAIR(28)
-#define COLOUR_UNSUBSCRIBED             COLOR_PAIR(29)
-#define COLOUR_OTR_STARTED_TRUSTED      COLOR_PAIR(30)
-#define COLOUR_OTR_STARTED_UNTRUSTED    COLOR_PAIR(31)
-#define COLOUR_OTR_ENDED                COLOR_PAIR(32)
-#define COLOUR_OTR_TRUSTED              COLOR_PAIR(33)
-#define COLOUR_OTR_UNTRUSTED            COLOR_PAIR(34)
+#define COLOUR_ROOMMENTION              COLOR_PAIR(20)
+#define COLOUR_ONLINE                   COLOR_PAIR(21)
+#define COLOUR_OFFLINE                  COLOR_PAIR(22)
+#define COLOUR_AWAY                     COLOR_PAIR(23)
+#define COLOUR_CHAT                     COLOR_PAIR(24)
+#define COLOUR_DND                      COLOR_PAIR(25)
+#define COLOUR_XA                       COLOR_PAIR(26)
+#define COLOUR_TYPING                   COLOR_PAIR(27)
+#define COLOUR_GONE                     COLOR_PAIR(28)
+#define COLOUR_SUBSCRIBED               COLOR_PAIR(29)
+#define COLOUR_UNSUBSCRIBED             COLOR_PAIR(30)
+#define COLOUR_OTR_STARTED_TRUSTED      COLOR_PAIR(31)
+#define COLOUR_OTR_STARTED_UNTRUSTED    COLOR_PAIR(32)
+#define COLOUR_OTR_ENDED                COLOR_PAIR(33)
+#define COLOUR_OTR_TRUSTED              COLOR_PAIR(34)
+#define COLOUR_OTR_UNTRUSTED            COLOR_PAIR(35)
 
 void theme_init(const char * const theme_name);
 void theme_init_colours(void);