Change completion title color to white
This commit is contained in:
parent
195c7d6ef7
commit
3deeaede8a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user