Skip to content

Commit fbdce69

Browse files
committed
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).
1 parent 5faa7bd commit fbdce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/color-stack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ selection_foreground The foreground color of selections
6969
cursor The color of the text cursor Foreground color
7070
cursor_text The color of text under the cursor Background color
7171
visual_bell The color of a visual bell Automatic color selection based on current screen colors
72-
transparent_background_color1..8 A background color that is rendered Unset
72+
transparent_background_color1..7 A background color that is rendered Unset
7373
with the specified opacity in cells that have
7474
the specified background color. An opacity
7575
value less than zero means, use the

0 commit comments

Comments
 (0)