.qchat-wrapper pre code.hljs {
  display: block;
  padding: 1em;
  overflow-x: auto;
}
.qchat-wrapper code.hljs {
  padding: 3px 5px;
}

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

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.qchat-wrapper .hljs {
  color: #24292e;
  background: #fff;
}
.qchat-wrapper .hljs-doctag,
.qchat-wrapper .hljs-keyword,
.qchat-wrapper .hljs-meta .hljs-keyword,
.qchat-wrapper .hljs-template-tag,
.qchat-wrapper .hljs-template-variable,
.qchat-wrapper .hljs-type,
.qchat-wrapper .hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49;
}
.qchat-wrapper .hljs-title,
.qchat-wrapper .hljs-title.class_,
.qchat-wrapper .hljs-title.class_.inherited__,
.qchat-wrapper .hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1;
}
.qchat-wrapper .hljs-attr,
.qchat-wrapper .hljs-attribute,
.qchat-wrapper .hljs-literal,
.qchat-wrapper .hljs-meta,
.qchat-wrapper .hljs-number,
.qchat-wrapper .hljs-operator,
.qchat-wrapper .hljs-variable,
.qchat-wrapper .hljs-selector-attr,
.qchat-wrapper .hljs-selector-class,
.qchat-wrapper .hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5;
}
.qchat-wrapper .hljs-regexp,
.qchat-wrapper .hljs-string,
.qchat-wrapper .hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62;
}
.qchat-wrapper .hljs-built_in,
.qchat-wrapper .hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209;
}
.qchat-wrapper .hljs-comment,
.qchat-wrapper .hljs-code,
.qchat-wrapper .hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d;
}
.qchat-wrapper .hljs-name,
.qchat-wrapper .hljs-quote,
.qchat-wrapper .hljs-selector-tag,
.qchat-wrapper .hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a;
}
.qchat-wrapper .hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e;
}
.qchat-wrapper .hljs-section {
  font-weight: bold;

  /* prettylights-syntax-markup-heading */
  color: #005cc5;
}
.qchat-wrapper .hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f;
}
.qchat-wrapper .hljs-emphasis {
  font-style: italic;

  /* prettylights-syntax-markup-italic */
  color: #24292e;
}
.qchat-wrapper .hljs-strong {
  font-weight: bold;

  /* prettylights-syntax-markup-bold */
  color: #24292e;
}
.qchat-wrapper .hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4;
}
.qchat-wrapper .hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0;
}
.qchat-wrapper .hljs-char.escape_,
.qchat-wrapper .hljs-link,
.qchat-wrapper .hljs-params,
.qchat-wrapper .hljs-property,
.qchat-wrapper .hljs-punctuation,
.qchat-wrapper .hljs-tag {
  /* purposely ignored */
}

/*
dark mode===========================================================================
*/

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

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/
.qchat-wrapper .qc-code-block .hljs {
  color: #c9d1d9;
  background: #0d1117;
}
.qchat-wrapper .qc-code-block .hljs-doctag,
.qchat-wrapper .qc-code-block .hljs-keyword,
.qchat-wrapper .qc-code-block .hljs-meta .hljs-keyword,
.qchat-wrapper .qc-code-block .hljs-template-tag,
.qchat-wrapper .qc-code-block .hljs-template-variable,
.qchat-wrapper .qc-code-block .hljs-type,
.qchat-wrapper .qc-code-block .hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #ff7b72;
}
.qchat-wrapper .qc-code-block .hljs-title,
.qchat-wrapper .qc-code-block .hljs-title.class_,
.qchat-wrapper .qc-code-block .hljs-title.class_.inherited__,
.qchat-wrapper .qc-code-block .hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #d2a8ff;
}
.qchat-wrapper .qc-code-block .hljs-attr,
.qchat-wrapper .qc-code-block .hljs-attribute,
.qchat-wrapper .qc-code-block .hljs-literal,
.qchat-wrapper .qc-code-block .hljs-meta,
.qchat-wrapper .qc-code-block .hljs-number,
.qchat-wrapper .qc-code-block .hljs-operator,
.qchat-wrapper .qc-code-block .hljs-variable,
.qchat-wrapper .qc-code-block .hljs-selector-attr,
.qchat-wrapper .qc-code-block .hljs-selector-class,
.qchat-wrapper .qc-code-block .hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #79c0ff;
}
.qchat-wrapper .qc-code-block .hljs-regexp,
.qchat-wrapper .qc-code-block .hljs-string,
.qchat-wrapper .qc-code-block .hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #a5d6ff;
}
.qchat-wrapper .qc-code-block .hljs-built_in,
.qchat-wrapper .qc-code-block .hljs-symbol {
  /* prettylights-syntax-variable */
  color: #ffa657;
}
.qchat-wrapper .qc-code-block .hljs-comment,
.qchat-wrapper .qc-code-block .hljs-code,
.qchat-wrapper .qc-code-block .hljs-formula {
  /* prettylights-syntax-comment */
  color: #8b949e;
}
.qchat-wrapper .qc-code-block .hljs-name,
.qchat-wrapper .qc-code-block .hljs-quote,
.qchat-wrapper .qc-code-block .hljs-selector-tag,
.qchat-wrapper .qc-code-block .hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #7ee787;
}
.qchat-wrapper .qc-code-block .hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #c9d1d9;
}
.qchat-wrapper .qc-code-block .hljs-section {
  font-weight: bold;

  /* prettylights-syntax-markup-heading */
  color: #1f6feb;
}
.qchat-wrapper .qc-code-block .hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #f2cc60;
}
.qchat-wrapper .qc-code-block .hljs-emphasis {
  font-style: italic;

  /* prettylights-syntax-markup-italic */
  color: #c9d1d9;
}
.qchat-wrapper .qc-code-block .hljs-strong {
  font-weight: bold;

  /* prettylights-syntax-markup-bold */
  color: #c9d1d9;
}
.qchat-wrapper .qc-code-block .hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #aff5b4;
  background-color: #033a16;
}
.qchat-wrapper .qc-code-block .hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #ffdcd7;
  background-color: #67060c;
}
.qchat-wrapper .qc-code-block .hljs-char.escape_,
.qchat-wrapper .qc-code-block .hljs-link,
.qchat-wrapper .qc-code-block .hljs-params,
.qchat-wrapper .qc-code-block .hljs-property,
.qchat-wrapper .qc-code-block .hljs-punctuation,
.qchat-wrapper .qc-code-block .hljs-tag {
  /* purposely ignored */
}
