Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude-Inspired Theme for VS Code

A warm, approachable VS Code color theme inspired by the UI of Anthropic's Claude web interface. Designed for long coding sessions with minimal eye strain, featuring soft natural backgrounds, terracotta orange accents, and legible, muted syntax colors.

Includes both Light and Dark variants.


🎨 Themes Included

Theme Base Palette Summary
Claude Inspired Light Light Warm off-white/paper background (#FFFFFF), charcoal text (#262624), terracotta orange primary accents (#C15F3C).
Claude Inspired Dark Dark Neutral charcoal background (#262624), off-white text (#E8E4DC), soft salmon orange primary accents (#F4845F).

🚀 Installation

Option A: Install via GitHub Release (.vsix)

  1. Go to the Releases tab on this GitHub repository.
  2. Download the latest .vsix package (e.g., claude-theme-1.0.0.vsix).
  3. Open VS Code and open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  4. Click the ... (Views and More Actions) menu in the top-right corner of the Extensions panel.
  5. Select Install from VSIX... and choose the downloaded file.
  6. Press Ctrl+K Ctrl+T (or Cmd+K Cmd+T) and select Claude Inspired Light or Claude Inspired Dark.

🛠 Building Locally

If you want to clone the repository and modify the theme colors yourself:

  1. Clone the repository:
git clone [https://github.com/isharonov/vscode-claude-theme.git](https://github.com/isharonov/vscode-claude-theme.git)
cd vscode-claude-theme
  1. Install dependencies & VS Code Extension Manager (if not already installed):
npm install
npm install -g @vscode/vsce
  1. Test locally in VS Code by opening the project folder and pressing F5 to launch an Extension Development Host.
  2. Package the extension into a .vsix file:
vsce package

📄 License & Acknowledgments

  • Inspired by the typography and aesthetic of Claude.ai by Anthropic.
  • Distributed under the MIT License. Feel free to tweak and customize!

About

A warm, approachable VS Code color theme inspired by the UI of Anthropic's Claude web interface. Includes both Light and Dark variants.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors