Skip to content

Commit 4692a0c

Browse files
authored
Update src/theme.js
1 parent 9b88e1c commit 4692a0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/theme.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,12 @@ function getTheme({ theme, name }) {
221221
'terminal.ansiBrightWhite': color.ansi.whiteBright,
222222

223223
"editorBracketHighlight.foreground1": lightDark(scale.blue[5], scale.blue[2]),
224-
"editorBracketHighlight.foreground2": lightDark(scale.orange[5], scale.orange[2]),
225-
"editorBracketHighlight.foreground3": lightDark(scale.purple[5], scale.purple[2]),
226-
"editorBracketHighlight.foreground4": lightDark(scale.blue[5], scale.blue[2]),
227-
"editorBracketHighlight.foreground5": lightDark(scale.orange[5], scale.orange[2]),
224+
"editorBracketHighlight.foreground2": lightDark(scale.green[5], scale.green[2]),
225+
"editorBracketHighlight.foreground3": lightDark(scale.yellow[5], scale.yellow[2]),
226+
"editorBracketHighlight.foreground4": lightDark(scale.red[5], scale.red[2]),
227+
"editorBracketHighlight.foreground5": lightDark(scale.pink[5], scale.pink[2]),
228228
"editorBracketHighlight.foreground6": lightDark(scale.purple[5], scale.purple[2]),
229+
"editorBracketHighlight.unexpectedBracket.foreground": color.fg.muted, // gray
229230

230231
"gitDecoration.addedResourceForeground" : color.success.fg,
231232
"gitDecoration.modifiedResourceForeground" : color.attention.fg,

0 commit comments

Comments
 (0)