mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Fix typo in color control docs
In kitty there are seven transparent background colors that can be control via escape code, not 8. The either (at index 0 is the default background color, and its opacity is set by the user and not overridable by programs).
This commit is contained in:
parent
5faa7bda5d
commit
fbdce69adc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ selection_foreground The foreground color of selections
|
|||
cursor The color of the text cursor Foreground color
|
||||
cursor_text The color of text under the cursor Background color
|
||||
visual_bell The color of a visual bell Automatic color selection based on current screen colors
|
||||
transparent_background_color1..8 A background color that is rendered Unset
|
||||
transparent_background_color1..7 A background color that is rendered Unset
|
||||
with the specified opacity in cells that have
|
||||
the specified background color. An opacity
|
||||
value less than zero means, use the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue