X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f43e62d9e49811a7bc3cdb6f642747f0905df563..6ace87464a1bd9dd4f8a17e8dd2b34fb175b8477:/qutebrowser/themes/nord-qutebrowser.py?ds=inline diff --git a/qutebrowser/themes/nord-qutebrowser.py b/qutebrowser/themes/nord-qutebrowser.py index f284e92..62a86d9 100644 --- a/qutebrowser/themes/nord-qutebrowser.py +++ b/qutebrowser/themes/nord-qutebrowser.py @@ -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