Faithful port of Doom Emacs doom-one theme to VS Code. Dark and light variants with complete UI theming.
Extensions → Search "Doom Themes" → Install → Command Palette (Ctrl+Shift+P) → "Color Theme" → Select Doom One Dark or Doom One Light
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter:
ext install lroolle.doom-themes
Doom One Dark - #282c34 background, vibrant syntax highlighting
Doom One Light - #fafafa background, clean and minimal
| Element | Dark | Light |
|---|---|---|
| Background | #282c34 |
#fafafa |
| Keywords | #51afef |
#e45649 |
| Strings | #98be65 |
#50a14f |
| Functions | #c678dd |
#a626a4 |
| Types | #ECBE7B |
#986801 |
This extension uses GitHub Actions for automated publishing:
- On tag creation (
v*): Automatically publishes to VS Code Marketplace - On PR/push: Packages and tests the extension
- Manual trigger: Can be run manually from GitHub Actions tab
# Package the extension locally
npm run package
# Publish manually (with version bump)
npm run publish:patch # 1.0.0 → 1.0.1
npm run publish:minor # 1.0.0 → 1.1.0
npm run publish:major # 1.0.0 → 2.0.0Original: Doom Emacs by Henrik Lissner
License: MIT