microsoft / VS-ColorThemes

Visual Studio Extension that installs additional color themes
https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.ColorThemesforVisualStudio
MIT License
334 stars 89 forks source link

New C++ Keyword - Control token from Visual Studio 2019 not supported #103

Open jonasnordlund opened 3 years ago

jonasnordlund commented 3 years ago

I think this token was introduced in Visual Studio 2019 and since "control keywords" (if/else, etc) are common throughout the language, this throws off quite a few bits of the theme when reading C++ in Visual Studio 2019.

Example on One Dark Variant where catch and return are hard to read.

image

justo78 commented 3 years ago

Great. Can you update all the other themes to include a color for this new token, please? Thanks!

jonasnordlund commented 3 years ago

Well, I can attempt to look up the name of the token and any others that may potentially be missing (sometimes it's hard to distinguish what's actually part of the theme vs missing but here I think it's fairly obvious), but I don't consider myself a theme designer and would rather have the theme authors direct their themes.