/*

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

Less-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"] %>;
