Token color customizations settings from community material theme #1290
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just remove the "Community " from "[Community Material Theme Darker High Contrast]". Also make sure to disable semantic color highlight to replicate old syntax colorization, but we don't recommend it. If you want to keep vscode semantic highlight on (default) you may need to update the selectors. You can read more here #1274 |
Beta Was this translation helpful? Give feedback.
-
We deprecated Community Material Theme in 2020, and the last visual update was in 2016. We offered many years to migrate actually. We just removed it from the marketplace now.
There is, based on whether you use semantic highlight or not. Adapt your settings accordingly. But consider code scopes are changed a lot since 2016, so you may need to run scope inspector again to check the names (they also change based if semantic highlight feature is on or off)
Go to vscode repository and report the issue to them, since semantic highlight is a vscode feature.
We don't want to replicate vscode documentation, you were just using an obsolete theme stuck in 2016 and never supported semantic highlight and new scopes released in 2020. What you think was a correct highlight was just missing highlight or global scope usage. Your optionsIf you like to learn how Vscode has worked with semantic highlight since 2020, we encourage you to read their documentation about semantic highlight. Everyone should know the tools they're using.
That's everything you should know and all the possibilities. There are no limitations. |
Beta Was this translation helpful? Give feedback.
We deprecated Community Material Theme in 2020, and the last visual update was in 2016. We offered many years to migrate actually. We just removed it from the marketplace now.
There is, based on whether you use semantic highlight or not. Adapt your settings accordingly. But consider code scopes are changed a lot since 2016, so you may need to run scope inspector again to check the names (they also change based if semantic highlight feature is on or off)
Go to vscode repository and report the issue to them, since semantic highlight is a vscode feature.