/* Minimal hljs theme tuned to the Rerius ember/GitHub-dark palette */
.hljs{ background:none; color:#dbe1e8; }
.hljs-comment, .hljs-quote{ color:#626d7c; font-style:italic; }
.hljs-keyword, .hljs-selector-tag, .hljs-literal, .hljs-subst{ color:#bc8cff; }
.hljs-number, .hljs-boolean{ color:#e3b341; }
.hljs-string, .hljs-doctag, .hljs-regexp{ color:#ffb88a; }
.hljs-title, .hljs-section, .hljs-name{ color:#58a6ff; }
.hljs-type, .hljs-class .hljs-title{ color:#3fb950; }
.hljs-function .hljs-title, .hljs-attr, .hljs-attribute{ color:#58a6ff; }
.hljs-symbol, .hljs-bullet, .hljs-built_in, .hljs-builtin-name{ color:#ff8700; }
.hljs-variable, .hljs-template-variable{ color:#e8eaed; }
.hljs-meta{ color:#626d7c; }
.hljs-tag{ color:#9aa4b2; }
.hljs-emphasis{ font-style:italic; }
.hljs-strong{ font-weight:700; }
.hljs-addition{ color:#3fb950; }
.hljs-deletion{ color:#ff2b1f; }
