/* Syntax colors for the dark example pane (highlight.js 8.x token classes).
   Warm orange for keywords/values, blue for attributes, on #16181D. */

.hljs {
  display: block;
  overflow-x: auto;
  color: #D7DCE3;
  -webkit-text-size-adjust: none; }

.hljs-comment,
.hljs-template_comment,
.hljs-javadoc,
.hljs-doctype,
.hljs-annotation {
  color: #6E7885;
  font-style: italic; }

.hljs-keyword,
.hljs-literal,
.hljs-number,
.hljs-constant,
.hljs-command,
.hljs-request,
.hljs-status,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.lisp .hljs-title,
.clojure .hljs-built_in,
.nginx .hljs-title,
.tex .hljs-special {
  color: #EE9367; }

.hljs-string,
.hljs-value,
.hljs-formula,
.hljs-header,
.hljs-hexcolor,
.hljs-link_url,
.hljs-rules .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc {
  color: #E8B583; }

.hljs-attribute,
.hljs-tag,
.hljs-label,
.hljs-prompt,
.hljs-envvar,
.hljs-shebang,
.django .hljs-tag .hljs-keyword,
.hljs-localvars {
  color: #82B8E8; }

.hljs-variable,
.hljs-params,
.hljs-subst,
.hljs-id {
  color: #D7DCE3; }

.hljs-title,
.hljs-class .hljs-title,
.hljs-type,
.hljs-typename,
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-decorator,
.hljs-doctag {
  color: #E5C07B; }

.hljs-built_in,
.hljs-builtin-name,
.hljs-function .hljs-keyword {
  color: #6FC2CE; }

.hljs-symbol,
.hljs-special,
.hljs-attr_selector,
.hljs-important,
.hljs-cdata,
.hljs-regexp,
.hljs-collection {
  color: #C596DB; }

.hljs-deletion {
  color: #F08A8A; }

.hljs-addition {
  color: #8FD3A2; }
