Change completion title color to white

This commit is contained in:
Florian Bruhin 2014-05-11 21:58:40 +02:00
parent 195c7d6ef7
commit 3deeaede8a

View File

@ -682,7 +682,7 @@ DATA = OrderedDict([
"Background color of completion widget items."),
('completion.category.fg',
SettingValue(types.Color(), '#e6bd00'),
SettingValue(types.Color(), 'white'),
"Foreground color of completion widget category headers."),
('completion.category.bg',