Update docs.

This commit is contained in:
Florian Bruhin 2015-10-24 16:04:53 +02:00
parent f614e5b98a
commit 08c4bfefe0
2 changed files with 8 additions and 2 deletions

View File

@ -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
~~~~~~~

View File

@ -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]+