]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: use light dark for insert mode bg
authorSamir Benmendil <me@rmz.io>
Mon, 25 Apr 2022 09:34:52 +0000 (10:34 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 27 Apr 2022 11:59:52 +0000 (12:59 +0100)
qutebrowser/themes/nord-qutebrowser.py

index cd6b8ef1adecdd15b4c9e6e16370a8c176bc9308..e41b08a6cff6f2491dacf5e1c1a7c5c539d22f64 100644 (file)
@@ -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