Skip to content

Commit

Permalink
Issue #9787: Update default status colors to use a better color palette.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Nov 14, 2008
1 parent 9fe7499 commit 02b4218
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config_defaults_inc.php
Expand Up @@ -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
Expand Down

0 comments on commit 02b4218

Please sign in to comment.