Extract the files to your VS Code extensions directory:
Windows: %USERPROFILE%\.vscode\extensions\
macOS: ~/.vscode/extensions/
Linux: ~/.vscode/extensions/
Restart VS Code
Select the theme from File > Preferences > Color Theme
Screenshots
The theme provides excellent syntax highlighting with carefully chosen colors that are easy on the eyes during long coding sessions. As you can see in the screenshot above, the theme offers:
Clear distinction between different syntax elements
Excellent readability with high contrast
Consistent color scheme across the entire VS Code interface
Beautiful terminal integration with matching ANSI colors
Contributing
Contributions are welcome! If you have suggestions for improvements or find any issues, please:
Fork the repository
Create a feature branch
Make your changes
Submit a pull request
License
This theme is released under the MIT License. See LICENSE file for details.
Changelog
See CHANGELOG.md for a detailed history of changes.
Credits
Inspired by the original PaperColor vim colorscheme by Nikyle Nguyen.