monokai-pro-vscode
monokai-pro-vscode copied to clipboard
TypeScript token color regression in 1.1.14
After the 1.1.14 update, TypeScript files are not highlighted correctly. Several colors that used to be green (mtk11 class in the editor) are now blue (mtk4 editor class). The actual class name on the span in the editor changed from mtk11 to mtk4 for these tokens, only difference is updating this theme extension.
Example in 1.1.13:

Current behavior in 1.1.14:

Having so many blue tokens makes it a little harder on the eyes and also makes it more difficult to determine what something is at a glance.
I'm also noticing the same thing. Thanks for putting in an issue.
bump, still seeing this in 1.1.17
(notice how "class" and "UserResolver" are both blue)