Added support for bold theme settings

This commit is contained in:
James Booth
2014-11-16 21:56:19 +00:00
parent ed4391ec8a
commit 976e5aac0a
6 changed files with 143 additions and 92 deletions

View File

@@ -87,7 +87,10 @@ typedef enum {
THEME_OTR_STARTED_UNTRUSTED,
THEME_OTR_ENDED,
THEME_OTR_TRUSTED,
THEME_OTR_UNTRUSTED
THEME_OTR_UNTRUSTED,
THEME_OCCUPANTS_HEADER,
THEME_ROSTER_HEADER,
THEME_NONE
} theme_item_t;
void theme_init(const char * const theme_name);