Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anoff/vscode-monokai-light

monokai colors on bright background πŸ’–
https://github.com/anoff/vscode-monokai-light

monokai-colors theme vscode vscode-theme

Last synced: about 1 month ago
JSON representation

monokai colors on bright background πŸ’–

Awesome Lists containing this project

README

        

# theme-monokai-light

> monokai colors on bright background πŸ’–

A vscode theme ported from my all-time favorite theme by [rjfranco](https://github.com/rjfranco/monokai-light).

Find the source on [github](https://github.com/anoff/vscode-monokai-light).

Grab it on the [VSC marketplace](https://marketplace.visualstudio.com/items?itemName=anoff.theme-monokai-light) or install directly `ext install theme-monokai-light`

## Action shot

Javascript code highlighting

## Changelog

### 1.2.0

additional markup selectors added, see [PR#5](https://github.com/anoff/vscode-monokai-light/pull/5/files) for details

### 1.1.0

Two new selectors added

- `variable.language` (e.g. python _self_)
- `meta.attribute`

before:

v1.0.0 without variable.language attribute

after:

v1.1.0 special language words highlighted

## License

MIT Β© [Andreas OffenhΓ€user](http://anoff.io)