Skip to content

Commit 4cc880f

Browse files
committed
Add bracket pair colorization to new themes
1 parent 649311a commit 4cc880f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/theme.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ function getTheme({ theme, name }) {
220220
'terminal.ansiBrightCyan': color.ansi.cyanBright,
221221
'terminal.ansiBrightWhite': color.ansi.whiteBright,
222222

223+
"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]),
228+
"editorBracketHighlight.foreground6": lightDark(scale.purple[5], scale.purple[2]),
229+
223230
"gitDecoration.addedResourceForeground" : color.success.fg,
224231
"gitDecoration.modifiedResourceForeground" : color.attention.fg,
225232
"gitDecoration.deletedResourceForeground" : color.danger.fg,

0 commit comments

Comments
 (0)