mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
Support button.bg/fg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user