Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/monokaix
https://github.com/toyobayashi/monokaix
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyobayashi/monokaix
- Owner: toyobayashi
- Created: 2021-05-23T06:04:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T10:28:20.000Z (about 3 years ago)
- Last Synced: 2024-11-05T22:46:10.438Z (2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 updatenpm run activate
```Relaunch VSCode and then `Ctrl K + Ctrl T` select `MonokaiX` color theme.
## Uninstall
```bash
npm run remove
```