Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bracket pair colors #305

Open
LmarLoe opened this issue Jan 24, 2022 · 1 comment
Open

Bracket pair colors #305

LmarLoe opened this issue Jan 24, 2022 · 1 comment

Comments

@LmarLoe
Copy link

LmarLoe commented Jan 24, 2022

Since the Bracket Pair Colorizer has been deprecated in favor of native functionality,
the color of the third nested brackets is different from what it used to be with the extension.
I suggest bring back this color (#87CEFA) because it is more distinguishable by colorblind people.

@andreluis-oliveira
Copy link

this theme is not developed for colorblind.

If you want to customize colors, you can do it by overriding your theme ( settings.json ).

"workbench.colorCustomizations": {
"editorBracketHighlight.foreground3": "#87CEFA"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants