[qutebrowser] Mark input mode with a friendly green background

This commit is contained in:
Sebastian Schulze 2022-10-26 23:00:54 +02:00
parent 170ba322d7
commit ee698f1063
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 2 deletions

View File

@ -259,10 +259,10 @@ c.colors.statusbar.normal.fg = base05
c.colors.statusbar.normal.bg = base00
# Foreground color of the statusbar in insert mode.
c.colors.statusbar.insert.fg = base0C
c.colors.statusbar.insert.fg = base00
# Background color of the statusbar in insert mode.
c.colors.statusbar.insert.bg = base00
c.colors.statusbar.insert.bg = base0C
# Foreground color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.fg = base0A