Visual Studio Code Theme Color Customization
0
I am trying to change color of primitive types in visual studio code. I changed the colors of types like "editor.tokenColorCustomizations": { "numbers": "#101010", "strings": "#A31515", "types": "#2B91AF", // this line changes all types colors include primitive types "primitive_types": "#0000FF" // i looking for a property like this line, but there is no property like in this scope },
visual-studio-code vscode-settings
share | improve this question
edited Dec 27 at 13:03
Gama11
10...