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

https://github.com/nwaywood/one-dark-lite-syntax

Atom syntax theme. one-dark but without the feeling of drowning in red
https://github.com/nwaywood/one-dark-lite-syntax

atom atom-syntax

Last synced: about 1 year ago
JSON representation

Atom syntax theme. one-dark but without the feeling of drowning in red

Awesome Lists containing this project

README

          

# one-dark-lite-syntax theme

This syntax theme is based off the official [one dark](https://atom.io/themes/one-dark-syntax) by the Atom team.

I love the one-dark theme however I feel it is a little visually 'heavy' (especially of the amount of red coloring) this theme differs in the following ways:

* Most variables are `grey` instead of `red`, giving pages are much 'lighter' feel
* `purple` is exclusively used for keywords - in `one-dark` purple is used for keywords but also for some other minor things
* Other misc differences

## Screenshot

One-dark-lite theme:

![One dark lite theme](./screenshots/one-dark-lite.png)

And here is the one-dark theme of the same code for comparison:

![One dark theme](./screenshots/one-dark.png)

## Inspiration

* [one-dark-syntax](https://github.com/atom/one-dark-syntax)
* [one-dark-pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme)