[qutebrowser] Make colors of the insert-mode stick out a bit more

This commit is contained in:
Sebastian Schulze 2023-07-28 10:33:53 +02:00
parent dcc09d40f4
commit 34b9bc3e6b
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 2 deletions

View File

@ -282,10 +282,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 = base00
c.colors.statusbar.insert.fg = "#006600"
# Background color of the statusbar in insert mode.
c.colors.statusbar.insert.bg = base0C
c.colors.statusbar.insert.bg = "#66ff99"
# Foreground color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.fg = base0A