/* https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html */
.light.hljs {
  color: #4c4f69;
  background: #eff1f5;
}

.light .hljs-keyword {
  color: #8839ef;
}

.light .hljs-built_in {
  color: #d20f39;
}

.light .hljs-type {
  color: #df8e1d;
}

.light .hljs-literal {
  color: #fe640b;
}

.light .hljs-number {
  color: #fe640b;
}

.light .hljs-operator {
  color: #04a5e5;
}

.light .hljs-punctuation {
  color: #5c5f77;
}

.light .hljs-property {
  color: #179299;
}

.light .hljs-regexp {
  color: #ea76cb;
}

.light .hljs-string {
  color: #40a02b;
}

.light .hljs-char.escape_ {
  color: #40a02b;
}

.light .hljs-subst {
  color: #6c6f85;
}

.light .hljs-symbol {
  color: #dd7878;
}

.light .hljs-variable {
  color: #8839ef;
}

.light .hljs-variable.language_ {
  color: #8839ef;
}

.light .hljs-variable.constant_ {
  color: #fe640b;
}

.light .hljs-title {
  color: #658ad5;
}

.light .hljs-title.class_ {
  color: #df8e1d;
}

.light .hljs-title.function_ {
  color: #658ad5;
}

.light .hljs-params {
  color: #4c4f69;
}

.light .hljs-comment {
  color: #7c7f93;
}

.light .hljs-doctag {
  color: #d20f39;
}

.light .hljs-meta {
  color: #fe640b;
}

.light .hljs-section {
  color: #658ad5;
}

.light .hljs-tag {
  color: #179299;
}

.light .hljs-name {
  color: #8839ef;
}

.light .hljs-attr {
  color: #658ad5;
}

.light .hljs-attribute {
  color: #40a02b;
}

.light .hljs-bullet {
  color: #179299;
}

.light .hljs-code {
  color: #40a02b;
}

.light .hljs-emphasis {
  color: #d20f39;
  font-style: italic;
}

.light .hljs-strong {
  color: #d20f39;
  font-weight: bold;
}

.light .hljs-formula {
  color: #179299;
}

.light .hljs-link {
  color: #209fb5;
  font-style: italic;
}

.light .hljs-quote {
  color: #40a02b;
  font-style: italic;
}

.light .hljs-selector-tag {
  color: #df8e1d;
}

.light .hljs-selector-id {
  color: #658ad5;
}

.light .hljs-selector-class {
  color: #179299;
}

.light .hljs-selector-attr {
  color: #8839ef;
}

.light .hljs-selector-pseudo {
  color: #179299;
}

.light .hljs-template-tag {
  color: #dd7878;
}

.light .hljs-template-variable {
  color: #dd7878;
}

.light .hljs-addition {
  color: #40a02b;
  background: rgba(64, 160, 43, 0.15);
}

.light .hljs-deletion {
  color: #d20f39;
  background: rgba(210, 15, 57, 0.15);
}

.light :is(h1, h2, h3, h4, h5, h6) a code {
  color: #4c4f69;
}

.light a code {
  color: #658ad5;
}

.light code {
  color: #4c4f69;
  background: #d9d9d9;
}

.light blockquote blockquote {
  border-top: 0.1em solid #acb0be;
  border-bottom: 0.1em solid #acb0be;
}

.light hr {
  border-color: #acb0be;
  border-style: solid;
}

.light del {
  color: #7c7f93;
}

.light .ace_gutter {
  color: #8c8fa1;
  background: #e6e9ef;
}

.light .ace_gutter-active-line.ace_gutter-cell {
  color: #ea76cb;
  background: #e6e9ef;
}

.light .tooltiptext {
  background: #e6e9ef;
  color: #4c4f69;
}

.dark.hljs {
  color: #c6d0f5;
  background: #303446;
}

.dark .hljs-keyword {
  color: #ca9ee6;
}

.dark .hljs-built_in {
  color: #e78284;
}

.dark .hljs-type {
  color: #e5c890;
}

.dark .hljs-literal {
  color: #ef9f76;
}

.dark .hljs-number {
  color: #ef9f76;
}

.dark .hljs-operator {
  color: #99d1db;
}

.dark .hljs-punctuation {
  color: #b5bfe2;
}

.dark .hljs-property {
  color: #81c8be;
}

.dark .hljs-regexp {
  color: #f4b8e4;
}

.dark .hljs-string {
  color: #a6d189;
}

.dark .hljs-char.escape_ {
  color: #a6d189;
}

.dark .hljs-subst {
  color: #a5adce;
}

.dark .hljs-symbol {
  color: #eebebe;
}

.dark .hljs-variable {
  color: #ca9ee6;
}

.dark .hljs-variable.language_ {
  color: #ca9ee6;
}

.dark .hljs-variable.constant_ {
  color: #ef9f76;
}

.dark .hljs-title {
  color: #7bafda;
}

.dark .hljs-title.class_ {
  color: #e5c890;
}

.dark .hljs-title.function_ {
  color: #7bafda;
}

.dark .hljs-params {
  color: #c6d0f5;
}

.dark .hljs-comment {
  color: #949cbb;
}

.dark .hljs-doctag {
  color: #e78284;
}

.dark .hljs-meta {
  color: #ef9f76;
}

.dark .hljs-section {
  color: #7bafda;
}

.dark .hljs-tag {
  color: #81c8be;
}

.dark .hljs-name {
  color: #ca9ee6;
}

.dark .hljs-attr {
  color: #7bafda;
}

.dark .hljs-attribute {
  color: #a6d189;
}

.dark .hljs-bullet {
  color: #81c8be;
}

.dark .hljs-code {
  color: #a6d189;
}

.dark .hljs-emphasis {
  color: #e78284;
  font-style: italic;
}

.dark .hljs-strong {
  color: #e78284;
  font-weight: bold;
}

.dark .hljs-formula {
  color: #81c8be;
}

.dark .hljs-link {
  color: #85c1dc;
  font-style: italic;
}

.dark .hljs-quote {
  color: #a6d189;
  font-style: italic;
}

.dark .hljs-selector-tag {
  color: #e5c890;
}

.dark .hljs-selector-id {
  color: #7bafda;
}

.dark .hljs-selector-class {
  color: #81c8be;
}

.dark .hljs-selector-attr {
  color: #ca9ee6;
}

.dark .hljs-selector-pseudo {
  color: #81c8be;
}

.dark .hljs-template-tag {
  color: #eebebe;
}

.dark .hljs-template-variable {
  color: #eebebe;
}

.dark .hljs-addition {
  color: #a6d189;
  background: rgba(166, 209, 137, 0.15);
}

.dark .hljs-deletion {
  color: #e78284;
  background: rgba(231, 130, 132, 0.15);
}

.dark :is(h1, h2, h3, h4, h5, h6) a code {
  color: #c6d0f5;
}

.dark a code {
  color: #7bafda;
}

.dark code {
  color: #c6d0f5;
  background: #292929;
}

.dark blockquote blockquote {
  border-top: 0.1em solid #626880;
  border-bottom: 0.1em solid #626880;
}

.dark hr {
  border-color: #626880;
  border-style: solid;
}

.dark del {
  color: #949cbb;
}

.dark .ace_gutter {
  color: #838ba7;
  background: #292929;
}

.dark .ace_gutter-active-line.ace_gutter-cell {
  color: #f4b8e4;
  background: #292929;
}

.dark .tooltiptext {
  background: #292929;
  color: #c6d0f5;
}

.light {
  --bg: #eff1f5;
  --fg: #4c4f69;
  --sidebar-bg: #e6e9ef;
  --sidebar-fg: #4c4f69;
  --sidebar-non-existant: #9ca0b0;
  --sidebar-active: #658ad5;
  --sidebar-spacer: #9ca0b0;
  --scrollbar: #9ca0b0;
  --icons: #9ca0b0;
  --icons-hover: #7c7f93;
  --links: #658ad5;
  --inline-code-color: #ac2424;
  --theme-popup-bg: #e6e9ef;
  --theme-popup-border: #9ca0b0;
  --theme-hover: #ccd0da;
  --quote-bg: #e6e9ef;
  --quote-border: #dce0e8;
  --table-border-color: #ccd0da;
  --table-header-bg: #e6e9ef;
  --table-alternate-bg: #e6e9ef;
  --searchbar-border-color: #ccd0da;
  --searchbar-bg: #e6e9ef;
  --searchbar-fg: #4c4f69;
  --searchbar-shadow-color: #dce0e8;
  --searchresults-header-fg: #4c4f69;
  --searchresults-border-color: #ccd0da;
  --searchresults-li-bg: #eff1f5;
  --search-mark-bg: #fe640b;
  --warning-border: #fe640b;
  --color-scheme: light;
  --copy-button-filter: brightness(0) saturate(100%) invert(47%) sepia(6%) saturate(1263%) hue-rotate(195deg) brightness(90%) contrast(81%);
  --copy-button-filter-hover: brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1850%) hue-rotate(209deg) brightness(94%) contrast(105%);
  --blockquote-note-color: #74b9ff;
  --blockquote-tip-color: #09ca09;
  --blockquote-important-color: #d3abff;
  --blockquote-warning-color: #f0b72f;
  --blockquote-caution-color: #f21424;
}

.dark {
  --bg: #333333;
  --fg: #cccccc;
  --sidebar-bg: #232423;
  --sidebar-fg: #cccccc;
  --sidebar-non-existant: #737994;
  --sidebar-active: #7bafda;
  --sidebar-spacer: #737994;
  --scrollbar: #737994;
  --icons: #737994;
  --icons-hover: #949cbb;
  --links: #7bafda;
  --inline-code-color: #f0c286;
  --theme-popup-bg: #292929;
  --theme-popup-border: #737994;
  --theme-hover: #646464;
  --quote-bg: #292929;
  --quote-border: #232634;
  --table-border-color: #414559;
  --table-header-bg: #292929;
  --table-alternate-bg: #292929;
  --searchbar-border-color: #414559;
  --searchbar-bg: #232423;
  --searchbar-fg: #cccccc;
  --searchbar-shadow-color: #232634;
  --searchresults-header-fg: #cccccc;
  --searchresults-border-color: #414559;
  --searchresults-li-bg: #303446;
  --search-mark-bg: #ef9f76;
  --warning-border: #ef9f76;
  --color-scheme: dark;
  --copy-button-filter: brightness(0) saturate(100%) invert(82%) sepia(6%) saturate(1287%) hue-rotate(192deg) brightness(86%) contrast(85%);
  --copy-button-filter-hover: brightness(0) saturate(100%) invert(68%) sepia(16%) saturate(1070%) hue-rotate(185deg) brightness(96%) contrast(95%);
  --blockquote-note-color: #74b9ff;
  --blockquote-tip-color: #09ca09;
  --blockquote-important-color: #d3abff;
  --blockquote-warning-color: #f0b72f;
  --blockquote-caution-color: #f21424;
}