Support button.bg/fg
This commit is contained in:
@@ -73,7 +73,9 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
|||||||
|
|
||||||
// Button Control
|
// Button Control
|
||||||
// button.background: Button background color.
|
// button.background: Button background color.
|
||||||
|
theme.colors['button.background'] = colorSet.base.color1;
|
||||||
// button.foreground: Button foreground color.
|
// button.foreground: Button foreground color.
|
||||||
|
theme.colors['button.foreground'] = contrast(theme.colors['button.background']);
|
||||||
// button.hoverBackground: Button background color when hovering.
|
// button.hoverBackground: Button background color when hovering.
|
||||||
|
|
||||||
// Dropdown Control
|
// Dropdown Control
|
||||||
|
|||||||
Reference in New Issue
Block a user