Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Tokyo Night ModernNew to Visual Studio Code? Get it now.
Tokyo Night Modern

Tokyo Night Modern

lod

|
6 installs
| (0) | Free
A dark theme for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🌃 Tokyo Night Modern

Beautiful modern dark theme for VS Code with carefully crafted colors and contemporary design.

Tokyo Night Modern

🎨 Overview

A Tokyo Night dark theme featuring:

  • 12 base colors → 366 interface colors (programmatically generated)
  • WCAG compliant contrast ratios for accessibility
  • Zero hardcoded colors - centralized palette system
  • Modern TypeScript architecture with full test coverage

🚀 Quick Start

  1. Open VS Code Extensions (Ctrl+Shift+X)
  2. Search "Tokyo Night Modern"
  3. Install and select Tokyo Night Modern

Try online

🏗️ Architecture

12 base colors → 366 interface colors → 13 syntax tokens
src/
├── core/           # Base palette + color utilities
├── generators/     # Theme generation logic
├── types/          # TypeScript definitions
└── build.ts        # Main build script

🛠️ Development

git clone https://github.com/darqus/tokyo-night-moredn-vscode-theme.git
cd tokyo-night-moredn-vscode-theme
npm install
npm run build       # Build theme (~0.6s)
npm test           # Run tests (13 tests)

📊 Metrics

Metric Value Status
Base colors 12 ✅
Generated colors 366 ✅
Syntax tokens 13 ✅
Tests 13 ✅
Build time ~0.6s ✅
Hardcoded colors 0 ✅

📚 Documentation

  • Quick Start - Installation and setup
  • Development - Build and contribute
  • Colors - Color palette reference
  • Theme Analysis - Architecture deep dive

🤝 Contributing

  1. Fork repository
  2. Create branch: git checkout -b feat/feature-name
  3. Make changes and test: npm test
  4. Submit PR

See CONTRIBUTING.md for details.

📄 License

MIT License - see LICENSE for details.


🌃 Tokyo Night Modern Crafted with ❤️ for developers

⭐ GitHub | 📦 Marketplace

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft