Created
February 12, 2022 13:35
-
-
Save kinoshita-lab/1ca0ecc6570c910221c2aaa181869324 to your computer and use it in GitHub Desktop.
color-code like parenthesis colorization for vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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