Home

Published

- 1 min read

editor.language.colorizedBracketPairs

img of editor.language.colorizedBracketPairs

The solution for this is noted below

editor.language.colorizedBracketPairs

Solution

   {
  "editor.bracketPairColorization.enabled": true,
  "workbench.colorCustomizations": {
    "editorBracketHighlight.foreground1": "#5caeef",
    "editorBracketHighlight.foreground2": "#dfb976",
    "editorBracketHighlight.foreground3": "#c172d9",
    "editorBracketHighlight.foreground4": "#4fb1bc",
    "editorBracketHighlight.foreground5": "#97c26c",
    "editorBracketHighlight.foreground6": "#abb2c0",
    "editorBracketHighlight.unexpectedBracket.foreground": "#db6165"
  },
}

Try other methods by searching on the site. That is if this doesn’t work