Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliafrs/monokai
Monokai theme for Visual Studio Code.
https://github.com/goliafrs/monokai
Last synced: 16 days ago
JSON representation
Monokai theme for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/goliafrs/monokai
- Owner: goliafrs
- License: mit
- Created: 2017-03-06T09:43:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:15:42.000Z (8 months ago)
- Last Synced: 2024-04-10T11:14:18.451Z (7 months ago)
- Homepage:
- Size: 464 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Monokai
Dark theme based on color schema Monokai
Base version | [Semantic highlighting](https://github.com/goliafrs/monokai-semantic)
## Installation
Launch VS Code, quick open `Ctrl+P`, paste the following command, and press enter.
```bash
ext install monokai-grs
```Links to marketplace:
- [Monokai GRS](https://marketplace.visualstudio.com/items?itemName=goliafrs.monokai-grs)
- [Monokai Semantic](https://marketplace.visualstudio.com/items?itemName=goliafrs.monokai-semantic)## Screenshot
HTML example code:
![Example HTML](https://github.com/goliafrs/monokai/raw/main/example-html.png)
CSS example code:
![Example SCSS](https://github.com/goliafrs/monokai/raw/main/example-scss.png)
JS example code:
![Example JS](https://github.com/goliafrs/monokai/raw/main/example-js.png)
## Support language
- [x] JavaScript
- [x] TypeScript
- [x] HTML
- [x] CSS
- [x] SCSS
- [x] SASS
- [x] LESS
- [x] Stylus
- [x] Elixir
- [x] Markdown## Donate
If you want to support me and my project:
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/goliafrs)
## Credits
- [x] Tested by [Equals182](https://github.com/Equals182)
- [x] Tested by [TheFirstAvenger](https://github.com/TheFirstAvenger)## License
[MIT License](https://github.com/goliafrs/monokai/blob/main/LICENSE)