Brackets Refined
A carefully refined dark theme inspired by Brackets, rebuilt for modern Visual Studio Code. AboutBrackets Refined brings the clean, focused character of Brackets into a modern Visual Studio Code environment. Rather than reproducing the original Brackets appearance literally, the theme refines its visual language for current VS Code features: semantic highlighting, modern workbench components, diagnostics, Git integration, terminal colors, symbol icons, and language-aware syntax highlighting. The result is a dark theme designed to remain calm and readable while preserving clear visual separation between important code elements. ScreenshotsPython
TypeScript
Key Features
Syntax Palette
Language SupportBrackets Refined combines TextMate scopes with VS Code semantic highlighting. The theme has been specifically tested with:
The underlying TextMate rules also provide general highlighting for other languages supported by VS Code and installed language extensions. Because semantic token implementations differ between language servers, exact highlighting may vary slightly between languages. InstallationVisual Studio MarketplaceOnce Brackets Refined is published to the Visual Studio Marketplace, it can be installed directly from the VS Code Extensions view. Search for: Brackets Refined Install from VSIXDownload the In Visual Studio Code: Extensions → ··· → Install from VSIX... Select:
Or install it from the command line:
Then open Preferences: Color Theme and select Brackets Refined. DevelopmentThe theme definition is located at:
Clone the repository:
Open it in Visual Studio Code:
Press For syntax highlighting diagnostics, use: Developer: Inspect Editor Tokens and Scopes This displays the TextMate scopes, semantic token type and modifiers, and the theme rule responsible for the final color. PackagingInstall Node.js and package the extension with:
The resulting VSIX package will be created in the project root. Issues and FeedbackBug reports, highlighting inconsistencies, and suggestions are welcome. Please use GitHub Issues. When reporting a syntax-highlighting issue, it is helpful to include:
LicenseBrackets Refined is released under the MIT License. AttributionBrackets Refined is an independent community color theme inspired by the visual clarity and coding experience of Brackets. It is not affiliated with or endorsed by Adobe, the Brackets project, Microsoft, or Visual Studio Code. |