/*
 * Hey Nineteen
 * by Blake Watson
 *
 * based on
 *
 * Hopscotch
 * by Jan T. Sott
 * https://github.com/idleberg/Hopscotch
 *
 * This work is licensed under the Creative Commons CC0 1.0 Universal License
 */

/* Comment */
.hljs-comment,
.hljs-quote {
  color: #9f99a7;
}

/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-link,
.hljs-deletion {
  color: #d93578;
}

/* Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
  color: #e38566;
}

/* Yellow */
.hljs-class .hljs-title {
  color: #EFC512;
}

/* Aqua */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #36c2b6;
}

/* Green */
.hljs-meta {
  color: #66a53d;
}

/* Blue */
.hljs-function,
.hljs-section,
.hljs-title {
  color: #5f9fd4;
}

/* Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #9882c4;
}

.hljs {
  display: block;
  //background: #322931;
  color: #d8d5dd;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
