I went through https://code.visualstudio.com/docs/getstarted/theme-color-reference but can\'t seem to find the setting for changing the comment color.
I am currentl
Go to your settings.
Then search for settings.json open the file and then add this line of code:
"editor.tokenColorCustomizations": {
"comments": "#229977"
},
change the color of comments,based on your liking by hovering over the color and choosing your desired color. Then save the changes.(Ctrl+S) Exit the program. open it again, you will see the changes.