-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Disable bracket pair colorization via color theme #148859
Comments
P.S. I hope this new feature is just an experiment... it really ought to be disabled by default. |
Thank you, i was able to "fix" my vscode. It was really troublesome. I can see how this feature could help people but it should be disabled by default. Made me think that my theme was broken. |
I was looking to see if anyone else was saying the same thing. SystemVerilog (which "brackets" with |
Maybe we can check if a theme sets all bracket colors to |
See the release notes for 1.67:
|
Perhaps this merits a new issue, but there should at least be an easier way to disable it then if it's going to be on by default. I doubt there was much negative feedback when it was default disabled. |
Closing this issue because it seems the real issue is whether this feature should even be enabled by default to begin with. |
I actually think this feature request is reasonable and might be a good compromise between enabling the feature by default and not ruining themes. |
The Default Activation of the
|
Maybe it's just not easy to choose appropriate bracket pair color easily based on theme. I think it should at least be off and at least ask me if I want it on. When I upgraded and this feature was automatically on, I thought MS had just broken the default dark theme by choosing insane colorization for my brackets. Against the dark background the choice of neon magentas and oranges not only did not help me find my bracket pairs, it was an absolute assault on the eyes. I think a much better solution would just to be to highlight the region which corresponds to a closure in an overlay box. |
as a theme creator, I would welcome an option to enable/disable/customize bracket colorization for specific languages. |
For preexisting themes that are negatively affected by this feature, I believe the best solution that doesn't require them to be updated is to have bracket pair colorization enabled by default but have the six |
I know this can be disabled via settings.json with
"editor.bracketPairColorization.enabled": false,
, but I need to disable it via my color theme such that it is only disabled when my theme is active.The only solution I can find for now is to explicitly set colors for
but this is cumbersome...
The text was updated successfully, but these errors were encountered: