Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>OLED Dark Modern ThemeNew to Visual Studio Code? Get it now.
OLED Dark Modern Theme

OLED Dark Modern Theme

Enrique Mota

|
2 installs
| (0) | Free
A pure black OLED-optimized dark theme based on VS Code Dark Modern
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OLED Dark Modern Theme

OLED Dark Modern Theme is a pure-black VS Code color theme designed for OLED displays and low-distraction coding sessions. It keeps the clean, familiar feel of Dark Modern while pushing contrast deeper for richer blacks, sharper focus, and a more premium nighttime experience.

Why OLED Dark Modern

  • Pure black surfaces for OLED-friendly UI
  • Dark Modern-inspired syntax with a cleaner visual hierarchy
  • Comfortable contrast for long development sessions
  • Simple local extension setup for fast iteration

Included Theme

  • OLED Dark Modern — a vs-dark theme contribution defined in themes/OLED Dark Modern-color-theme.json

Try It Locally

This repository is already structured as a VS Code theme extension.

  1. Open this folder in VS Code.
  2. Press F5 to launch an Extension Development Host.
  3. In the new VS Code window, open Preferences: Color Theme.
  4. Choose OLED Dark Modern.

If the theme does not appear immediately, reload the Extension Development Host window and try again.

Install as a VSIX

To package the extension and install it manually:

npm install -g @vscode/vsce
vsce package

This creates a .vsix file in the project root. In VS Code, run Extensions: Install from VSIX... and select the generated package.

Project Structure

  • package.json — extension manifest and theme contribution
  • themes/OLED Dark Modern-color-theme.json — theme token and UI color definitions
  • .vscode/launch.json — local extension debugging configuration

Version

Current extension version: 0.0.1

Development Notes

When updating theme colors, relaunch the Extension Development Host with F5 to preview changes quickly. This is the fastest workflow for refining token colors, UI surfaces, and contrast levels.

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