Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 792 Bytes

File metadata and controls

42 lines (29 loc) · 792 Bytes

Zukarai Theme

A clean, modern VS Code theme designed for optimal readability and reduced eye strain. Inspired by Plastic, One Dark and Monokai.

JavaScript

Features

  • Carefully selected color palette for syntax highlighting
  • Balanced contrast ratios
  • Optimized for long coding sessions
  • Support for popular languages and frameworks

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Zukarai"
  4. Click Install

Screenshots

[Add screenshots of your theme here showing different languages/scenarios]

Customization

You can override theme colors in your settings.json:

{
  "workbench.colorCustomizations": {
    "[Zukarai]": {
      // your custom colors
    }
  }
}

License

MIT