]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/themes/nord-qutebrowser.py
qutebrowser: update config.py and theme
[dotfiles.git] / qutebrowser / themes / nord-qutebrowser.py
index f284e92772c7283e976b8d66ed2cf3a0f093a2ce..62a86d97fb789838dde6666b784a4f14bddb42f0 100644 (file)
@@ -433,6 +433,14 @@ c.colors.tabs.selected.odd.bg = nord['nord0']
 ## Type: QtColor
 c.colors.tabs.selected.odd.fg = nord['nord5']
 
+## Background color of tooltips. If set to null, the Qt default is used.
+## Type: QssColor
+c.colors.tooltip.bg = None
+
+## Foreground color of tooltips. If set to null, the Qt default is used.
+## Type: QssColor
+c.colors.tooltip.fg = None
+
 ## Background color for webpages if unset (or empty to use the theme's
 ## color).
 ## Type: QtColor