-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Terminal Solarized Dark background matches brightBlack causing hidden argument text #6208
Comments
I used to love Solarized Dark and spent my time with it. Now it’s just kinda boring and also problematic. Hey this would make a good rap song, if Eminem ever wanna rap about terminal color scheme. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
I am running Powershell 7.0 in the terminal but I verified that this behavior also exists in older versions of Powershell.
Steps to reproduce
testing123 -XYZ
, the-XYZ
portion will not be shown.Expected behavior
I would expect to see "-XYZ" to still be visible. Perhaps it would be better to have command line arguments highlighted in white.
Actual behavior
The
-XYZ
text will not be shown as it is the same color as the background. I have verified this by overriding the "brightBlack" solarized theme color to any other color and it shows up.The text was updated successfully, but these errors were encountered: