mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 01:26:15 -08:00
Add input box and dropdown bg rules
This commit is contained in:
@@ -59,6 +59,8 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
||||
theme.colors['sideBarBackground'] = lighten(colorSet.base.background, 0.2);
|
||||
theme.colors['panelBackground'] = lighten(colorSet.base.background, 0.2);
|
||||
theme.colors['activityBarBackground'] = lighten(colorSet.base.background, 0.4);
|
||||
theme.colors['inputBoxBackground'] = lighten(colorSet.base.background, 0.4);
|
||||
theme.colors['dropdownBackground'] = lighten(colorSet.base.background, 0.4);
|
||||
theme.colors['statusBarBackground'] = darken(colorSet.base.background, 0.2);
|
||||
// Peek editor
|
||||
theme.colors['editorPeekEditorBackground'] = darken(colorSet.base.background, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user