Last active
October 11, 2021 16:10
-
-
Save gjuliane/849cfc77fb2cd9d7b6335acafdd752e3 to your computer and use it in GitHub Desktop.
Configuration for bracketPairColorization in core of VSCode https://rgbcolorcode.com/color/FF3399
This file contains 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
{ | |
"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