A faithful port of VS Code's Default Dark Modern theme for Zed.
sources/vscode/dark_vs.jsonsources/vscode/dark_plus.jsonsources/vscode/dark_modern.json
The generated Zed theme is built from the VS Code include chain dark_vs -> dark_plus -> dark_modern.
node scripts/build-theme.mjsThis regenerates themes/dark-modern.json with no external dependencies.
- Run
node scripts/build-theme.mjs - In Zed, run
zed: install dev extension - Select this repository directory
- Choose
Dark Modernin the theme picker
If Zed rejects the extension, inspect zed: open log or start Zed from a terminal with zed --foreground.
.
├── extension.toml
├── scripts/build-theme.mjs
├── sources/vscode/
└── themes/dark-modern.json
This repository is meant to be published from a dedicated GitHub repo:
- Repository:
https://github.com/RomainDW/dark-modern-theme - Extension id:
dark-modern-theme
To publish it in the Zed registry:
- Push this repo to GitHub over HTTPS
- Add it as a submodule in
RomainDW/extensions - Mirror that change into
zed-industries/extensions - Add the matching entry in
extensions.toml - Run
pnpm sort-extensionsin the extensions fork before opening the PR