I'm using Windows 10 64-bit.
I currently am overriding some settings for a theme I like, but noticed that the comma color I chose does not change the # from the theme as well:
{
"workbench.colorTheme": "Material Theme Darker High Contrast",
"editor.tokenColorCustomizations": {
"[Material Theme Darker High Contrast]": {
"comments": "#229977"
"types": "#f64343"
}
},
}
How could I change the # to be the same color as I set the comments itself?