Skip to content

Instantly share code, notes, and snippets.

@ThatCoolCoder
Last active January 7, 2022 23:54
Show Gist options
  • Save ThatCoolCoder/7e2970cfebe38d689361323d5aa95ccc to your computer and use it in GitHub Desktop.
Save ThatCoolCoder/7e2970cfebe38d689361323d5aa95ccc to your computer and use it in GitHub Desktop.
VSCode bracket colouring that looks like the extension (paste into settings.json)
"editor.bracketPairColorization.enabled": true,
"editor.matchBrackets":"always",
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#FFD900",
"editorBracketHighlight.foreground2": "#D96FD5",
"editorBracketHighlight.foreground3": "#87CEFA",
"editorBracketHighlight.unexpectedBracket.foreground": "#ff0000",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment