/*

Gradient Dark theme

*/

.theme-github .hljs {
  background: #ffffff;
  color: #24292e;
}
.theme-github pre{
  background: #ffffff;
}

/*selection color*/
.theme-github .hljs::selection,
.theme-github .hljs span::selection {
  background: #ddd;
}

.theme-github .hljs::-moz-selection,
.theme-github .hljs span::-moz-selection {
  background: #ddd;
}

/*color: fg_red*/
.theme-github .hljs-doctag,
.theme-github .hljs-keyword,
.theme-github .hljs-meta .hljs-keyword,
.theme-github .hljs-template-tag,
.theme-github .hljs-template-variable,
.theme-github .hljs-type,
.theme-github .hljs-variable.language_ {
  color: #d73a49;
}

/*color: fg_purple*/
.theme-github .hljs-title,
.theme-github .hljs-title.class_,
.theme-github .hljs-title.class_.inherited__,
.theme-github .hljs-title.function_ {
  color: #6f42c1;
}

/*color: fg_blue*/
.theme-github .hljs-attr,
.theme-github .hljs-attribute,
.theme-github .hljs-literal,
.theme-github .hljs-meta,
.theme-github .hljs-number,
.theme-github .hljs-operator,
.theme-github .hljs-variable,
.theme-github .hljs-selector-attr,
.theme-github .hljs-selector-class,
.theme-github .hljs-selector-id {
  color: #005cc5;
}

/*color: fg_dark_blue*/
.theme-github .hljs-regexp,
.theme-github .hljs-string,
.theme-github .hljs-meta .hljs-string {
  color: #032f62;
}

/*color: fg_orange*/
.theme-github .hljs-built_in,
.theme-github .hljs-symbol {
  color: #e36209;
}

/*color: fg_gray*/
.theme-github .hljs-comment,
.theme-github .hljs-code,
.theme-github .hljs-formula {
  color: #6a737d;
}

/*color: fg_green*/
.theme-github .hljs-name,
.theme-github .hljs-quote,
.theme-github .hljs-selector-tag,
.theme-github .hljs-selector-pseudo {
  color: #22863a;
}

.theme-github .hljs-subst {
  color: #24292e;
}

.theme-github .hljs-section {
  color: #005cc5;
  font-weight: bold;
}

.theme-github .hljs-bullet {
  color: #735c0f;
}

.theme-github .hljs-emphasis {
  color: #24292e;
  font-style: italic;
}

.theme-github .hljs-strong {
  color: #24292e;
  font-weight: bold;
}

.theme-github .hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}

.theme-github .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}

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