Remove statusbar.fg.error setting

This commit is contained in:
Florian Bruhin 2014-05-26 17:03:39 +02:00
parent edacb23076
commit f380eaf4cd

View File

@ -814,10 +814,6 @@ DATA = OrderedDict([
SettingValue(types.Color(), 'red'),
"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',
SettingValue(types.Color(), 'darkblue'),
"Background color of the statusbar if there is a prompt."),