aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index b036e389da..e6396ab7cf 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -71,11 +71,11 @@
MailConfigLabel label_defaults[5] = {
- { N_("Important"), 0xff0000 }, /* red */
- { N_("Work"), 0xff8c00 }, /* orange */
- { N_("Personal"), 0x008b00 }, /* forest green */
- { N_("To Do"), 0x0000ff }, /* blue */
- { N_("Later"), 0x8b008b } /* magenta */
+ { N_("Important"), 0x00ff0000 }, /* red */
+ { N_("Work"), 0x00ff8c00 }, /* orange */
+ { N_("Personal"), 0x00008b00 }, /* forest green */
+ { N_("To Do"), 0x000000ff }, /* blue */
+ { N_("Later"), 0x008b008b } /* magenta */
};
typedef struct {