You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Text is hard to read when the console background is not black.
To Reproduce
Steps to reproduce the behavior:
Open a console
Set any color scheme with a light background
Expected behavior
All text should be readable (even if it no longer looks pretty).
Screenshots
For an example of a similarly colored tool:
Desktop (please complete the following information):
OS: Ubuntu Linux, latest version
Additional context
A possible solution is never to specify black or white as text color, but rather use the default color, whichever it may be. Green or red colored text should always be visible anyway.
Another (complementary) solution would be to add an option to disable color altogether.
The text was updated successfully, but these errors were encountered:
Thanks, I mainly specified colors because my termux is dark themed. So in the next release, i'll either permanently disable all colors, or use only default colors (And just have red and green to highlight positive and negative messages), or alternatively have an option as you said to choose whether colors should be disabled or not. I'll close this issue as soon as I publish an update (which is what i'm currently working on).
Hello @MarioVilas, the issue has been fixed in the latest (as of writing) v1.5.2-alpha.
Upon launch, users will be prompted to choose whether they would like to display colors or not.
Describe the bug
Text is hard to read when the console background is not black.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All text should be readable (even if it no longer looks pretty).
Screenshots
![Screenshot from 2022-04-13 15-45-30](https://user-images.githubusercontent.com/227923/163194916-b743afb6-bc30-4b66-b6d5-61fa57db056c.png)
For an example of a similarly colored tool:
![Screenshot from 2022-04-13 15-45-51](https://user-images.githubusercontent.com/227923/163194993-f4dd02da-4b95-4110-9f77-bfdbbe085792.png)
Desktop (please complete the following information):
Additional context
A possible solution is never to specify black or white as text color, but rather use the default color, whichever it may be. Green or red colored text should always be visible anyway.
Another (complementary) solution would be to add an option to disable color altogether.
The text was updated successfully, but these errors were encountered: