From ee698f1063cb4a41d542514b69a152ebf96d5e91 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 26 Oct 2022 23:00:54 +0200 Subject: [PATCH] [qutebrowser] Mark input mode with a friendly green background --- dot_config/private_qutebrowser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/private_qutebrowser/config.py b/dot_config/private_qutebrowser/config.py index 13bb1ff..0ec13ea 100644 --- a/dot_config/private_qutebrowser/config.py +++ b/dot_config/private_qutebrowser/config.py @@ -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