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-11-17 21:10:08 +0000
committerJames Booth <boothj5@gmail.com>2014-11-17 21:10:08 +0000
commit1d5ac1b4742bbd782a43da02a01f7e50476022b4 (patch)
treecd179cf541601d7b83dc8237968ecf32513caa16 /src/config/theme.h
parent74d99375730f3be30ed8070c84148c6c1902ad7c (diff)
downloadprofani-tty-1d5ac1b4742bbd782a43da02a01f7e50476022b4.tar.gz
Added /theme colours command
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index 23abab63..a6a580f8 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -90,7 +90,23 @@ typedef enum {
     THEME_OTR_UNTRUSTED,
     THEME_OCCUPANTS_HEADER,
     THEME_ROSTER_HEADER,
-    THEME_NONE
+    THEME_NONE,
+    THEME_WHITE,
+    THEME_WHITE_BOLD,
+    THEME_GREEN,
+    THEME_GREEN_BOLD,
+    THEME_RED,
+    THEME_RED_BOLD,
+    THEME_YELLOW,
+    THEME_YELLOW_BOLD,
+    THEME_BLUE,
+    THEME_BLUE_BOLD,
+    THEME_CYAN,
+    THEME_CYAN_BOLD,
+    THEME_BLACK,
+    THEME_BLACK_BOLD,
+    THEME_MAGENTA,
+    THEME_MAGENTA_BOLD
 } theme_item_t;
 
 void theme_init(const char * const theme_name);