mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 09:36:11 -08:00
Add title bar
This commit is contained in:
@@ -73,6 +73,7 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
||||
theme.colors['sideBarSectionHeader.background'] = theme.colors['activityBar.background'];
|
||||
theme.colors['input.background'] = background5;
|
||||
theme.colors['dropdown.background'] = background5;
|
||||
theme.colors['titleBar.activeBackground'] = background1;
|
||||
theme.colors['statusBar.background'] = background1;
|
||||
theme.colors['statusBar.noFolderBackground'] = background1; // Don't make distinction between folder/no folder
|
||||
theme.colors['statusBar.debuggingBackground'] = colorSet.base.color1;
|
||||
|
||||
Reference in New Issue
Block a user