From fbdce69adc42157ce8babead2cff1eb99ef3dd4b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 May 2025 14:19:14 +0530 Subject: [PATCH] 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). --- docs/color-stack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/color-stack.rst b/docs/color-stack.rst index da660f790..465763571 100644 --- a/docs/color-stack.rst +++ b/docs/color-stack.rst @@ -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