You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconsteditorCodeLensForeground=registerColor('editorCodeLens.foreground',{dark: '#999999',light: '#999999',hc: '#999999'},nls.localize('editorCodeLensForeground','Foreground color of editor code lenses'));
32
32
33
33
exportconsteditorBracketMatchBackground=registerColor('editorBracketMatch.background',{dark: '#0064001a',light: '#0064001a',hc: '#0064001a'},nls.localize('editorBracketMatchBackground','Background color behind matching brackets'));
34
-
exportconsteditorBracketMatchBorder=registerColor('editorBracketMatch.border',{dark: '#888',light: '#B9B9B9',hc: '#fff'},nls.localize('editorBracketMatchBorder','Color for matching brackets boxes'));
34
+
exportconsteditorBracketMatchBorder=registerColor('editorBracketMatch.border',{dark: '#888',light: '#B9B9B9',hc: contrastBorder},nls.localize('editorBracketMatchBorder','Color for matching brackets boxes'));
35
35
36
36
exportconsteditorOverviewRulerBorder=registerColor('editorOverviewRuler.border',{dark: '#7f7f7f4d',light: '#7f7f7f4d',hc: '#7f7f7f4d'},nls.localize('editorOverviewRulerBorder','Color of the overview ruler border.'));
0 commit comments