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

https://github.com/danielgtaylor/atom-monokai-extended

Extended Monokai theme for the Atom text editor
https://github.com/danielgtaylor/atom-monokai-extended

Last synced: over 1 year ago
JSON representation

Extended Monokai theme for the Atom text editor

Awesome Lists containing this project

README

          

# Monokai Extended Theme

An extended Monokai syntax theme for the [Atom](http://atom.io/) editor, partially based on [sublime-monokai-extended](https://github.com/jonschlinkert/sublime-monokai-extended).

##### Markdown Example:
![Screenshot: Markdown](https://f.cloud.github.com/assets/106826/2279868/0b7a7cb2-9f7b-11e3-8bca-f0b47ece5454.png)

##### Coffeescript Example:
![Screenshot: Coffeescript](https://f.cloud.github.com/assets/106826/2296785/427e4c42-a0a3-11e3-9015-b8403b762bc6.png)

##### Python Example:
![Screenshot - Python](https://f.cloud.github.com/assets/106826/2296786/44e04526-a0a3-11e3-9973-83789bd50201.png)

## Installation
You can open the Atom settings (`cmd-,`), select `Themes` and search for `monokai-extended` or install via the command line with `apm`:

```bash
apm install monokai-extended
```

Once installed, activate the theme by opening the Atom settings (`cmd-,`) and going to `Themes` -> `Syntax Theme` or via `cmd-shift-p` and `Settings View - Change Themes`.

## Features
Adds scopes, support and/or improves styling for:

* `gutter: git status`
* `makefile: variable`
* `makefile: prerequisites`
* `html: doctype`
* `css: #id`
* `markdown: plain`
* `markdown: inline code`
* `markdown: heading`
* `markdown: italic`
* `markdown: bold`
* `markdown: underline`
* `markdown: blockquote`
* `markdown: quote`
* `markdown: link`
* `markdown: fenced code block`
* `markdown: fenced language`

## Contributing
Feel free to contribute! Pull requests are always welcome. If you add a new feature, please include a code snippet to exhibit the feature in the pull request.

## License
Copyright © 2014 Daniel G. Taylor

http://dgt.mit-license.org/