Skip to content

VSCode 1.67 Theme issues with Brackets colorization

The recent update to VSCode 1.67 messed up colors of the brackets due to enabling of a setting called “Bracket pair Colorization” by default. This caused the VSCode to color the brackets of start and end of a function which might be turn off for most developers as different colors would be displayed when there are 2 or more brackets. Simply turning this off setting would not enable colorization of the brackets

Steps to turn off Bracket Pair Colorization

Step 1: Go to File –> Preferences –> Settings

Step 2: Search for Bracket Pair and uncheck the bracket Pair colorization to turn off the setting.

Step 3: Before and After bracket colorization. The first one is with brackets colorized whereas the 2nd one is with brackets colorization turned off.