state_unread_color no longer needed.

This commit is contained in:
Travis Shirk 2005-11-29 04:03:16 +00:00
parent fb31c2478c
commit 253df9cd45
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ class Config:
# http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html # http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
# FIXME: not black but the default color from gtk+ theme # FIXME: not black but the default color from gtk+ theme
'state_unread_color': [ opt_color, 'black' ],
'state_active_color': [ opt_color, 'black' ], 'state_active_color': [ opt_color, 'black' ],
'state_inactive_color': [ opt_color, 'grey62' ], 'state_inactive_color': [ opt_color, 'grey62' ],
'state_composing_color': [ opt_color, 'green4' ], 'state_composing_color': [ opt_color, 'green4' ],