/*
    Theme: GitHub Dark Dimmed
    Description: Dark dimmed theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Colors taken from GitHub's CSS
*/

.theme-github-dark-diamond .hljs {
  color: #adbac7;
  background: #22272e;
}
.theme-github-dark-diamond pre {
  background: #22272e;
}
.theme-github-dark-diamond .hljs-doctag,
.theme-github-dark-diamond .hljs-keyword,
.theme-github-dark-diamond .hljs-meta .hljs-keyword,
.theme-github-dark-diamond .hljs-template-tag,
.theme-github-dark-diamond .hljs-template-variable,
.theme-github-dark-diamond .hljs-type,
.theme-github-dark-diamond .hljs-variable.language_ {
  color: #f47067;
}

.theme-github-dark-diamond .hljs-title,
.theme-github-dark-diamond .hljs-title.class_,
.theme-github-dark-diamond .hljs-title.class_.inherited__,
.theme-github-dark-diamond .hljs-title.function_ {
  color: #dcbdfb;
}

.theme-github-dark-diamond .hljs-attr,
.theme-github-dark-diamond .hljs-attribute,
.theme-github-dark-diamond .hljs-literal,
.theme-github-dark-diamond .hljs-meta,
.theme-github-dark-diamond .hljs-number,
.theme-github-dark-diamond .hljs-operator,
.theme-github-dark-diamond .hljs-variable,
.theme-github-dark-diamond .hljs-selector-attr,
.theme-github-dark-diamond .hljs-selector-class,
.theme-github-dark-diamond .hljs-selector-id {
  color: #6cb6ff;
}

.theme-github-dark-diamond .hljs-regexp,
.theme-github-dark-diamond .hljs-string,
.theme-github-dark-diamond .hljs-meta .hljs-string {
  color: #96d0ff;
}

.theme-github-dark-diamond .hljs-built_in,
.theme-github-dark-diamond .hljs-symbol {
  color: #f69d50;
}

.theme-github-dark-diamond .hljs-comment,
.theme-github-dark-diamond .hljs-code,
.theme-github-dark-diamond .hljs-formula {
  color: #768390;
}

.theme-github-dark-diamond .hljs-name,
.theme-github-dark-diamond .hljs-quote,
.theme-github-dark-diamond .hljs-selector-tag,
.theme-github-dark-diamond .hljs-selector-pseudo {
  color: #8ddb8c;
}

.theme-github-dark-diamond .hljs-subst {
  color: #adbac7;
}

.theme-github-dark-diamond .hljs-section {
  color: #316dca;
  font-weight: bold;
}

.theme-github-dark-diamond .hljs-bullet {
  color: #eac55f;
}

.theme-github-dark-diamond .hljs-emphasis {
  color: #adbac7;
  font-style: italic;
}

.theme-github-dark-diamond .hljs-strong {
  color: #adbac7;
  font-weight: bold;
}

.theme-github-dark-diamond .hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721;
}

.theme-github-dark-diamond .hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b;
}

.theme-github-dark-diamond .hljs-char.escape_,
.theme-github-dark-diamond .hljs-link,
.theme-github-dark-diamond .hljs-params,
.theme-github-dark-diamond .hljs-property,
.theme-github-dark-diamond .hljs-punctuation,
.theme-github-dark-diamond .hljs-tag {
  /* purposely ignored */
}
