Support hover widget

This commit is contained in:
Daniel Imms
2017-04-30 13:02:05 -07:00
parent 39c27f3c46
commit 989c761862

View File

@@ -55,6 +55,7 @@ export class VscodeThemeGenerator implements IThemeGenerator {
// TODO: Expose details options on IColorSet
theme.colors['editor.background'] = colorSet.base.background;
theme.colors['editorHoverWidget.background'] = lighten(colorSet.base.background, 0.2);
theme.colors['editorGroupHeader.tabsBackground'] = lighten(colorSet.base.background, 0.2);
theme.colors['tab.inactiveBackground'] = lighten(colorSet.base.background, 0.4);
theme.colors['sideBar.background'] = lighten(colorSet.base.background, 0.2);