79312807

Date: 2024-12-27 21:25:12
Score: 0.5
Natty:
Report link

The following block in "settings.json" colorizes (), {}, [] :

{
    "workbench.colorCustomizations": {
        "[One Dark Pro]": {  // the colorscheme I am using
            "editorBracketHighlight.foreground1": "#bdb2ff",
            "editorBracketHighlight.foreground2": "#80c4ff",
            "editorBracketHighlight.foreground3": "#acdcdd",
            "editorBracketHighlight.foreground4": "#baff8f",
            "editorBracketHighlight.foreground5": "#fdefb6",
            "editorBracketHighlight.foreground6": "#ff8dad",
        }
    }
}

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vimchun