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.
- Open this folder in VS Code.
- Press
F5 to launch an Extension Development Host.
- In the new VS Code window, open
Preferences: Color Theme.
- 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.