A warm, Claude.ai-inspired dark theme for VSCode and Antigravity IDE.
Palette extracted directly from the Claude.ai web app: a warm-neutral dark base, muted cream foreground, and a soft terracotta accent.
- Download
vs-claude.vsixfrom the Releases page. - Install via the command line:
Or install from the IDE: open the Command Palette (
# Antigravity antigravity --install-extension vs-claude.vsix # VSCode code --install-extension vs-claude.vsixCtrl+Shift+P), run Extensions: Install from VSIX..., and select the downloaded file. - Open the Color Theme picker (
Ctrl+K,Ctrl+T) and select VS Claude.
- Download or clone this repo.
- Copy the
vs-claude/folder (the one inside this repo, not the repo root) into your extensions directory:%USERPROFILE%\.antigravity\extensions\ - Restart Antigravity.
- Open the Color Theme picker:
Ctrl+K,Ctrl+T. - Select VS Claude.
Same steps but use:
%USERPROFILE%\.vscode\extensions\
| Role | Hex |
|---|---|
| Main background (editor, terminal, status bar) | #1F1F1E |
| Sidebar / panels / inputs | #262626 |
| Section headers / title bar / activity bar | #2C2C2A |
| Borders | #3A3733 / #403D38 |
| Primary text | #F6F6F4 |
| Muted text | #8F8D83 |
| Accent (focus, button, badge, cursor, errors) | #A65F47 |
MIT


