# Heath

syntax highlighting colorscheme

[Checkout demopage](http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath)

Base color for Heath is magenta, and here the background-colors have these cool-red colors for the background, but then obviously toned down quite a bit...

![Atelier Schemes, demotiles for Heath, syntax highlighting colorscheme](http://atelierbram.github.io/syntax-highlighting/assets/img/svg/atelierschemes-demotiles-heath_1200x300.svg)

demotiles for Heath, syntax highlighting colorscheme

## Sixteen Colors

```sass
$base00: hsl(300, 5%, 10%);  /* #1b181b */
$base01: hsl(300, 8%, 15%);  /* #292329 */
$base02: hsl(300, 6%, 39%);  /* #695d69 */
$base03: hsl(300, 6%, 44%);  /* #776977 */
$base04: hsl(300, 7%, 59%);  /* #9e8f9e */
$base05: hsl(300, 9%, 64%);  /* #ab9bab */
$base06: hsl(300, 16%, 86%); /* #d8cad8 */
$base07: hsl(300, 20%, 96%); /* #f7f3f7 */
$base08: hsl(8, 65%, 48%);   /* #ca402b */
$base09: hsl(24, 63%, 40%);  /* #a65926 */
$base0a: hsl(38, 56%, 47%);  /* #bb8a35 */
$base0b: hsl(56, 42%, 40%);  /* #918b3b */
$base0c: hsl(180, 75%, 33%); /* #159393 */
$base0d: hsl(230, 80%, 62%); /* #516aec */
$base0e: hsl(260, 45%, 55%); /* #7b59c0 */
$base0f: hsl(300, 60%, 50%); /* #c3c */

$red:     $base08;
$orange:  $base09;
$yellow:  $base0a;
$green:   $base0b;
$cyan:    $base0c;
$blue:    $base0d;
$violet:  $base0e;
$magenta: $base0f;
```
## Screenshots

![Screenshot – dark version – in Sublime Text](http://atelierbram.github.io/syntax-highlighting/assets/img/heath-dark_sublime_640x425.png)

Screenshot – dark version – in Sublime Text

![Screenshot – light version – in Vim](http://atelierbram.github.io/syntax-highlighting/assets/img/heath-light_vim_640x425.png)

Screenshot – light version – in Vim

## Downloads
All downloads can be found in the [output folder](https://github.com/atelierbram/syntax-highlighting/tree/master/atelier-schemes/output).

**Note**: For Sublime Text, go to [Textmate](https://github.com/atelierbram/syntax-highlighting/tree/master/atelier-schemes/output/textmate) folder, or [download the zip-file directly](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/output/textmate/textmate.zip).

For [Vim with Pathogen](https://github.com/tpope/vim-pathogen) you can clone [the dedicated repo for this purpose](https://github.com/atelierbram/vim-colors_atelier-schemes) in the `~/.vim/bundle` directory like so:

```bash
git clone https://github.com/atelierbram/vim-colors_atelier-schemes.git
``` 

## Credits
* Credits to [Ethan Schoonover](http://ethanschoonover.com/solarized) whose [Solarized colorscheme](http://github.com/altercation/solarized) was a model for these colorschemes
* And credits to [Chris Kempson](http://chriskempson.com), whose [Base16 Builder](https://github.com/chriskempson/base16-builder) was used for conversion to the different output formats.

### License

Copyright (c) 2013 Bram de Haan

Released under [MIT Licence](http://atelierbram.mit-license.org)


