Remove statusbar.fg.error setting
This commit is contained in:
parent
edacb23076
commit
f380eaf4cd
@ -814,10 +814,6 @@ DATA = OrderedDict([
|
|||||||
SettingValue(types.Color(), 'red'),
|
SettingValue(types.Color(), 'red'),
|
||||||
"Background color of the statusbar if there was an error."),
|
"Background color of the statusbar if there was an error."),
|
||||||
|
|
||||||
('statusbar.fg.error',
|
|
||||||
SettingValue(types.Color(), '${statusbar.fg}'),
|
|
||||||
"Foreground color of the statusbar if there was an error."),
|
|
||||||
|
|
||||||
('statusbar.bg.prompt',
|
('statusbar.bg.prompt',
|
||||||
SettingValue(types.Color(), 'darkblue'),
|
SettingValue(types.Color(), 'darkblue'),
|
||||||
"Background color of the statusbar if there is a prompt."),
|
"Background color of the statusbar if there is a prompt."),
|
||||||
|
Loading…
Reference in New Issue
Block a user