X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/272f8887efd100c9ef4d0688664e6fe00573bf4d..fdd63454b51a35418ec23d3489cf20ae66a2299d:/qutebrowser/themes/nord-qutebrowser.py?ds=sidebyside diff --git a/qutebrowser/themes/nord-qutebrowser.py b/qutebrowser/themes/nord-qutebrowser.py index e41b08a..62a86d9 100644 --- a/qutebrowser/themes/nord-qutebrowser.py +++ b/qutebrowser/themes/nord-qutebrowser.py @@ -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