From 02b4218f0200024f34556f9febb255adc1654a54 Mon Sep 17 00:00:00 2001 From: John Reese Date: Fri, 14 Nov 2008 13:59:58 -0500 Subject: [PATCH] Issue #9787: Update default status colors to use a better color palette. --- config_defaults_inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 9720934567..c90c501805 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -1351,13 +1351,13 @@ # --- status color codes ---------- # - $g_status_colors = array( 'new' => '#ffa0a0', # red, - 'feedback' => '#ff50a8', # purple - 'acknowledged' => '#ffd850', # orange + $g_status_colors = array( 'new' => '#ffcdcd', # red, + 'feedback' => '#ffcdec', # purple + 'acknowledged' => '#ffeccd', # orange 'confirmed' => '#ffffb0', # yellow - 'assigned' => '#c8c8ff', # blue - 'resolved' => '#cceedd', # buish-green - 'closed' => '#e8e8e8'); # light gray + 'assigned' => '#cde2ff', # blue + 'resolved' => '#daf5ec', # buish-green + 'closed' => '#e6e6e6'); # light gray # The padding level when displaying project ids # The bug id will be padded with 0's up to the size given