Set foreground color for untrusted messages

This commit is contained in:
Paul Fariello
2019-06-18 06:23:06 +02:00
parent 44d16e9141
commit 9482ce6168
7 changed files with 12 additions and 9 deletions

View File

@@ -117,6 +117,7 @@ typedef enum {
THEME_ROSTER_ROOM_TRIGGER,
THEME_ROSTER_ROOM_MENTION,
THEME_RECEIPT_SENT,
THEME_UNTRUSTED,
THEME_NONE,
THEME_WHITE,
THEME_WHITE_BOLD,
@@ -134,7 +135,6 @@ typedef enum {
THEME_BLACK_BOLD,
THEME_MAGENTA,
THEME_MAGENTA_BOLD,
THEME_NO_TRUST,
} theme_item_t;
void theme_init(const char *const theme_name);