syntax-highlighting
Version:
Syntax Highlighting Colorschemes for many applications
74 lines (51 loc) • 3 kB
Markdown
# Sulphurpool
syntax highlighting colorscheme
[Checkout demopage](http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool)
Base color for Sulphurpool is green, which leads to greenish colors for the background.

demotiles for Sulphurpool, syntax highlighting colorscheme
## Sixteen Colors
```sass
$base00: hsl(229, 37%, 20%); /* #202746 */
$base01: hsl(229, 35%, 25%); /* #293256 */
$base02: hsl(228, 18%, 45%); /* #5e6687 */
$base03: hsl(229, 16%, 50%); /* #6b7394 */
$base04: hsl(229, 13%, 59%); /* #898ea4 */
$base05: hsl(229, 16%, 65%); /* #979db4 */
$base06: hsl(229, 40%, 91%); /* #dfe2f1 */
$base07: hsl(229, 94%, 98%); /* #f5f7ff */
$base08: hsl(14, 71%, 47%);; /* #c94922 */
$base09: hsl(25, 66%, 47%); /* #c76b29 */
$base0a: hsl(38, 60%, 47%); /* #c08b30 */
$base0b: hsl(49, 50%, 45%); /* #ac9739 */
$base0c: hsl(194, 71%, 46%); /* #22a2c9 */
$base0d: hsl(207, 62%, 53%); /* #3d8fd1 */
$base0e: hsl(229, 50%, 60%); /* #6679cc */
$base0f: hsl(336, 22%, 50%); /* #9c637a */
$red: $base08;
$orange: $base09;
$yellow: $base0a;
$green: $base0b;
$cyan: $base0c;
$blue: $base0d;
$violet: $base0e;
$magenta: $base0f;
```
## Screenshots

Screenshot – dark version – in Vim

Screenshot – light version – in Sublime Text
## 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)