/claude-vscode-theme

Primary LanguageTypeScriptMIT LicenseMIT

๐ŸŽจ Claude Theme

The most elegant dark theme for Visual Studio Code

Inspired by Claude AI's sophisticated design language

Version Downloads Rating License

Claude Theme Preview

Install Now โ€ข View Screenshots โ€ข Configuration


โœจ Why Claude Theme?

๐ŸŽฏ Perfect Readability

  • WCAG AA+ compliant contrast ratios
  • Optimized for long coding sessions
  • Reduces eye strain with warm dark colors

๐ŸŽจ Beautiful Syntax

  • Hand-picked colors for each token type
  • Supports 15+ programming languages
  • Advanced semantic highlighting

โšก Zero Fatigue

  • Carefully balanced brightness levels
  • Smooth color transitions
  • Consistent visual hierarchy

๐Ÿ› ๏ธ Fully Customizable

  • 6 accent color options
  • Typography controls
  • Workbench appearance modes

๐ŸŽญ Theme Variants

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

๐Ÿš€ Quick Installation

Method 1: Marketplace (Recommended)

ext install claude-theme.claude-vscode-theme

Method 2: Manual Install

  1. Open VSCode
  2. Ctrl+Shift+X (Extensions)
  3. Search "Claude Theme"
  4. Click Install
  5. Ctrl+K Ctrl+T โ†’ Select Claude Dark

Method 3: Settings Sync

Add to your settings.json:

{
    "workbench.colorTheme": "Claude Dark"
}

๐Ÿ“ธ Screenshots

๐ŸŒƒ Claude Dark (Click to expand)

JavaScript/TypeScript

Claude Dark - JavaScript

Python

Claude Dark - Python

CSS/SCSS

Claude Dark - CSS

๐Ÿ”† Claude Dark High Contrast (Click to expand)

Full IDE View

Claude Dark High Contrast

๐ŸŽจ Color Palette

Color Hex Usage Preview
๐Ÿงก Crail #C15F3C Primary accent, brand #C15F3C
๐Ÿ”ต Blue #7AB8FF Classes, types, interfaces #7AB8FF
๐ŸŸข Green #86E89A Strings, markup code #86E89A
๐ŸŸฃ Purple #C79BFF Keywords, control flow #C79BFF
๐Ÿ”ด Red #FF7A7A Errors, important #FF7A7A
๐ŸŸก Yellow #FFDF61 Constants, numbers #FFDF61

โš™๏ธ Configuration

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

๐Ÿš€ Language Support

First-Class Support

Frontend Backend Systems Data
JavaScript Python Rust JSON
TypeScript Java C++ YAML
React Go C# SQL
HTML5 PHP Shell Markdown
CSS3 Ruby

Advanced Features

  • ๐ŸŽฏ Semantic Highlighting: Context-aware syntax colors
  • ๐Ÿ” Error Detection: Enhanced error and warning visibility
  • ๐Ÿ“ Comment Styling: Intelligent comment formatting
  • ๐ŸŒˆ Bracket Matching: Smart bracket pair colorization

๐Ÿ’– Community & Support

Join the Claude Theme Community

GitHub Stars GitHub Forks Twitter Follow

โญ Star us on GitHub โ€ข ๐Ÿฆ Follow on Twitter โ€ข ๐Ÿ’ฌ Join Discord

๐Ÿ› ๏ธ Development

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

๐ŸŽฏ Roadmap

  • ๐ŸŒ 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

๐Ÿ“Š Stats

GitHub last commit GitHub issues
GitHub pull requests GitHub license

๐Ÿ“„ License

MIT License - see LICENSE file for details.

๐Ÿ™ Acknowledgments

"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.


Made with ๐Ÿงก by the Claude Theme team

Love VSCode

If Claude Theme made your coding experience better, please consider โญ starring the repo!