Skip to content

Commit 0f24783

Browse files
authored
Merge pull request #5808 from xjwllmsx/main
Remove typo from why-no-ansi-themes.question.md
2 parents 4a0f0d9 + d4774a8 commit 0f24783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions/why-no-ansi-themes.question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ alt_titles:
77

88
Textual will not generate escape sequences for the 16 themeable *ANSI* colors.
99

10-
This is an intentional design decision we took for for the following reasons:
10+
This is an intentional design decision we took for the following reasons:
1111

1212
- 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.
1313
- 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.

0 commit comments

Comments
 (0)