Remove typo from why-no-ansi-themes.question.md

This commit is contained in:
Joseph Williams
2025-05-20 14:26:07 -05:00
committed by GitHub
parent e9be1898ca
commit d4774a8be0

View File

@@ -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.