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

Closed
LmarLoe opened this issue Jan 24, 2022 · 3 comments
Closed

Bracket pair colors #305

LmarLoe opened this issue Jan 24, 2022 · 3 comments

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
Contributor

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"
}

@sdras
Copy link
Owner

sdras commented Dec 28, 2024

This theme is developed for colorblind, a lot of testing was done, and I wrote a post explaining this, linked in the readme.

Thanks for the issue @LmarLoe, I will look into this today.

sdras added a commit that referenced this issue Dec 28, 2024
@sdras
Copy link
Owner

sdras commented Dec 28, 2024

Fixed

@sdras sdras closed this as completed Dec 28, 2024
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

3 participants