问题
Is there a list of all the customizable theme color elements for a visual studio theme ?
For example, I don't know how to customize the file browser color, such as the equivalent to hover one, or the scroll bar.
In textmate themes, I can't find such elements. Or maybe you can point me to 'high-contrast' theme source, as it gots all these elements customized.
For example, how to you change color of the scroll bar ?
回答1:
VS Code's background, text, and language syntax colorization can be defined through a theme but also through user settings. Since 1.12 you can also theme any other view in VSCode. Check out https://code.visualstudio.com/docs/getstarted/themes for details and https://code.visualstudio.com/docs/getstarted/theme-color-reference for a list of all colors.
来源:https://stackoverflow.com/questions/36940822/complete-list-of-theme-elements-to-colorize