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