mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 09:16:22 +00:00
Set foreground color for untrusted messages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user