Skip to content

Instantly share code, notes, and snippets.

@kinoshita-lab
Created February 12, 2022 13:35
Show Gist options
  • Save kinoshita-lab/1ca0ecc6570c910221c2aaa181869324 to your computer and use it in GitHub Desktop.
Save kinoshita-lab/1ca0ecc6570c910221c2aaa181869324 to your computer and use it in GitHub Desktop.
color-code like parenthesis colorization for vscode
// based on: https://qiita.com/gnrr/items/8f9efd5ced058e576f5e
// set "editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#9a4040",
"editorBracketHighlight.foreground2": "#ff5e5e",
"editorBracketHighlight.foreground3": "#ffaa77",
"editorBracketHighlight.foreground4": "#dddd77",
"editorBracketHighlight.foreground5": "#80ee80",
"editorBracketHighlight.foreground6": "#66bbff",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment