Skip to content

michaelmendez/quantum-material-theme

Repository files navigation

⚛️ Quantum Material Theme

A sleek, modern dark theme inspired by quantum physics and material design principles

Quantum Material Theme brings the elegance of material design to your coding environment with a sophisticated dark color palette that reduces eye strain while maintaining excellent readability and syntax highlighting.

📋 Features

  • 🎨 Carefully crafted color palette - Deep quantum-inspired blues and purples with high contrast
  • 👁️ Reduced eye strain - Optimized for long coding sessions
  • 🔍 Enhanced readability - Clear distinction between different code elements
  • 🎯 Semantic highlighting - Consistent color coding across all languages
  • 🌙 True dark theme - Perfect for low-light environments
  • ⚡ Performance optimized - Lightweight and fast loading

📸 Screenshots

Quantum Material Theme Preview

Quantum Material Theme in action with popular languages like JavaScript, Python, React, and more.

🚀 Installation

Via VS Code Marketplace (Recommended)

  1. Open Extensions sidebar panel in VS Code (Ctrl+Shift+X)
  2. Search for Quantum Material Theme
  3. Click Install to install it
  4. Go to File > Preferences > Theme > Color Theme and select Quantum Material Theme

Via Command Palette

  1. Open Command Palette (Ctrl+Shift+P)
  2. Type ext install michaelmendez.quantum-material-theme
  3. Press Enter

Manual Installation

  1. Download the latest .vsix file from releases
  2. Open Command Palette (Ctrl+Shift+P)
  3. Type Extensions: Install from VSIX...
  4. Select the downloaded .vsix file

🎨 Color Palette

The theme uses a carefully selected color palette designed for optimal contrast and readability:

Element Hex Code
Background #101119
Primary Blue #739cf0
Text #EEEEEE
Comments #666666

🛠️ Customization

You can customize the theme to your liking by modifying your VS Code settings:

{
  "workbench.colorCustomizations": {
    "[Quantum Material Theme]": {
      "editor.background": "#0f0f0f",
      "activityBar.background": "#0f0f0f"
    }
  },
  "editor.tokenColorCustomizations": {
    "[Quantum Material Theme]": {
      "comments": "#888888"
    }
  }
}

🤝 Contributing

Contributions are welcome! Please read our contributing guidelines before submitting PRs.

Development Setup

  1. Clone this repository
  2. Open in VS Code
  3. Press F5 to launch Extension Development Host
  4. Make your changes and test them
  5. Submit a pull request

📝 Changelog

See CHANGELOG.md for a detailed history of changes.

🐛 Issues & Feedback

Found a bug or have a suggestion? Please open an issue on GitHub.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Enjoy coding with Quantum Material Theme!

Author: Michael Mendez

About

A material ocean theme for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published