-
Notifications
You must be signed in to change notification settings - Fork 194
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
[BUG] Dark theme changes color #335
Comments
@simurai |
@simurai |
@simurai thanks a lot for the answer. |
Hi, I want to share mine as well. Looks like magic/special methods are rendered in a different color. I first thought this comes from "Pylance" extension but disabled it and the problem still exists. Language: Python Photo from GitHub website:Photo from VSCode:And yes I tried turning off semantic highlighting, but no soccess. "editor.semanticHighlighting.enabled": false, Thanks. |
Any updates are welcome 'GitHub Dark default' theme has the same issue |
Facing the same problem with github themes. |
I mentioned #192 issue already - it was reproduced by many users but closed without any fixes. |
Guys, I think I found the solution. In my case, vscode updated to the January 2024 version (1.86). I downgraded to version 1.85.1 and the colors were fixed 🎉 |
This issue had been already described, but wrongly closed #183
Reproduced for Dart and Flutter code highlighting.
Turning off Semantic highlighting will disable very useful highlighting features, that make code badly readable.
When using your dark theme with dart or flutter in VSCode, it originally looks like this
but then after a minute switches to this:
The text was updated successfully, but these errors were encountered: