]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/themes/nord-qutebrowser.py
bin/addnzb: show curl errors
[dotfiles.git] / qutebrowser / themes / nord-qutebrowser.py
index b7e0bddce4223115d85e9a6f39730df1773c174e..e41b08a6cff6f2491dacf5e1c1a7c5c539d22f64 100644 (file)
@@ -163,6 +163,8 @@ c.colors.downloads.system.fg = "none"
 ## Background color for hints. Note that you can use a `rgba(...)` value
 ## for transparency.
 ## Type: QssColor
+#TODO use gradient?
+# c.colors.hints.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 247, 133, 0.8), stop:1 rgba(255, 197, 66, 0.8))'
 c.colors.hints.bg = nord['nord13']
 
 ## Font color for hints.
@@ -237,6 +239,10 @@ c.colors.prompts.fg = nord['nord5']
 ## Type: QssColor
 c.colors.prompts.selected.bg = nord['nord3']
 
+## Foreground color for the selected item in filename prompts.
+## Type: QssColor
+c.colors.prompts.selected.fg = nord['nord5']
+
 ## Background color of the statusbar in caret mode.
 ## Type: QssColor
 c.colors.statusbar.caret.bg = nord['nord15']
@@ -271,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