Skip to content

Instantly share code, notes, and snippets.

@gjuliane
Last active October 11, 2021 16:10
Show Gist options
  • Save gjuliane/849cfc77fb2cd9d7b6335acafdd752e3 to your computer and use it in GitHub Desktop.
Save gjuliane/849cfc77fb2cd9d7b6335acafdd752e3 to your computer and use it in GitHub Desktop.
Configuration for bracketPairColorization in core of VSCode https://rgbcolorcode.com/color/FF3399
{
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#FFD700",
"editorBracketHighlight.foreground2": "#DA70D6",
"editorBracketHighlight.foreground3": "#87CEFA",
"editorBracketHighlight.foreground4": "#FA8072",
"editorBracketHighlight.foreground5": "#7CFC00",
"editorBracketHighlight.foreground6": "#FF8C00",
"editorBracketHighlight.unexpectedBracket.foreground": "#DB6165"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment