aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-migrate.c
diff options
context:
space:
mode:
authorMichael Monreal <mmonreal@svn.gnome.org>2007-11-06 18:02:42 +0800
committerMichael Monreal <mmonreal@src.gnome.org>2007-11-06 18:02:42 +0800
commite57bc4e409481165726cd503efd2405cd778c534 (patch)
tree10bb2e716a208509e177c2a963f807e36829cba6 /mail/em-migrate.c
parentaed824675f0cc43c90c43d6a0495ee952ed3a648 (diff)
downloadgsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.tar
gsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.tar.gz
gsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.tar.bz2
gsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.tar.lz
gsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.tar.xz
gsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.tar.zst
gsoc2013-evolution-e57bc4e409481165726cd503efd2405cd778c534.zip
** Fix for bug #492170
2007-11-06 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492170 * em-migrate.c: * evolution-mail.schemas.in: * mail-config.c: Replace the old color definitions with very similar colors from the Tango color palette. svn path=/trunk/; revision=34515
Diffstat (limited to 'mail/em-migrate.c')
-rw-r--r--mail/em-migrate.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c
index 4e8f3e3c61..c290b60330 100644
--- a/mail/em-migrate.c
+++ b/mail/em-migrate.c
@@ -1050,11 +1050,11 @@ static struct {
char *label;
char *colour;
} label_default[5] = {
- { N_("Important"), "#ff0000" }, /* red */
- { N_("Work"), "#ff8c00" }, /* orange */
- { N_("Personal"), "#008b00" }, /* forest green */
- { N_("To Do"), "#0000ff" }, /* blue */
- { N_("Later"), "#8b008b" } /* magenta */
+ { N_("Important"), "#EF2929" }, /* red */
+ { N_("Work"), "#F57900" }, /* orange */
+ { N_("Personal"), "#4E9A06" }, /* green */
+ { N_("To Do"), "#3465A4" }, /* blue */
+ { N_("Later"), "#75507B" } /* purple */
};
/* remaps mail config from bconf to gconf */