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:
Kovid Goyal
2025-05-24 14:19:14 +05:30
parent 5faa7bda5d
commit fbdce69adc

View File

@@ -69,7 +69,7 @@ selection_foreground The foreground color of selections
cursor The color of the text cursor Foreground color cursor The color of the text cursor Foreground color
cursor_text The color of text under the cursor Background 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 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 with the specified opacity in cells that have
the specified background color. An opacity the specified background color. An opacity
value less than zero means, use the value less than zero means, use the