Visual Studio Code One Dark Pro Theme Commnent color

后端 未结 1 1757
Happy的楠姐
Happy的楠姐 2021-01-26 16:27

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

1条回答
  •  醉话见心
    2021-01-26 17:04

    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

    0 讨论(0)
提交回复
热议问题