]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/themes/nord-qutebrowser.py
nvim: don't quit nvim from dashboard
[dotfiles.git] / qutebrowser / themes / nord-qutebrowser.py
index e41b08a6cff6f2491dacf5e1c1a7c5c539d22f64..62a86d97fb789838dde6666b784a4f14bddb42f0 100644 (file)
@@ -1,3 +1,10 @@
+# noqa: D100
+from qutebrowser.config.configfiles import ConfigAPI
+from qutebrowser.config.config import ConfigContainer
+
+c: ConfigContainer = c      # noqa: F821 pylint: disable=E0602,C0103
+config: ConfigAPI = config  # noqa: F821 pylint: disable=E0602,C0103
+
 # https://github.com/Linuus/nord-qutebrowser
 
 nord = {
@@ -426,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