From d4774a8be04e89df3f6ebee6ea85dc51a8f0d5d9 Mon Sep 17 00:00:00 2001 From: Joseph Williams <97003350+xjwllmsx@users.noreply.github.com> Date: Tue, 20 May 2025 14:26:07 -0500 Subject: [PATCH] Remove typo from why-no-ansi-themes.question.md --- questions/why-no-ansi-themes.question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions/why-no-ansi-themes.question.md b/questions/why-no-ansi-themes.question.md index 0f080d6dc..0efa1049d 100644 --- a/questions/why-no-ansi-themes.question.md +++ b/questions/why-no-ansi-themes.question.md @@ -7,7 +7,7 @@ alt_titles: Textual will not generate escape sequences for the 16 themeable *ANSI* colors. -This is an intentional design decision we took for for the following reasons: +This is an intentional design decision we took for the following reasons: - Not everyone has a carefully chosen ANSI color theme. Color combinations which may look fine on your system, may be unreadable on another machine. There is very little an app author or Textual can do to resolve this. Asking users to simply pick a better theme is not a good solution, since not all users will know how. - ANSI colors can't be manipulated in the way Textual can do with other colors. Textual can blend colors and produce light and dark shades from an original color, which is used to create more readable text and user interfaces. Color blending will also be used to power future accessibility features.