Customize syntax highlighting colors of data types and variables for typescript in Visual Studio Code
问题 I would like customize syntax highlighting colors for typescript. I use Visual Studio Code 1.16 and custom theme (Actual) Obsidian. I try use featues editor.tokenColorCustomizations. Here is my custom user settings. { "editor.fontSize": 20, "workbench.colorTheme": "(Actual) Obsidian", "editor.tokenColorCustomizations": { "functions": "#F1F1F1", "keywords": "#8EC160", "types": "#87CEEB", "numbers": "#F1F1F1", "variables": "#F1F1F1", "textMateRules": [ ] } } I don’t know how can I select a