We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a quick fix which will improve readibility of the printed messages.
In the welcome message, there are certain pieces that are styled with a black background (bgColor).
That makes it impossible to read the text.
The solution is to simply not do that. It's not good practice to touch the background color in Terminal.
Definition:
lando/lib/art.js
Line 12 in 7af5e8a
In-code comment: 5dafa1d#r39537262
The text was updated successfully, but these errors were encountered:
@pendashteh i can read it perfectly fine so maybe "impossible" is not the word you want.
Sorry, something went wrong.
@pirog fair enough. Still, I consider it an issue if it's not readable on a standard Ubuntu terminal. Screenshot below: https://imgur.com/a/1IB4gan https://imgur.com/V54Y31j (after selecting the text)
The background color is not adding much value, however it makes it very hard to read for some users.
There we go! #2302 (comment) is an issue report i can get behind.
I came across an example where the highlight works perfectly well for me.
Line 123 in e59ba84
Defined as bellow:
Line 17 in e59ba84
Screenshots below: https://imgur.com/a/6BHf8RY
#2302: Fix bug causing command output to be unreadable on some terminals
ed362e1
Alright this will be fixed in the next release
pirog
No branches or pull requests
This is a quick fix which will improve readibility of the printed messages.
In the welcome message, there are certain pieces that are styled with a black background (bgColor).
That makes it impossible to read the text.
The solution is to simply not do that. It's not good practice to touch the background color in Terminal.
Definition:
lando/lib/art.js
Line 12 in 7af5e8a
In-code comment:
5dafa1d#r39537262
The text was updated successfully, but these errors were encountered: