add color configuration to passthrough mode
This commit is contained in:
parent
d411ec1eba
commit
4d2ca878ea
@ -524,7 +524,6 @@ content.netrc_file:
|
|||||||
content.notifications:
|
content.notifications:
|
||||||
default: ask
|
default: ask
|
||||||
type: BoolAsk
|
type: BoolAsk
|
||||||
backend: QtWebKit
|
|
||||||
desc: Allow websites to show notifications.
|
desc: Allow websites to show notifications.
|
||||||
|
|
||||||
content.pdfjs:
|
content.pdfjs:
|
||||||
@ -1504,6 +1503,16 @@ colors.completion.match.fg:
|
|||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Foreground color of the matched text in the completion.
|
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:
|
colors.completion.scrollbar.fg:
|
||||||
default: white
|
default: white
|
||||||
type: QssColor
|
type: QssColor
|
||||||
|
Loading…
Reference in New Issue
Block a user