Home > Back-end >  How to use tokenColorCustomizations ( VS Code text color changer ) in dart?
How to use tokenColorCustomizations ( VS Code text color changer ) in dart?

Time:02-12

tokenColorCustomizations does not stick with dart, I can change JSON file but the color does not stick to it.

enter image description here

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".

  • Related