From f380eaf4cd9dd08e47cc6ef02a245791af66d0e8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 May 2014 17:03:39 +0200 Subject: [PATCH] Remove statusbar.fg.error setting --- qutebrowser/config/configdata.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index dfd3aa038..e24b7c5f8 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -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."),