-
Notifications
You must be signed in to change notification settings - Fork 284
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
True color support not recognized on Windows Terminal #1199
Comments
The results you're seeing in the Windows terminal is most likely because that terminal instance doesn't support truecolor. Or, perhaps more accurately, our tools don't think your terminal supports truecolor. When the language bar can't display the exact color, we fall back to the simple colors. See #585 for context. So I see two possible solutions
|
As a current workaround, try |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
IMO this issue should remain open for now. Should it be pinned? |
Duplicates
Current behavior 😯
In windows terminal:
The dart is red, and the rust is green
Expected behavior 🤔
But in the VSCode terminal, it displays as expected:
Steps to reproduce 🕹
Open windows terminal and run
onefetch
Additional context/Screenshots 🔦
No response
Possible Solution 💡
Using VSCode terminal
The text was updated successfully, but these errors were encountered: