Dark Molokai Theme for VSCode
December 18, 2025 ยท View on GitHub
This theme is inspired by VSCode default dark theme, monokai theme and Vim Molokai theme .

Install
Please see VSCode Marketplace or Open VSX Registry.
Development
Debug
- Open this project in vscode
- Press F5 to run extension
- Change theme to
Dark (Molokai)
Tip: Add Folder to Workspace... to debug with existing projects
Publish
- Update commit hashes that points origin sources in comments
- Increment version on
package.json - Add changelog to
CHANGELOG.md - Publish with
vscecommand $ git tag vX.X.Xand push to this repository, then GitHub actions will publish to VS marketplace and OpenVSX.