Mayukai-Theme
Mayukai-Theme copied to clipboard
Semantic Highlighting in VS Code 1.45 and newer
Semantic highlighting in VS Code 1.45 and newer version, make theme and syntax coloring broken. Not only this theme, but other theme too.
Solution for reverting back to original syntax coloring is remove checklist in VS Code Settings in :
Editor: Semantic Highlighting Enabled.
Or add this in VS Code settings.json file :
"editor.semanticHighlighting.enabled": false
"editor.semanticTokenColorCustomizations": { "enabled": false }
Related Issue : https://github.com/microsoft/vscode/issues/92308
Reference : https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting
https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide