Inspired by Claude AI's sophisticated design language
Install Now โข View Screenshots โข Configuration
|
|
| Theme | Description | Best For |
|---|---|---|
| Claude Dark | Elegant dark theme with warm tones | General development, long coding sessions |
| Claude Dark High Contrast | Maximum visibility with vibrant colors | Accessibility, presentations, bright environments |
ext install claude-theme.claude-vscode-theme- Open VSCode
Ctrl+Shift+X(Extensions)- Search "Claude Theme"
- Click Install
Ctrl+K Ctrl+Tโ Select Claude Dark
Add to your settings.json:
{
"workbench.colorTheme": "Claude Dark"
}Personalize your experience with powerful customization options:
๐จ Accent Colors
Choose from 6 beautiful accent colors:
{
"claude.accentColor": "crail" // crail | orange | blue | purple | green | teal
}โ๏ธ Typography
Fine-tune your code typography:
{
"claude.italicComments": true, // Italicize comments
"claude.italicKeywords": true, // Italicize keywords
"claude.boldKeywords": true // Bold keywords
}๐ Bracket Colorization
{
"claude.bracketMode": "rainbow" // rainbow | dimmed | monochromatic
}- Rainbow: Vibrant colors for each bracket pair
- Dimmed: Subtle rainbow colors
- Monochromatic: Single color scheme
๐ฅ๏ธ Workbench Appearance
{
"claude.workbenchMode": "default" // default | flat | minimal
}- Default: Rich shadows and depth
- Flat: Reduced shadows
- Minimal: Clean, borderless design
- ๐ฏ Semantic Highlighting: Context-aware syntax colors
- ๐ Error Detection: Enhanced error and warning visibility
- ๐ Comment Styling: Intelligent comment formatting
- ๐ Bracket Matching: Smart bracket pair colorization
Contributing Guide
# 1. Fork & Clone
git clone https://github.com/your-username/claude-vscode-theme.git
cd claude-vscode-theme
# 2. Install dependencies
npm install
# 3. Make changes to src/theme/
# ...
# 4. Build themes
npm run build
# 5. Test in VSCode
npm run package
# Install the generated .vsix file
# 6. Submit PR
git push origin feature/your-feature- ๐ i18n Support - Multi-language documentation
- ๐จ Custom Color Picker - GUI for color customization
- ๐ฑ Mobile Themes - React Native, Flutter support
- ๐ญ Seasonal Themes - Holiday and seasonal variants
- ๐ง AI Integration - Smart color suggestions
MIT License - see LICENSE file for details.
"Great themes inspire great code."
Inspired by Claude AI's sophisticated design language and the open-source community's passion for beautiful developer tools.
Special thanks to the Catppuccin team for their architectural insights.
