Support input option active border

This commit is contained in:
Daniel Imms
2017-05-01 11:52:43 -07:00
parent b55c2e4023
commit db6b709bde

View File

@@ -92,6 +92,7 @@ export class VscodeThemeGenerator implements IThemeGenerator {
theme.colors['editorGroup.dropBackground'] = colorSet.base.color1 + '80'; theme.colors['editorGroup.dropBackground'] = colorSet.base.color1 + '80';
theme.colors['activityBar.dropBackground'] = colorSet.base.color1 + '80'; theme.colors['activityBar.dropBackground'] = colorSet.base.color1 + '80';
theme.colors['panelTitle.activeBorder'] = colorSet.base.color1; theme.colors['panelTitle.activeBorder'] = colorSet.base.color1;
theme.colors['inputOption.activeBorder'] = colorSet.base.color1;
theme.colors['statusBarItem.hoverBackground'] = '#FFFFFF1A'; theme.colors['statusBarItem.hoverBackground'] = '#FFFFFF1A';
theme.colors['statusBarItem.activeBackground'] = colorSet.base.color1 + '80'; theme.colors['statusBarItem.activeBackground'] = colorSet.base.color1 + '80';