Support button.bg/fg

This commit is contained in:
Daniel Imms
2019-05-04 23:32:32 -07:00
parent 0e910abce7
commit 027f9507c6

View File

@@ -73,7 +73,9 @@ export class VscodeThemeGenerator implements IThemeGenerator {
// Button Control
// button.background: Button background color.
theme.colors['button.background'] = colorSet.base.color1;
// button.foreground: Button foreground color.
theme.colors['button.foreground'] = contrast(theme.colors['button.background']);
// button.hoverBackground: Button background color when hovering.
// Dropdown Control