mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
Support hover widget
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user