From f76af6c9493087427f5a716c99597e63dd61906b Mon Sep 17 00:00:00 2001 From: Marcel Schilling Date: Mon, 30 Oct 2017 17:10:19 +0100 Subject: [PATCH] define type before desc in configdata YAML file --- qutebrowser/config/configdata.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index fadc8c5ab..f9b525adb 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1181,8 +1181,8 @@ tabs.favicons.scale: tabs.favicons.show: default: true - desc: Show favicons in the tab bar. type: Bool + desc: Show favicons in the tab bar. tabs.indicator_padding: default: @@ -1798,8 +1798,8 @@ colors.statusbar.url.error.fg: colors.statusbar.url.hover.fg: default: aqua - desc: Foreground color of the URL in the statusbar for hovered links. type: QssColor + desc: Foreground color of the URL in the statusbar for hovered links. colors.statusbar.url.success.http.fg: default: white