1
1
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:
Wez Furlong 2020-12-23 08:51:25 -08:00
parent 39d6549f23
commit 2c18a408c3

View File

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