Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Vision NightNew to Visual Studio Code? Get it now.
Vision Night

Vision Night

Anthuan Vasquez

|
14 installs
| (0) | Free
Professional theme optimized for high readability, accessibility, and eye strain reduction.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vision Night

A professional VS Code theme meticulously crafted for high readability, eye strain reduction, and accessibility. Based on the Tokyo Night aesthetic but refined for developers with myopia and long-session fatigue.

Vision Night Preview

🧠 The Philosophy: "Soft Sharpness"

Most dark themes fail by using pure black backgrounds (#000000) and pure white text (#FFFFFF), creating a "halo effect" that causes extreme eye fatigue for people with myopia or astigmatism.

Vision Night solves this by applying the 60/30/10 Rule:

  • 60% Deep Background (#151520): A midnight blue that absorbs light without being pitch black.
  • 30% Syntax Base (#D5D6E1): Bluish-white text that is sharp but soft on the retina.
  • 10% Highlight Colors: Desaturated pasteles that highlight logic without deslumbrating.

✨ Key Features

  • Accessibility First: Meets WCAG AA/AAA contrast standards.
  • Myopia Friendly: Neutralized structural punctuation (brackets, tags) to keep the focus on the code that matters.
  • Unified UI: Sidebar, Activity Bar, and Editor share a harmonious depth to prevent constant eye refocusing.
  • Multi-Language Support: Optimized for React (TSX), TypeScript, Vue, Angular, Tailwind, PHP, and Modern JS.

🛠 Installation

  1. Open Extensions sidebar panel in VS Code. View → Extensions.
  2. Search for Vision Night.
  3. Click Install.
  4. Click Set Color Theme.

🎨 Customization

If you want to tweak something, you can add this to your settings.json:

"workbench.colorCustomizations": {
    "[Vision Night]": {
        "editor.background": "#151520"
    }
}

📄 License

This project is licensed under the MIT License.


Crafted with ❤️ by Anthuan Vasquez

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft