Update docs.
This commit is contained in:
parent
f614e5b98a
commit
08c4bfefe0
@ -41,8 +41,11 @@ Added
|
||||
* `completion -> scrollbar-padding`
|
||||
* `colors -> completion.scrollbar.fg`
|
||||
* `colors -> completion.scrollbar.bg`
|
||||
- New value `none` for `colors -> tabs.indicator.system` to not display a
|
||||
gradient for tab indicators.
|
||||
- New value `none` for options taking a color system so they don't display a
|
||||
gradient:
|
||||
* `colors -> tabs.indicator.system`
|
||||
* `colors -> downloads.fg.system`
|
||||
* `colors -> downloads.bg.system`
|
||||
|
||||
Changed
|
||||
~~~~~~~
|
||||
|
@ -1902,6 +1902,7 @@ Valid values:
|
||||
* +rgb+: Interpolate in the RGB color system.
|
||||
* +hsv+: Interpolate in the HSV color system.
|
||||
* +hsl+: Interpolate in the HSL color system.
|
||||
* +none+: Don't show a gradient.
|
||||
|
||||
Default: +pass:[rgb]+
|
||||
|
||||
@ -1962,6 +1963,7 @@ Valid values:
|
||||
* +rgb+: Interpolate in the RGB color system.
|
||||
* +hsv+: Interpolate in the HSV color system.
|
||||
* +hsl+: Interpolate in the HSL color system.
|
||||
* +none+: Don't show a gradient.
|
||||
|
||||
Default: +pass:[rgb]+
|
||||
|
||||
@ -1974,6 +1976,7 @@ Valid values:
|
||||
* +rgb+: Interpolate in the RGB color system.
|
||||
* +hsv+: Interpolate in the HSV color system.
|
||||
* +hsl+: Interpolate in the HSL color system.
|
||||
* +none+: Don't show a gradient.
|
||||
|
||||
Default: +pass:[rgb]+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user