A clean, modern VS Code theme designed for optimal readability and reduced eye strain. Inspired by Plastic, One Dark and Monokai.
- Carefully selected color palette for syntax highlighting
- Balanced contrast ratios
- Optimized for long coding sessions
- Support for popular languages and frameworks
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Zukarai"
- Click Install
[Add screenshots of your theme here showing different languages/scenarios]
You can override theme colors in your settings.json
:
{
"workbench.colorCustomizations": {
"[Zukarai]": {
// your custom colors
}
}
}
MIT