mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
More clean up
This commit is contained in:
@@ -80,7 +80,7 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
||||
theme.colors['focusBorder'] = colorSet.base.color1;
|
||||
// Peek editor
|
||||
theme.colors['peekViewEditor.background'] = background1;
|
||||
theme.colors['peekViewTitle.background'] = colorSet.base.background;
|
||||
theme.colors['peekViewTitle.background'] = background2;
|
||||
theme.colors['peekView.border'] = colorSet.base.color1;
|
||||
theme.colors['peekViewResult.background'] = background3;
|
||||
// Editor marker
|
||||
|
||||
Reference in New Issue
Block a user