How to change VS Code text color?
I mean for example in android studio I can change Class color, const colors , keywords colors.. etc..
Is it possible to do same in VS Code ?
CodePudding user response:
If I understand your question well, I think that comes pre packaged with the theme you are using.
CodePudding user response:
This page can help you. https://code.visualstudio.com/docs/getstarted/themes
You can also change it this way.
Navigate to Tools -> Options / Environment -> Fonts and Colors. Change the color for "User Types - Classes".