Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/monokaix


https://github.com/toyobayashi/monokaix

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# MonokaiX

Extending VSCode builtin `Monokai` color theme.

## Install & Update

```bash
git clone https://github.com/toyobayashi/monokaix.git
cd monokaix
# or `git pull` for update

npm run activate
```

Relaunch VSCode and then `Ctrl K + Ctrl T` select `MonokaiX` color theme.

## Uninstall

```bash
npm run remove
```