mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
@@ -332,6 +332,12 @@ export class VscodeThemeGenerator implements IThemeGenerator {
|
|||||||
// debugToolBar.background: Debug toolbar background color.
|
// debugToolBar.background: Debug toolbar background color.
|
||||||
theme.colors['debugToolBar.background'] = background4;
|
theme.colors['debugToolBar.background'] = background4;
|
||||||
|
|
||||||
|
// Bracket colorization
|
||||||
|
theme.colors['editorBracketHighlight.foreground1'] = lighten(colorSet.base.color1, 0.25);
|
||||||
|
theme.colors['editorBracketHighlight.foreground2'] = lighten(colorSet.base.color2, 0.25);
|
||||||
|
theme.colors['editorBracketHighlight.foreground3'] = lighten(colorSet.base.color3, 0.25);
|
||||||
|
theme.colors['editorBracketHighlight.foreground4'] = lighten(colorSet.base.color4, 0.25);
|
||||||
|
|
||||||
theme.colors['selection.background'] = colorSet.base.color1;
|
theme.colors['selection.background'] = colorSet.base.color1;
|
||||||
|
|
||||||
if (colorSet.overrides) {
|
if (colorSet.overrides) {
|
||||||
|
|||||||
Reference in New Issue
Block a user