Visual Studio Code One Dark Pro Theme Commnent col

2020-05-05 17:53发布

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 color, which makes it hard to read. I would like to have something more greenish - like in classic VIsual Studio green comment color.

I've tried almost everything, but nothing works.

Thank you and best regards Jiri

1条回答
Deceive 欺骗
2楼-- · 2020-05-05 18:11

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)

enter image description here

https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_15.md#user-definable-syntax-highlighting-colors

查看更多
登录 后发表回答