Claude Dark Theme
A warm dark color theme for Visual Studio Code inspired by Anthropic's Claude brand aesthetic — designed to feel professional and calm, not cold.
Color Palette
| Role |
Color |
| Background |
#1C1917 — warm near-black |
| Primary accent |
#DA7756 — Claude coral |
| Secondary accent |
#C97C3F — Claude amber |
| Strings |
#7FB97A — muted sage green |
| Types & classes |
#7DB8D4 — calm blue |
| Numbers & constants |
#D4A853 — warm gold |
| Foreground |
#E8E4DE — warm off-white |
| Comments |
#6B6560 — subtle warm gray |
Features
- Warm near-black backgrounds with a faint red-orange undertone — no cold blue-black
- Claude coral accent throughout the UI: cursor, active tab stripe, badges, buttons, and active borders
- Full semantic token support for TypeScript, Python, and Rust (via language servers)
- Syntax coverage: JavaScript/TypeScript, Python, HTML, CSS/SCSS, JSON, Markdown, shell scripts
- Consistent theming for git diff, terminal ANSI, debugger icons, testing icons, and merge conflicts
Installation
From Marketplace (recommended):
Search "Claude Dark" in the VS Code Extensions panel, or press Ctrl+K Ctrl+T after installing.
From VSIX:
code --install-extension claude-vs-code-theme-1.0.2.vsix
Then activate: Ctrl+K Ctrl+T → Claude Dark
Building from source
git clone https://github.com/roy-sourish/claude-theme.git
cd claude-theme
npm install -g @vscode/vsce
vsce package
Issues & Contributions
Found a color that doesn't look right in a specific language?
Open an issue at github.com/roy-sourish/claude-theme/issues.
Compatibility
Requires VS Code 0.10.1 or later — compatible with all published VS Code versions.
On VS Code 1.60+, bracket pair colorization and inlay hint colors are active. On older versions those UI elements either don't exist or fall back gracefully to VS Code defaults, with no visual breakage.
Changelog
1.0.3 — README update: compatibility section and changelog.
1.0.2 — Broaden compatibility to all VS Code versions (0.10.1+); add editorIndentGuide fallback colors for VS Code 1.20–1.59.
1.0.1 — Fix repository URLs; README polish.
1.0.0 — Initial release.
License
MIT