UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

74 lines (51 loc) 2.94 kB
# Dune syntax highlighting colorscheme [Checkout demopage](http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) Base color for Dune is yellow, and then yellowish brown greyed colors for the background. ![Atelier Schemes, demotiles for Dune, syntax highlighting colorscheme](http://atelierbram.github.io/syntax-highlighting/assets/img/svg/atelierschemes-demotiles-dune_1200x300.svg) demotiles for Dune, syntax highlighting colorscheme ## Sixteen Colors ```sass $base00: hsl(50, 5%, 12%); /* #20201d */ $base01: hsl(50, 6%, 15%); /* #292824 */ $base02: hsl(50, 8%, 40%); /* #6e6b5e */ $base03: hsl(50, 9%, 45%); /* #7d7a68 */ $base04: hsl(50, 11%, 55%); /* #999580 */ $base05: hsl(50, 13%, 60%); /* #a6a28c */ $base06: hsl(50, 35%, 86%); /* #e8e4cf */ $base07: hsl(50, 87%, 96%); /* #fefbec */ $base08: hsl(0, 67%, 53%); /* #d73737 */ $base09: hsl(25, 83%, 39%); /* #b65611 */ $base0a: hsl(50, 80%, 38%); /* #ae9513 */ $base0b: hsl(100, 50%, 45%); /* #60ac39 */ $base0c: hsl(162, 70%, 40%); /* #1fad83 */ $base0d: hsl(225, 67%, 64%); /* #6684e1 */ $base0e: hsl(287, 60%, 58%); /* #b854d4 */ $base0f: hsl(349, 65%, 52%); /* #d43552 */ $red: $base08; $orange: $base09; $yellow: $base0a; $green: $base0b; $cyan: $base0c; $blue: $base0d; $violet: $base0e; $magenta: $base0f; ``` ## Screenshots ![Screenshot – dark version – in Vim](http://atelierbram.github.io/syntax-highlighting/assets/img/dune-dark_vim_640x425.png) Screenshot – dark version – in Vim ![Screenshot – light version – in Sublime Text](http://atelierbram.github.io/syntax-highlighting/assets/img/dune-light_sublime_640x425.png) 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)