I am using VSCode with One Dark Pro Theme (here is the link):
VSCode One Dark Pro
I would like to change a color of \"Comment Line\". Now it\'s really faded gray
In version 1.15 July 2017 you will be able to customize theme's token colors in setting.json
like that:
"editor.tokenColorCustomizations": {
"comments": "#33ff33"
}
Screenshot from insider version (1.15.0)
https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_15.md#user-definable-syntax-highlighting-colors