A dark theme for Visual Studio Code inspired by Material Design principles. .K Material provides a modern, eye-friendly color scheme optimized for long coding sessions.
- Open VS Code
- Go to Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Search for ".K Material"
- Click Install
For Visual Studio Code (Microsoft Marketplace):
code --install-extension tarikkavaz.k-materialFor VSCodium or other VS Code forks using Open VSX Registry:
codium --install-extension tarikkavaz.k-materialOr using the ovsx CLI tool:
ovsx install tarikkavaz.k-materialYou can also install directly from the Open VSX Registry in the Extensions view.
Contributions are welcome! Here's how you can help:
- Fork the repository and create your feature branch (
git checkout -b feature/AmazingFeature) - Make your changes following the existing code style
- Test your changes on multiple platforms if possible
- Commit your changes with clear commit messages (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Clone the repository
- Install dependencies:
npm install - Open the folder in VS Code
- Press
F5to open a new Extension Development Host window - Make changes and test in the development window
Please use the GitHub Issues page to report bugs. Include:
- VS Code version
- Operating system
- Extension version
- Steps to reproduce
- Expected vs actual behavior
- Issues: GitHub Issues
- Repository: GitHub Repository
- VS Code Marketplace: Extension Page
If you find this extension helpful, please consider giving it a star on GitHub!
MIT


