-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
cli: improve colors used in CLI output to be friendly for dark/light background terminals #5242
Labels
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
package/tools
Related to AWS CDK Tools or CLI
Comments
wolverian
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 28, 2019
@wolverian - are you able to use the |
the option can also be set as a preference in {
"no-color": true
} |
shivlaks
added
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
and removed
bug
This issue is a bug.
p2
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 29, 2019
SomayaB
added
package/tools
Related to AWS CDK Tools or CLI
in-progress
This issue is being actively worked on.
labels
Nov 29, 2019
Even if |
I can report that |
shivlaks
added
feature-request
A feature should be added or improved.
and removed
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
labels
Dec 3, 2019
shivlaks
changed the title
aws-cdk cli output unreadable in a terminal with a light background
cli: improve colors used in CLI output to be friendly for dark/light background terminals
Dec 3, 2019
So, there are two features here that I would like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
package/tools
Related to AWS CDK Tools or CLI
Reproduction Steps
Run
cdk init app --language=typescript
in a Terminal with a light background color. I used VS Code Insiders with the i Light color theme.Environment
Other
In general I recommend disabling color output unless the user explicitly requests it.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: