Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Color Bracket GuideNew to Visual Studio Code? Get it now.
Color Bracket Guide

Color Bracket Guide

pkmax

|
1 install
| (0) | Free
Highlights matching brackets with customizable colors and adds indent guides for better code readability.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Color Bracket Guide

Highlights matching brackets with customizable colors and adds indent guides for better code readability in Visual Studio Code.

Features

  • Bracket colorization — each nested bracket pair gets its own color so you always know which bracket closes which
  • Indent guides — subtle vertical lines show the indentation level of the current block
  • Customizable colors — change bracket colors to match your theme via settings
  • Multi-language support — works with JavaScript, TypeScript, Python, PHP, HTML, CSS, and more

Usage

The extension activates automatically when you open any supported file. No configuration required.

To customize colors, open Settings (Ctrl+,) and search for Color Bracket Guide.

Extension Settings

Setting Default Description
colorBracketGuide.enabled true Enable / disable the extension
colorBracketGuide.colors ["#e5c07b","#61afef","#c678dd"] Bracket color cycle
colorBracketGuide.guideOpacity 0.4 Opacity of indent guide lines

Requirements

Visual Studio Code 1.85.0 or higher.

Release Notes

1.0.0

  • Initial release
  • Bracket colorization for 10+ languages
  • Configurable color palette
  • Indent guide overlay
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft