https://github.com/simurai/duotone-syntax
Master template for DuoTone syntax themes
https://github.com/simurai/duotone-syntax
Last synced: 3 months ago
JSON representation
Master template for DuoTone syntax themes
- Host: GitHub
- URL: https://github.com/simurai/duotone-syntax
- Owner: simurai
- License: mit
- Created: 2015-12-13T07:12:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T05:55:33.000Z (about 8 years ago)
- Last Synced: 2024-03-14T23:21:07.428Z (about 1 year ago)
- Language: CSS
- Size: 583 KB
- Stars: 117
- Watchers: 3
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Syntax (master)
A double-hue syntax theme for Atom.

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.
## 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](/styles/languages).
## 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:
## Create your own DuoTone theme
Follow the short guide how to create your own DuoTone version.
1. Clone this repo.
2. Rename it (folder, package.json, etc).
3. Change the colors in `styles/colors.less`.
4. Publish!Optionally, also update the `docs`. It's a page with all colors and some sample code. It can be used as a GitHub Page, when the `/docs` folder is enabled in the repo settings.
1. Run `docs/update.sh` to update the theme colors.
2. Replace the `xxx` in `docs/index.html` with your own user and theme name.
3. Take a screenshot and replace (`docs/screenshot.png`) with your version.For more help, feel free to open a new issue.