dracula / visual-studio-code

🧛🏻‍♂️ Dark theme for Visual Studio Code
https://draculatheme.com/visual-studio-code
MIT License
776 stars 208 forks source link

Bracket pair colorization can match text color #222

Closed asportnoy closed 1 month ago

asportnoy commented 2 years ago

Screenshot 2022-09-06 at 10 28 09 The bracket pair colorization here matches the color of the text, making it hard to distinguish. This is in JS but could apply to other languages too, probably.

Code ```js const someObject = {}; class something { test() { const variable = 1; return () => { return { test: someObject[variable], }; }; } } ```
dsifford commented 2 years ago

Unfortunately, I'm not aware of a way to make this not happen aside from using non-dracula colors.