/*
 * Name:   Duotone Forest
 * Author: by Simurai, adapted from DuoTone themes for Atom (http://simurai.com/projects/2016/01/01/duotone-themes)
 * Conversion: Bram de Haan (http://atelierbram.github.io/Base2Tone-prism/output/prism/prism-base2tone-forest-dark.css)
 * Generated with Base16 Builder (https://github.com/base16-builder/base16-builder)
 * Copied from  https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-earth.css
 */

@use "../../var";

#app {
  @include var.color($code-color: #88786d, $code-bg-color: #322d29);
}

code[class*="language-"],
pre[class*="language-"] {
  // tab size
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  // Selection
  &::selection,
  ::selection {
    background: #6f5849;
  }
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #6a5f58;
}

.token.punctuation {
  color: #6a5f58;
}

.token.namespace {
  opacity: 0.7;
}

.token.tag,
.token.operator,
.token.number {
  color: #bfa05a;
}

.token.property,
.token.function {
  color: #88786d;
}

.token.tag-id,
.token.selector,
.token.atrule-id {
  color: #fff3eb;
}

.language-javascript,
.token.attr-name {
  color: #a48774;
}

.language-css,
.language-scss,
.token.boolean,
.token.string,
.token.entity,
.token.url,
.language-css .token.string,
.language-scss .token.string,
.style .token.string,
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit,
.token.statement,
.token.regex,
.token.atrule {
  color: #fcc440;
}

.token.placeholder,
.token.variable {
  color: #fcc440;
}

.token.deleted {
  text-decoration: line-through;
}

.token.inserted {
  border-bottom: 1px dotted #fff3eb;
  text-decoration: none;
}

.token.italic {
  font-style: italic;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.important {
  color: #a48774;
}

.token.entity {
  cursor: help;
}
