Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonylene/vscode-dark-molokai-theme
Dark x Molokai x Monokai theme for VSCode
https://github.com/nonylene/vscode-dark-molokai-theme
vscode-theme
Last synced: 11 days ago
JSON representation
Dark x Molokai x Monokai theme for VSCode
- Host: GitHub
- URL: https://github.com/nonylene/vscode-dark-molokai-theme
- Owner: nonylene
- License: mit
- Created: 2017-06-21T22:46:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T16:43:34.000Z (8 months ago)
- Last Synced: 2024-08-01T16:51:10.673Z (3 months ago)
- Topics: vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=nonylene.dark-molokai-theme
- Size: 402 KB
- Stars: 18
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dark Molokai Theme for VSCode
This theme is inspired by [VSCode default dark theme, monokai theme](https://github.com/Microsoft/vscode) and [Vim Molokai theme](https://github.com/tomasr/molokai) .
[Repository](https://github.com/nonylene/vscode-dark-molokai-theme)
![ScreenShot](doc/screenshot.png)
## Install
Please see [Marketplace](https://marketplace.visualstudio.com/items?itemName=nonylene.dark-molokai-theme).
## 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
Doc:
- Update commit hashes that points origin sources in comments
- Increment version on `package.json`
- Add changelog to `CHANGELOG.md`
- Publish with `vsce` command```console
$ npm install
$ npx vsce publish
```- `git tag` with the new release