microsoft / VS-ColorThemes

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

What are common issues to look out for when creating a theme? #88

Closed stijnherreman closed 3 months ago

stijnherreman commented 4 years ago

I'm inspecting the default themes generated by https://marketplace.visualstudio.com/items?itemName=ms-madsk.ColorThemeDesigner and noticed CT_INVALID in the output. Looking into it I found #44, where the reviewer asks to remove all instances of CT_INVALID.

Are there any other common issues to look out for?