From b1373eb73b57d95f1ddb422bf93bc929b6a4a848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?don=E2=80=99t=20have=20a=20name=20currently?= <169070113+I21b@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:30:10 +0800 Subject: [PATCH] Update long_text of mark2_background Seems like a typo --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 3a55053e5..c15e581da 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -2151,7 +2151,7 @@ opt('mark2_foreground', 'black', opt('mark2_background', '#f2dcd3', option_type='to_color', - long_text='Color for marks of type 1 (beige)' + long_text='Color for marks of type 2 (beige)' ) opt('mark3_foreground', 'black',