gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Brogrammer: Added JSX support. #38

Closed lorenzodalaqua closed 7 years ago

lorenzodalaqua commented 7 years ago

Hi, I recently switched from Sublime to VS Code and I am used the brogrammer theme, so thanks for setting all these up!

I just needed JSX syntax highlighting which I had in Sublime, so I added 'entity.tag.name' which will make all html-like tag names the theme's reddish color, and 'entity.other.attribute-name', which makes all tag attributes the theme's green color, which matches the version available in sublime.

The only difference I could notice for other file types is that now HTML, XML, etc. tag names and tag attributes are different colors, and previously they were the same, but for me this looks a little better.