about summary refs log tree commit diff stats
path: root/src/theme.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-22 02:34:49 +0000
committerJames Booth <boothj5@gmail.com>2012-11-22 02:34:49 +0000
commit45a26b111f8bdfe9fb534368eb29bb8963353d8a (patch)
treeff46ad69af2a42c17438c2dc6fb801384d2df444 /src/theme.h
parentc5b4fc4a80563390610938e36c6e9dc71337c754 (diff)
downloadprofani-tty-45a26b111f8bdfe9fb534368eb29bb8963353d8a.tar.gz
Added time to themes, and some example themes
Diffstat (limited to 'src/theme.h')
-rw-r--r--src/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme.h b/src/theme.h
index 459135d6..ca1c2245 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -39,6 +39,7 @@
 #define COLOUR_ERROR            COLOR_PAIR(3)
 #define COLOUR_INCOMING         COLOR_PAIR(4)
 #define COLOUR_INPUT_TEXT       COLOR_PAIR(5)
+#define COLOUR_TIME             COLOR_PAIR(6)
 #define COLOUR_TITLE_TEXT       COLOR_PAIR(10)
 #define COLOUR_TITLE_BRACKET    COLOR_PAIR(11)
 #define COLOUR_STATUS_TEXT      COLOR_PAIR(20)