npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

jnahian-claude-theme

v0.1.6

Published

A warm, professional VS Code theme inspired by Claude's design system

Downloads

7

Readme

Claude Theme for VS Code

A warm, professional VS Code theme inspired by Claude's design system, featuring both light and dark variants that capture Claude's approachable and elegant aesthetic.

🎨 Preview

Claude Light

Claude Light Theme Preview

Claude Dark

Claude Dark Theme Preview

✨ Features

  • Two Variants: Light and dark themes maintaining Claude's warm aesthetic
  • Warm Color Palette: Based on Claude's signature rust-orange (#C15F3C) and complementary colors
  • Professional Design: Clean, readable, and approachable interface
  • Serif Font Recommendations: Optimized for Claude's preferred serif typography
  • Complete Coverage: Syntax highlighting, UI elements, terminal, and Git integration
  • Accessibility: Carefully chosen contrast ratios for excellent readability

🎯 Design Philosophy

Claude Theme embodies the same values as Claude itself:

  • Warmth: Rust-orange accents create a welcoming coding environment
  • Professionalism: Clean design suitable for both casual and corporate use
  • Approachability: Soft edges and thoughtful color choices reduce visual fatigue
  • Intellectual Depth: Sophisticated palette inspired by academic traditions

🚀 Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Claude Theme"
  4. Click Install
  5. Select the theme: Ctrl+K Ctrl+T / Cmd+K Cmd+T → "Claude Light" or "Claude Dark"

Manual Installation

  1. Download the .vsix file from releases
  2. Open VS Code
  3. Press Ctrl+Shift+P / Cmd+Shift+P
  4. Type "Extensions: Install from VSIX"
  5. Select the downloaded file

🎨 Color Palette

Primary Colors

  • Claude Orange: #C15F3C - Primary accent and brand color
  • Dark Orange: #A14A2F - Darker variant for emphasis

Light Theme

  • Background: #faf9f5 - Warm off-white
  • Text: #2c2c2c - Dark charcoal
  • Sidebar: #f5f4ed - Light warm grey
  • Selection: #C15F3C30 - Transparent orange

Dark Theme

  • Background: #1a1815 - Warm dark brown
  • Text: #e8e6e3 - Light warm grey
  • Sidebar: #201d18 - Medium dark brown
  • Selection: #C15F3C30 - Transparent orange

🔤 Recommended Fonts

Claude Theme is optimized for serif fonts that match Claude's typography philosophy:

{
  "editor.fontFamily": "ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif",
  "editor.fontSize": 14,
  "editor.fontWeight": "400"
}

Premium Font Recommendations

  • Tiempos Text - Klim Type Foundry
  • Styrene - Commercial Type
  • Charter - Bitstream (free alternative)
  • Source Serif Pro - Adobe (free alternative)

⚙️ Configuration

Add these settings to your VS Code settings.json for the optimal Claude Theme experience:

{
  "workbench.colorTheme": "Claude Light",
  "editor.fontFamily": "ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif",
  "editor.fontSize": 14,
  "editor.lineHeight": 1.6,
  "editor.fontWeight": "400",
  "editor.cursorBlinking": "smooth",
  "editor.cursorSmoothCaretAnimation": "on",
  "workbench.tree.indent": 20,
  "workbench.tree.renderIndentGuides": "always"
}

🎯 Language Support

Claude Theme provides excellent syntax highlighting for:

  • Web Technologies: HTML, CSS, JavaScript, TypeScript, React, Vue, Angular
  • Backend: Python, Java, C#, PHP, Ruby, Go, Rust
  • Data: JSON, YAML, XML, SQL
  • Markup: Markdown, reStructuredText
  • Configuration: Docker, TOML, INI
  • And many more!

🤝 Contributing

Contributions are welcome! Please feel free to:

  1. Report Issues: Found a color that doesn't look right? Let us know!
  2. Suggest Improvements: Ideas for better syntax highlighting or UI colors
  3. Add Language Support: Help improve syntax highlighting for specific languages
  4. Documentation: Help improve this README or add screenshots

📄 License

MIT License - see LICENSE file for details.

🙏 Acknowledgments

  • Inspired by Claude by Anthropic
  • Design philosophy based on Claude's warm, professional aesthetic
  • Color palette derived from Claude's brand guidelines
  • Typography recommendations following Claude's serif font preferences

📞 Support


"Code with warmth and professionalism." - Claude Theme