Skip to content

Commit

Permalink
do not apply transparency to an unexpected bracket (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Jan 2, 2025
1 parent 6c37301 commit 6aaabc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ function sharedColors() {
"editorBracketHighlight.foreground4": tr,
"editorBracketHighlight.foreground5": tr,
"editorBracketHighlight.foreground6": tr,
"editorBracketHighlight.unexpectedBracket.foreground": tr,
// "editorBracketHighlight.unexpectedBracket.foreground"
"editorBracketPairGuide.activeBackground1": tr,
"editorBracketPairGuide.activeBackground2": tr,
"editorBracketPairGuide.activeBackground3": tr,
Expand Down

0 comments on commit 6aaabc9

Please sign in to comment.