/*

Name: Base16 <%= @scheme %>
Author: <%= @author %>

Sass-variables template by Bram de Haan (https://github.com/atelierbram/)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

$base00: #<%= @base["00"]["hex"] %>;
$base01: #<%= @base["01"]["hex"] %>;
$base02: #<%= @base["02"]["hex"] %>;
$base03: #<%= @base["03"]["hex"] %>;
$base04: #<%= @base["04"]["hex"] %>;
$base05: #<%= @base["05"]["hex"] %>;
$base06: #<%= @base["06"]["hex"] %>;
$base07: #<%= @base["07"]["hex"] %>;
$base08: #<%= @base["08"]["hex"] %>;
$base09: #<%= @base["09"]["hex"] %>;
$base0a: #<%= @base["0A"]["hex"] %>;
$base0b: #<%= @base["0B"]["hex"] %>;
$base0c: #<%= @base["0C"]["hex"] %>;
$base0d: #<%= @base["0D"]["hex"] %>;
$base0e: #<%= @base["0E"]["hex"] %>;
$base0f: #<%= @base["0F"]["hex"] %>;
