mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 09:36:11 -08:00
Make panel active border less bold, distinct from focus
This commit is contained in:
@@ -98,7 +98,8 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
||||
// TODO: Support editorLineHighlight
|
||||
theme.colors['editorGroup.dropBackground'] = addAlpha(colorSet.base.color1, 0.5);
|
||||
theme.colors['activityBar.dropBackground'] = addAlpha(colorSet.base.color1, 0.5);
|
||||
theme.colors['panelTitle.activeBorder'] = colorSet.base.color1;
|
||||
theme.colors['panelTitle.activeBorder'] = addAlpha(colorSet.base.foreground, 0.5);
|
||||
theme.colors['panelTitle.inactiveForeground'] = addAlpha(colorSet.base.foreground, 0.5);
|
||||
theme.colors['inputOption.activeBorder'] = colorSet.base.color1;
|
||||
|
||||
theme.colors['statusBarItem.hoverBackground'] = addAlpha('#FFFFFF', 0.1);
|
||||
|
||||
Reference in New Issue
Block a user