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.
- 🎨 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
Quantum Material Theme in action with popular languages like JavaScript, Python, React, and more.
- Open Extensions sidebar panel in VS Code (
Ctrl+Shift+X
) - Search for
Quantum Material Theme
- Click Install to install it
- Go to File > Preferences > Theme > Color Theme and select
Quantum Material Theme
- Open Command Palette (
Ctrl+Shift+P
) - Type
ext install michaelmendez.quantum-material-theme
- Press Enter
- Download the latest
.vsix
file from releases - Open Command Palette (
Ctrl+Shift+P
) - Type
Extensions: Install from VSIX...
- Select the downloaded
.vsix
file
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 |
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"
}
}
}
Contributions are welcome! Please read our contributing guidelines before submitting PRs.
- Clone this repository
- Open in VS Code
- Press
F5
to launch Extension Development Host - Make your changes and test them
- Submit a pull request
See CHANGELOG.md for a detailed history of changes.
Found a bug or have a suggestion? Please open an issue on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.
Enjoy coding with Quantum Material Theme! ⚡
Author: Michael Mendez