
/*
  xt256.css

  Contact: initbar [at] protonmail [dot] ch
         : github.com/initbar
*/

.hljs {
  display: block;
  padding: .5;
  overflow-x: auto;
  color: #eaeaea;
  background: #000;
}

.hljs-subst {
  color: #eaeaea;
}

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

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

.hljs-builtin-name, .hljs-type {
  color: #eaeaea;
}

.hljs-params {
  color: #da0000;
}

.hljs-literal, .hljs-number, .hljs-name {
  font-weight: bolder;
  color: #f00;
}

.hljs-comment {
  color: #969896;
}

.hljs-selector-id, .hljs-quote {
  color: #0ff;
}

.hljs-template-variable, .hljs-variable, .hljs-title {
  font-weight: bold;
  color: #0ff;
}

.hljs-selector-class, .hljs-keyword, .hljs-symbol {
  color: #fff000;
}

.hljs-string, .hljs-bullet {
  color: #0f0;
}

.hljs-tag, .hljs-section {
  color: #000fff;
}

.hljs-selector-tag {
  font-weight: bold;
  color: #000fff;
}

.hljs-attribute, .hljs-built_in, .hljs-regexp, .hljs-link {
  color: #f0f;
}

.hljs-meta {
  font-weight: bolder;
  color: #fff;
}
