Add title bar

This commit is contained in:
Daniel Imms
2017-05-04 08:50:57 -07:00
parent 15a5d9d64a
commit 60ac743f16

View File

@@ -73,6 +73,7 @@ export class VscodeThemeGenerator implements IThemeGenerator {
theme.colors['sideBarSectionHeader.background'] = theme.colors['activityBar.background']; theme.colors['sideBarSectionHeader.background'] = theme.colors['activityBar.background'];
theme.colors['input.background'] = background5; theme.colors['input.background'] = background5;
theme.colors['dropdown.background'] = background5; theme.colors['dropdown.background'] = background5;
theme.colors['titleBar.activeBackground'] = background1;
theme.colors['statusBar.background'] = background1; theme.colors['statusBar.background'] = background1;
theme.colors['statusBar.noFolderBackground'] = background1; // Don't make distinction between folder/no folder theme.colors['statusBar.noFolderBackground'] = background1; // Don't make distinction between folder/no folder
theme.colors['statusBar.debuggingBackground'] = colorSet.base.color1; theme.colors['statusBar.debuggingBackground'] = colorSet.base.color1;