## Background color of the completion widget category headers.
## Type: QssColor
-c.colors.completion.category.bg = nord['nord0']
+c.colors.completion.category.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 '+nord['nord1']+', stop:1 '+nord['nord0']+')'
## Bottom border color of the completion widget category headers.
## Type: QssColor
## Top border color of the completion widget category headers.
## Type: QssColor
-c.colors.completion.category.border.top = nord['nord0']
+c.colors.completion.category.border.top = nord['nord1']
## Foreground color of completion widget category headers.
## Type: QtColor
## Color gradient stop for download backgrounds.
## Type: QtColor
-c.colors.downloads.stop.bg = nord['nord15']
+c.colors.downloads.stop.bg = nord['nord14']
## Color gradient end for download text.
## Type: QtColor
## - hsv: Interpolate in the HSV color system.
## - hsl: Interpolate in the HSL color system.
## - none: Don't show a gradient.
-c.colors.downloads.system.bg = 'none'
+c.colors.downloads.system.bg = 'hsv'
## Color gradient interpolation system for download text.
## Type: ColorSystem
## Color gradient start for the tab indicator.
## Type: QtColor
-# c.colors.tabs.indicator.start = nord['violet']
+c.colors.tabs.indicator.start = nord['nord12']
## Color gradient end for the tab indicator.
## Type: QtColor
-# c.colors.tabs.indicator.stop = nord['orange']
+c.colors.tabs.indicator.stop = nord['nord14']
## Color gradient interpolation system for the tab indicator.
## Type: ColorSystem
## - hsv: Interpolate in the HSV color system.
## - hsl: Interpolate in the HSL color system.
## - none: Don't show a gradient.
-c.colors.tabs.indicator.system = 'none'
+c.colors.tabs.indicator.system = 'hsv'
## Background color of unselected odd tabs.
## Type: QtColor
## Background color for webpages if unset (or empty to use the theme's
## color).
## Type: QtColor
-# c.colors.webpage.bg = 'white'
+c.colors.webpage.bg = nord['nord4']