From 4d2ca878ead78979af7de83dcf3b44a077bc6272 Mon Sep 17 00:00:00 2001 From: sMailund Date: Sat, 14 Oct 2017 10:26:55 +0200 Subject: [PATCH] add color configuration to passthrough mode --- qutebrowser/config/configdata.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 7e7f024f3..1acac8641 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -524,7 +524,6 @@ content.netrc_file: content.notifications: default: ask type: BoolAsk - backend: QtWebKit desc: Allow websites to show notifications. content.pdfjs: @@ -1504,6 +1503,16 @@ 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