-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Some command line output ignores system foreground color configuration #1633
Comments
Color-coded logging does not work because of issue in Cake cake-build/cake#1633
Color-coded logging does not work because of issue in Cake (example: cake-build/cake#1633) and there is no obvious fix for it, so I've enabled "Warning/Info/Error" prefixes and removed Info/Debug entries from PS console output by default (visible when Sync.ps1 is called directly) How it looks now on initial deploy:  Related work items: #3794
@jrob, this has been fixed with PR #3094 and will be released with Cake v1.1.0 @mcraiha The current color palette of Cake doesn't work well with light backgrounds. We have an issue open to support custom ConsolePalette/ANSI colors which eventually would provide an alternative for the issue you pointed out. One workaround would be to use the Another alternative which will be available in the next release of Cake (v1.1.0 as of this writing) is the ability to disable colors with an environment variable called |
🎉 This issue has been resolved in version v1.1.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
What You Are Seeing?
When running in a shell with a white background, some text is invisible.
Screenshot:
Actual text:
What is Expected?
The output should respect the configured foreground colors so that text is visible.
What version of Cake are you using?
Version 0.19.5+Branch.main.Sha.e4c4ad2a949637f89063dc7a90363839b740af2c
Are you running on a 32 or 64 bit system?
64
What environment are you running on? Windows? Linux? Mac?
Windows 10 with the default shell.
How Did You Get This To Happen? (Steps to Reproduce)
Current colors set for the shell
Windows powershell properties.
The text was updated successfully, but these errors were encountered: