about summary refs log tree commit diff stats
path: root/src/config/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index f4e575b9..5f68dd0f 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -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);