mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
docs: fix docs to show the default inactive_pane_hsb value
This commit is contained in:
parent
39d6549f23
commit
2c18a408c3
@ -218,14 +218,14 @@ return {
|
|||||||
|
|
||||||
*since: 20201031-154415-9614e117*
|
*since: 20201031-154415-9614e117*
|
||||||
|
|
||||||
By default, inactive panes look no different from active panes, with the
|
To make it easier to see which pane is active, the inactive panes are dimmed
|
||||||
exception that the cursor will render as an outline style to indicate that it
|
and de-saturated slightly.
|
||||||
doesn't have the focus.
|
|
||||||
|
|
||||||
You can optionally apply a transformation to the pane colors
|
You can specify your own transformation to the pane colors with a hue,
|
||||||
with a hue, saturation, brightness (HSB) multipler.
|
saturation, brightness (HSB) multipler.
|
||||||
|
|
||||||
In this example, inactive panes will be slightly de-saturated and dimmed:
|
In this example, inactive panes will be slightly de-saturated and dimmed;
|
||||||
|
this is the default configuration:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user