/*

    Name:       Base16 Duotone-DarkDesert Dark
    Author:     adapted from: Simurai (https://github.com/simurai/duotone-dark-syntax/)

    highlight.js v8.0 template by Jan T. Sott (https://github.com/idleberg/base16-highlight.js)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

@base00: #292824;
@base01: #3d3a34;
@base02: #615e51;
@base03: #7e7967;
@base04: #67604c;
@base05: #af9f6a;
@base06: #e6d499;
@base07: #faf5e5;
@base08: #7a7152;
@base09: #dd7c3c;
@base0a: #ed975e;
@base0b: #c49a7e;
@base0c: #ffb380;
@base0d: #f7a56e;
@base0e: #9f9160;
@base0f: #8a7f5c;

// Duotone-DarkDesert Comment
.hljs-comment {
  color: @base04;
}

// Duotone-DarkDesert Red
.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.html .hljs-doctype,
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
  color: @base08;
}

// Duotone-DarkDesert Orange
.hljs-number,
.hljs-preprocessor,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant {
  color: @base09;
}

// Duotone-DarkDesert Yellow
.ruby .hljs-class .hljs-title,
.css .hljs-rules .hljs-attribute {
  color: @base0a;
}

// Duotone-DarkDesert Green
.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.ruby .hljs-symbol,
.xml .hljs-cdata {
  color: @base0b;
}

// Duotone-DarkDesert Aqua
.hljs-title,
.css .hljs-hexcolor {
  color: @base0c;
}

// Duotone-DarkDesert Blue
.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.javascript .hljs-title,
.coffeescript .hljs-title {
  color: @base0d;
}

// Duotone-DarkDesert Purple
.hljs-keyword,
.javascript .hljs-function {
  color: @base0e;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: @base00;
  color: @base05;
  padding: 0.5em;
  -webkit-text-size-adjust: none;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}
