/*!
 * Agate by Taufik Nurrohman <https://github.com/tovic>
 * ----------------------------------------------------
 *
 * #ade5fc
 * #a2fca2
 * #c6b4f0
 * #d36363
 * #fcc28c
 * #fc9b9b
 * #ffa
 * #fff
 * #333
 * #62c8f3
 * #888
 *
 */

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #333;
  color: white;
}

pre code .hljs-name,
pre code .hljs-strong {
  font-weight: bold;
}

pre code .hljs-code,
pre code .hljs-emphasis {
  font-style: italic;
}

pre code .hljs-tag {
  color: #62c8f3;
}

pre code .hljs-variable,
pre code .hljs-template-variable,
pre code .hljs-selector-id,
pre code .hljs-selector-class {
  color: #ade5fc;
}

pre code .hljs-string,
pre code .hljs-bullet {
  color: #a2fca2;
}

pre code .hljs-type,
pre code .hljs-title,
pre code .hljs-section,
pre code .hljs-attribute,
pre code .hljs-quote,
pre code .hljs-built_in,
pre code .hljs-builtin-name {
  color: #ffa;
}

pre code .hljs-number,
pre code .hljs-symbol,
pre code .hljs-bullet {
  color: #d36363;
}

pre code .hljs-keyword,
pre code .hljs-selector-tag,
pre code .hljs-literal {
  color: #fcc28c;
}

pre code .hljs-comment,
pre code .hljs-deletion,
pre code .hljs-code {
  color: #888;
}

pre code .hljs-regexp,
pre code .hljs-link {
  color: #c6b4f0;
}

pre code .hljs-meta {
  color: #fc9b9b;
}

pre code .hljs-deletion {
  background-color: #fc9b9b;
  color: #333;
}

pre code .hljs-addition {
  background-color: #a2fca2;
  color: #333;
}

pre code .hljs a {
  color: inherit;
}

pre code .hljs a:focus,
pre code .hljs a:hover {
  color: inherit;
  text-decoration: underline;
}
