From 272f8887efd100c9ef4d0688664e6fe00573bf4d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 25 Apr 2022 10:34:52 +0100 Subject: [PATCH] qutebrowser: use light dark for insert mode bg --- qutebrowser/themes/nord-qutebrowser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/themes/nord-qutebrowser.py b/qutebrowser/themes/nord-qutebrowser.py index cd6b8ef..e41b08a 100644 --- a/qutebrowser/themes/nord-qutebrowser.py +++ b/qutebrowser/themes/nord-qutebrowser.py @@ -277,11 +277,11 @@ c.colors.statusbar.command.private.fg = nord['nord5'] ## Background color of the statusbar in insert mode. ## Type: QssColor -c.colors.statusbar.insert.bg = nord['nord14'] +c.colors.statusbar.insert.bg = nord['nord3'] ## Foreground color of the statusbar in insert mode. ## Type: QssColor -c.colors.statusbar.insert.fg = nord['nord1'] +c.colors.statusbar.insert.fg = nord['nord6'] ## Background color of the statusbar. ## Type: QssColor -- 2.48.1