.K Relaxed - VSCode Theme
A relaxed dark theme for Visual Studio Code.
.K Relaxed provides a calm, eye-friendly color scheme optimized for long coding sessions.
Installation
Via VS Code Extensions Marketplace
- Open VS Code
- Go to Extensions view (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for ".K Relaxed"
- Click Install
Via Command Line (VS Code)
For Visual Studio Code (Microsoft Marketplace):
code --install-extension tarikkavaz.k-relaxed
Via Open VSX Registry
For VSCodium or other VS Code forks using Open VSX Registry:
codium --install-extension tarikkavaz.k-relaxed
Or using the ovsx CLI tool:
ovsx install tarikkavaz.k-relaxed
Download Links
Screen Shot

Contributing
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
Development Setup
- Clone the repository
- Install dependencies:
npm install
- Open the folder in VS Code
- Press
F5 to open a new Extension Development Host window
- Make changes and test in the development window
Reporting Bugs
Please use the GitHub Issues page to report bugs. Include:
- VS Code version
- Operating system
- Extension version
- Steps to reproduce
- Expected vs actual behavior
Support
If you find this extension helpful, please consider giving it a star on GitHub!
License
MIT