## 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