/*

Qt Creator dark color scheme

*/


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

.hljs, .hljs-subst, .hljs-tag, .hljs-title {
  color: #aaa;
}

.hljs-strong, .hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet, .hljs-quote, .hljs-number, .hljs-regexp, .hljs-literal {
  color: #f5f;
}

.hljs-code
.hljs-selector-class {
  color: #aaf;
}

.hljs-emphasis, .hljs-stronge, .hljs-type {
  font-style: italic;
}

.hljs-keyword, .hljs-selector-tag, .hljs-function, .hljs-section, .hljs-symbol, .hljs-name {
  color: #ff5;
}

.hljs-attribute {
  color: #f55;
}

.hljs-variable, .hljs-params, .hljs-class .hljs-title {
  color: #88f;
}

.hljs-string, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-template-tag, .hljs-template-variable, .hljs-addition, .hljs-link {
  color: #f5f;
}

.hljs-comment, .hljs-meta, .hljs-deletion {
  color: #5ff;
}
