microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
397 stars 125 forks source link

Updates tmThemes to match latest VSCode colors #959

Closed armanio123 closed 1 year ago

armanio123 commented 1 year ago

Updates typescript and typescriptreact themes to match VSCode colorization.

There are still slight differences between them but this is very close to match all colors.

This is how it looks now on Visual Studio: Before --> After image

zkat commented 1 year ago

@armanio123 What are the remaining differences?

armanio123 commented 1 year ago

@armanio123 What are the remaining differences?

This are some of the differences I have identified:

This is the comparison between them: VSCode --> VS after this PR. image

armanio123 commented 1 year ago

There are some other differences when comparing with the default light colors, but overall I still think is an improvement.

Before PR --> This PR --> VS Code image