/*

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

    CodeMirror template by Jan T. Sott (https://github.com/idleberg)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

.cm-s-base16-<%= @slug %>-light.CodeMirror {background: #<%= @base["07"]["hex"] %>; color: #<%= @base["01"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light div.CodeMirror-selected {background: #<%= @base["06"]["hex"] %> !important;}
.cm-s-base16-<%= @slug %>-light .CodeMirror-gutters {background: #<%= @base["07"]["hex"] %>; border-right: 0px;}
.cm-s-base16-<%= @slug %>-light .CodeMirror-linenumber {color: #<%= @base["04"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light .CodeMirror-cursor {border-left: 1px solid #<%= @base["03"]["hex"] %> !important;}

.cm-s-base16-<%= @slug %>-light span.cm-comment {color: #<%= @base["0F"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-atom {color: #<%= @base["0E"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-number {color: #<%= @base["0E"]["hex"] %>;}

.cm-s-base16-<%= @slug %>-light span.cm-property, .cm-s-base16-<%= @slug %>-light span.cm-attribute {color: #<%= @base["0B"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-keyword {color: #<%= @base["08"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-string {color: #<%= @base["0A"]["hex"] %>;}

.cm-s-base16-<%= @slug %>-light span.cm-variable {color: #<%= @base["0B"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-variable-2 {color: #<%= @base["0D"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-def {color: #<%= @base["09"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-error {background: #<%= @base["08"]["hex"] %>; color: #<%= @base["03"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-bracket {color: #<%= @base["01"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-tag {color: #<%= @base["08"]["hex"] %>;}
.cm-s-base16-<%= @slug %>-light span.cm-link {color: #<%= @base["0E"]["hex"] %>;}

.cm-s-base16-<%= @slug %>-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
