diff --git a/src/common/config.py b/src/common/config.py index 103cb8916f2c0417c2382e6453e6a5639756f255..b5fdad629a17b444eb0ef1e84d2a28751a19020a 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -240,7 +240,6 @@ class Config: # http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html # FIXME: not black but the default color from gtk+ theme - 'state_unread_color': [ opt_color, 'black' ], 'state_active_color': [ opt_color, 'black' ], 'state_inactive_color': [ opt_color, 'grey62' ], 'state_composing_color': [ opt_color, 'green4' ],