Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode: Why did some colors of my tbrackets mess up ? (my theme did not change) [duplicate]

So I was casually coding sorting algorithms and I don't know what I did exactly (maybe clicked somewhere, did a key combination) but now some colors of my theme have changed. I'm still using the same theme as I was before (which is called Monokai dark soda) but brackets are all of a different color than before

Here is how it looks now :

Now

Before, the brackets used to be always white. Now you can see that most of them are yellow, and some of them are pink or blue.

I mean look at that last line, it's horrible!

like image 884
Mateo Vial Avatar asked Sep 16 '25 22:09

Mateo Vial


1 Answers

I just found the answer. I had accidentally turned on "Bracket pair colorization". (Edit: actually it had been turned on by recent update 1.67)

The solution to fix that is to go to File > Preferences > Settings > Text editor > Bracket pair colorization and turn it off.

like image 69
Mateo Vial Avatar answered Sep 19 '25 16:09

Mateo Vial