question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable bracket pair colorization via color theme

See original GitHub issue

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

editorBracketHighlight.foreground1
editorBracketHighlight.foreground2
editorBracketHighlight.foreground3
editorBracketHighlight.foreground4
editorBracketHighlight.foreground5
editorBracketHighlight.foreground6

but this is cumbersome…

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:8
  • Comments:14 (2 by maintainers)

github_iconTop GitHub Comments

18reactions
Justin-Markscommented, May 6, 2022

P.S. I hope this new feature is just an experiment… it really ought to be disabled by default.

9reactions
renxzencommented, May 6, 2022

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable colorized brackets? - Stack Overflow
One way to disable the coloring of bracket pairs, is by simply not assigning any pairs to the colorizedBracketPairs setting. You can define ......
Read more >
Bracket pair colorization 10000x faster - Visual Studio Code
How we made bracket pair colorization in Visual Studio Code up to 10000 times faster.
Read more >
How to easily disable vscode's alternating bracket and ...
bracketPairColorization.enabled": "false",. Or search for "Bracket pair" in the settings UI.
Read more >
Native Bracket Pair Colourization in VS Code
Make sure to remove the Bracket Pair Colorizer extension. · Update VS Code · Open your user settings via CMD ( CTRL for...
Read more >
How to disable rainbow bracket pairs in VSCode - YouTube
Hey guys in this short video I'll show you how to disable rainbow brackets in vscode.00:00 How to disable rainbow bracket pairs in ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found