From 71f48a1e30a8cba319b8218b213bf73675c3ad6c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 15 Oct 2017 00:21:35 +0200 Subject: [PATCH] Move statusbar colors together in configdata.yml --- qutebrowser/config/configdata.yml | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 941135d22..2a8c4c32b 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1469,16 +1469,6 @@ colors.completion.category.border.bottom: type: QssColor desc: Bottom border color of the completion widget category headers. -colors.statusbar.insert.fg: - default: white - type: QssColor - desc: Foreground color of the statusbar in insert mode. - -colors.statusbar.insert.bg: - default: darkgreen - type: QssColor - desc: Background color of the statusbar in insert mode. - colors.completion.item.selected.fg: default: black type: QtColor @@ -1504,16 +1494,6 @@ colors.completion.match.fg: type: QssColor desc: Foreground color of the matched text in the completion. -colors.statusbar.passthrough.fg: - default: white - type: QssColor - desc: Foreground color of the statusbar in passthrough mode. - -colors.statusbar.passthrough.bg: - default: darkblue - type: QssColor - desc: Background color of the statusbar in passthrough mode. - colors.completion.scrollbar.fg: default: white type: QssColor @@ -1678,6 +1658,26 @@ colors.statusbar.normal.bg: type: QssColor desc: Background color of the statusbar. +colors.statusbar.insert.fg: + default: white + type: QssColor + desc: Foreground color of the statusbar in insert mode. + +colors.statusbar.insert.bg: + default: darkgreen + type: QssColor + desc: Background color of the statusbar in insert mode. + +colors.statusbar.passthrough.fg: + default: white + type: QssColor + desc: Foreground color of the statusbar in passthrough mode. + +colors.statusbar.passthrough.bg: + default: darkblue + type: QssColor + desc: Background color of the statusbar in passthrough mode. + colors.statusbar.private.fg: default: white type: QssColor