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

https://github.com/simurai/duotone-light-syntax

DuoTone light - A syntax theme for Atom
https://github.com/simurai/duotone-light-syntax

Last synced: 2 months ago
JSON representation

DuoTone light - A syntax theme for Atom

Awesome Lists containing this project

README

        

> Note: This theme is __deprecated__. Take a look at [tone-syntax](https://atom.io/packages/tone-syntax) that is somewhat similar.

# DuoTone light

A double-hue syntax theme for Atom.

![DuoTone light](https://cloud.githubusercontent.com/assets/378023/7219573/744b074e-e6e1-11e4-9112-623c60f08c79.png)

DuoTone themes use only 2 hues (8 shades in total). It __tones down__ less important parts (like punctuation and brackets) and highlights only the __important__ ones. This leads to a more calm color scheme, but still lets you find the stuff you're looking for.

![CSS in DuoTone light](https://cloud.githubusercontent.com/assets/378023/7219568/5caa00cc-e6e1-11e4-894c-1722a0f742df.png)

![HTML in DuoTone light](https://cloud.githubusercontent.com/assets/378023/7219570/5cb14b2a-e6e1-11e4-9056-0280c9412e88.png)

## Language support

DuoTone themes are optimized for many languages:

> C, Clojure, CoffeeScript, C#, CSS, GF Markdown, Go, Haskell, HTML, Java, JavaScript, JSON, Less, Perl, PHP, Python, Ruby, SASS, SCSS, Stylus, XML, YAML...

See the list of [all languages](https://github.com/simurai/duotone-syntax/tree/master/styles/languages).

## Install

Search for `duotone-light-syntax` in Atom's settings. Or install via CL:

```
apm install duotone-light-syntax
```

## Settings

You can change the color scheme by going to `Settings > Themes > duotone-light-syntax Theme` (or the cog icon next to the theme picker). There you can customize the main and accent color.

![Custom Colors](https://cloud.githubusercontent.com/assets/378023/20048504/71ea17cc-a500-11e6-9446-0e9094325d8d.png)

## Variations

Here a list of all [DuoTone themes](https://atom.io/themes/search?utf8=%E2%9C%93&q=keyword:duotone). Or at least the ones that have the `duotone` keyword added. :grin:

### Issues and contributing

If you would like to create a new __Issue__ or __PR__, please do so in:

- __this repo__ if it's about __color__ changes, like in `colors.less` or `syntax-variables.less`.
- __[DuoTone master template](https://github.com/simurai/duotone-syntax)__ if it's about __everything else__, like in improving language support. Changes will trickle down into this theme too.