/* Base16 Duotone-DarkDesert Dark - Theme */
/* by adapted from: Simurai (https://github.com/simurai/duotone-dark-syntax/) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */

/* Duotone-DarkDesert Comment */
.hljs-comment {
  color: #67604c;
}

/* Duotone-DarkDesert Red */
.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.hljs-name,
.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: #7a7152;
}

/* Duotone-DarkDesert Orange */
.hljs-number,
.hljs-preprocessor,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant {
  color: #dd7c3c;
}

/* Duotone-DarkDesert Yellow */
.ruby .hljs-class .hljs-title,
.css .hljs-rule .hljs-attribute {
  color: #ed975e;
}

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

/* Duotone-DarkDesert Aqua */
.hljs-title,
.css .hljs-hexcolor {
  color: #ffb380;
}

/* 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: #f7a56e;
}

/* Duotone-DarkDesert Purple */
.hljs-keyword,
.javascript .hljs-function {
  color: #9f9160;
}

.diff .hljs-deletion,
.diff .hljs-addition {
  color: #292824;
  display: inline-block;
  width: 100%;
}
.diff .hljs-deletion {
  background-color: #7a7152;
}
.diff .hljs-addition {
  background-color: #c49a7e;
}
.diff .hljs-change {
  color: #f7a56e;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #292824;
  color: #af9f6a;
  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;
}
