add color configuration to passthrough mode

This commit is contained in:
sMailund 2017-10-14 10:26:55 +02:00
parent d411ec1eba
commit 4d2ca878ea

View File

@ -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