/*
 * Unified Syntax Highlighting for Light/Dark Mode
 * Combines giallo-light and giallo-dark with data-theme scoping
 * Falls back to prefers-color-scheme for initial load
 */

/* ============================================
   FALLBACK: System Preference (no JS/no saved theme)
   ============================================ */

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .z-code {
    color: #4C4F69;
    background-color: #EFF1F5;
  }
  :root:not([data-theme]) .z-hl {
    background-color: #4C4F6912;
  }
  :root:not([data-theme]) .giallo-ln {
    color: #8C8FA1;
  }
  :root:not([data-theme]) .z-text { color: #4C4F69; }
  :root:not([data-theme]) .z-source { color: #4C4F69; }
  :root:not([data-theme]) .z-punctuation { color: #7C7F93; }
  :root:not([data-theme]) .z-comment { color: #7C7F93; font-style: italic; }
  :root:not([data-theme]) .z-string { color: #40A02B; }
  :root:not([data-theme]) .z-keyword { color: #8839EF; }
  :root:not([data-theme]) .z-variable { color: #4C4F69; }
  :root:not([data-theme]) .z-constant { color: #FE640B; }
  :root:not([data-theme]) .z-constant.z-numeric { color: #FE640B; }
  :root:not([data-theme]) .z-storage.z-type { color: #8839EF; }
  :root:not([data-theme]) .z-storage.z-modifier { color: #8839EF; }
  :root:not([data-theme]) .z-support.z-function { color: #1E66F5; font-style: italic; }
  :root:not([data-theme]) .z-support.z-class { color: #DF8E1D; font-style: italic; }
  :root:not([data-theme]) .z-support.z-type { color: #DF8E1D; font-style: italic; }
  :root:not([data-theme]) .z-meta.z-decorator { color: #FE640B; }
  :root:not([data-theme]) .z-markup.z-bold { color: #D20F39; font-weight: bold; }
  :root:not([data-theme]) .z-markup.z-italic { color: #D20F39; font-style: italic; }
  :root:not([data-theme]) .z-markup.z-strikethrough { color: #6C6F85; text-decoration: line-through; }
  :root:not([data-theme]) .z-markup.z-link { color: #7287FD; }
  :root:not([data-theme]) .z-markup.z-quote { color: #EA76CB; }
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .z-code {
    color: #EEF0F9;
    background-color: #262626;
  }
  :root:not([data-theme]) .z-hl {
    background-color: #393939;
  }
  :root:not([data-theme]) .giallo-ln {
    color: #545864;
  }
  :root:not([data-theme]) .z-keyword { color: #54B9FF; }
  :root:not([data-theme]) .z-variable { color: #4BF3C8; }
  :root:not([data-theme]) .z-storage { color: #54B9FF; }
  :root:not([data-theme]) .z-string { color: #FFD493; }
  :root:not([data-theme]) .z-constant { color: #FFD493; }
  :root:not([data-theme]) .z-comment { color: #EEF0F98F; font-style: italic; }
  :root:not([data-theme]) .z-punctuation { color: #4BF3C8; }
  :root:not([data-theme]) .z-support.z-function { color: #E0F6FF; }
  :root:not([data-theme]) .z-support.z-type { color: #FFD493; }
  :root:not([data-theme]) .z-markup.z-bold { color: #54B9FF; font-weight: bold; }
  :root:not([data-theme]) .z-markup.z-italic { color: #54B9FF; font-style: italic; }
  :root:not([data-theme]) .z-markup.z-strikethrough { text-decoration: line-through; }
  :root:not([data-theme]) .z-markup.z-link { color: #FFD493; text-decoration: underline; }
  :root:not([data-theme]) .z-markup.z-quote { color: #FFD493; }
}

/*
 * theme "catppuccin-latte" generated by giallo
 */

[data-theme="light"] .z-code {
  color: #4C4F69;
  background-color: #EFF1F5;
}

[data-theme="light"] .z-hl {
  background-color: #4C4F6912;
}

[data-theme="light"] .giallo-ln {
  color: #8C8FA1;
}

[data-theme="light"] .z-text { color: #4C4F69; }
[data-theme="light"] .z-source { color: #4C4F69; }
[data-theme="light"] .z-punctuation { color: #7C7F93;  }
[data-theme="light"] .z-comment { color: #7C7F93; font-style: italic; }
[data-theme="light"] .z-string { color: #40A02B; }
[data-theme="light"] .z-keyword { color: #8839EF;  }
[data-theme="light"] .z-variable { color: #4C4F69; }
[data-theme="light"] .z-variable { color: #4C4F69; }
[data-theme="light"] .z-punctuation { color: #D20F39; }
[data-theme="light"] .z-punctuation { color: #D20F39; }
[data-theme="light"] .z-punctuation { color: #D20F39; }
[data-theme="light"] .z-punctuation { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-variable { color: #E64553; }
[data-theme="light"] .z-variable { color: #1E66F5; }
[data-theme="light"] .z-punctuation { color: #D20F39; }
[data-theme="light"] .z-constant.z-numeric { color: #FE640B; }
[data-theme="light"] .z-storage.z-type { color: #8839EF;  }
[data-theme="light"] .z-storage.z-modifier { color: #8839EF;  }
[data-theme="light"] .z-keyword.z-operator { color: #179299; }
[data-theme="light"] .z-punctuation.z-accessor { color: #179299; }
[data-theme="light"] .z-support.z-function { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-variable.z-function { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-support.z-class { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-meta.z-type { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-meta.z-type-alias { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-support.z-type { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-meta.z-decorator { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-decorator { color: #FE640B; }
[data-theme="light"] .z-variable.z-parameter { color: #E64553; font-style: italic; }
[data-theme="light"] .z-constant.z-language { color: #D20F39; }
[data-theme="light"] .z-variable.z-graphql { color: #4C4F69; }
[data-theme="light"] .z-markup.z-bold { color: #D20F39; font-weight: bold; }
[data-theme="light"] .z-markup.z-italic { color: #D20F39; font-style: italic; }
[data-theme="light"] .z-markup.z-strikethrough { color: #6C6F85; text-decoration: line-through; }
[data-theme="light"] .z-markup.z-link { color: #7287FD; }
[data-theme="light"] .z-markup.z-quote { color: #EA76CB; }
[data-theme="light"] .z-variable.z-function { color: #FE640B; }
[data-theme="light"] .z-meta.z-attribute-selector { color: #40A02B; }
[data-theme="light"] .z-variable.z-other { color: #E64553;  }
[data-theme="light"] .z-variable.z-lua { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-definition { color: #7C7F93; }
[data-theme="light"] .z-support.z-asciidoc { color: #7C7F93; }
[data-theme="light"] .z-support.z-function { color: #04A5E5; }
[data-theme="light"] .z-constant.z-language { color: #179299; font-style: italic; }
[data-theme="light"] .z-variable.z-other.z-readwrite { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-definition.z-variable { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-definition.z-comment { color: #7C7F93; font-style: italic; }
[data-theme="light"] .z-punctuation.z-definition.z-string { color: #40A02B; }
[data-theme="light"] .z-constant.z-character.z-escape { color: #EA76CB; }
[data-theme="light"] .z-variable.z-other.z-constant { color: #FE640B; }
[data-theme="light"] .z-entity.z-name.z-constant { color: #FE640B; }
[data-theme="light"] .z-constant.z-language.z-boolean { color: #FE640B; }
[data-theme="light"] .z-constant.z-language.z-false { color: #FE640B; }
[data-theme="light"] .z-constant.z-language.z-true { color: #FE640B; }
[data-theme="light"] .z-keyword.z-operator.z-word { color: #8839EF;  }
[data-theme="light"] .z-keyword.z-operator.z-new { color: #8839EF;  }
[data-theme="light"] .z-variable.z-language.z-super { color: #8839EF;  }
[data-theme="light"] .z-support.z-type.z-primitive { color: #8839EF;  }
[data-theme="light"] .z-punctuation.z-definition.z-keyword { color: #8839EF;  }
[data-theme="light"] .z-punctuation.z-definition.z-generic { color: #179299; }
[data-theme="light"] .z-punctuation.z-definition.z-tag { color: #179299; }
[data-theme="light"] .z-punctuation.z-separator.z-key-value { color: #179299; }
[data-theme="light"] .z-entity.z-name.z-function { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-meta.z-function-call.z-method { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-support.z-function.z-misc { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-entity.z-name.z-class { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-entity.z-other.z-inherited-class { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-meta.z-function-call.z-constructor { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-entity.z-name.z-struct { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-entity.z-name.z-enum { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-variable.z-other.z-enummember { color: #179299; }
[data-theme="light"] .z-meta.z-property.z-object { color: #179299; }
[data-theme="light"] .z-entity.z-name.z-type { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-meta.z-function.z-parameters { color: #E64553; font-style: italic; }
[data-theme="light"] .z-support.z-function.z-builtin { color: #D20F39; }
[data-theme="light"] .z-keyword.z-control.z-directive { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-definition.z-directive { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-definition.z-typeparameters { color: #04A5E5; }
[data-theme="light"] .z-entity.z-name.z-namespace { color: #DF8E1D; }
[data-theme="light"] .z-variable.z-language.z-this { color: #D20F39; }
[data-theme="light"] .z-variable.z-object.z-property { color: #4C4F69; }
[data-theme="light"] .z-keyword.z-operator.z-new { font-weight: bold; }
[data-theme="light"] .z-meta.z-interpolation.z-cs { color: #4C4F69; }
[data-theme="light"] .z-constant.z-language.z-json { color: #FE640B; }
[data-theme="light"] .z-constant.z-language.z-yaml { color: #FE640B; }
[data-theme="light"] .z-markup.z-changed.z-diff { color: #FE640B; }
[data-theme="light"] .z-markup.z-inserted.z-diff { color: #40A02B; }
[data-theme="light"] .z-markup.z-deleted.z-diff { color: #D20F39; }
[data-theme="light"] .z-variable.z-other.z-env { color: #1E66F5; }
[data-theme="light"] .z-constant.z-language.z-gdscript { color: #FE640B; }
[data-theme="light"] .z-constant.z-language.z-go { color: #FE640B; }
[data-theme="light"] .z-keyword.z-other.z-doctype { color: #8839EF; }
[data-theme="light"] .z-entity.z-name.z-tag { color: #1E66F5;  }
[data-theme="light"] .z-entity.z-other.z-attribute-name { color: #DF8E1D; }
[data-theme="light"] .z-support.z-class.z-component { color: #EA76CB;  }
[data-theme="light"] .z-punctuation.z-definition.z-annotation { color: #FE640B; }
[data-theme="light"] .z-storage.z-type.z-annotation { color: #FE640B; }
[data-theme="light"] .z-variable.z-other.z-jsdoc { color: #E64553;  }
[data-theme="light"] .z-support.z-constant.z-node { color: #8839EF; }
[data-theme="light"] .z-storage.z-modifier.z-implements { color: #8839EF; }
[data-theme="light"] .z-variable.z-parameter.z-generic { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-decorator.z-ts { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-constant.z-language.z-julia { color: #FE640B; }
[data-theme="light"] .z-variable.z-language.z-liquid { color: #EA76CB; }
[data-theme="light"] .z-heading.z-\31 .z-markdown { color: #D20F39; }
[data-theme="light"] .z-heading.z-\31 .z-quarto { color: #D20F39; }
[data-theme="light"] .z-heading.z-\32 .z-markdown { color: #FE640B; }
[data-theme="light"] .z-heading.z-\32 .z-quarto { color: #FE640B; }
[data-theme="light"] .z-heading.z-\33 .z-markdown { color: #DF8E1D; }
[data-theme="light"] .z-heading.z-\33 .z-quarto { color: #DF8E1D; }
[data-theme="light"] .z-heading.z-\34 .z-markdown { color: #40A02B; }
[data-theme="light"] .z-heading.z-\34 .z-quarto { color: #40A02B; }
[data-theme="light"] .z-heading.z-\35 .z-markdown { color: #209FB5; }
[data-theme="light"] .z-heading.z-\35 .z-quarto { color: #209FB5; }
[data-theme="light"] .z-heading.z-\36 .z-markdown { color: #7287FD; }
[data-theme="light"] .z-heading.z-\36 .z-quarto { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-link { color: #1E66F5; }
[data-theme="light"] .z-markup.z-underline.z-link { color: #1E66F5; }
[data-theme="light"] .z-markup.z-substitution.z-attribute-reference { color: #7287FD; }
[data-theme="light"] .z-fenced_code.z-block.z-language { color: #04A5E5; }
[data-theme="light"] .z-meta.z-separator.z-markdown { color: #179299; }
[data-theme="light"] .z-markup.z-list.z-bullet { color: #179299; }
[data-theme="light"] .z-markup.z-heading.z-quarto { font-weight: bold; }
[data-theme="light"] .z-support.z-attribute.z-builtin { color: #DF8E1D; }
[data-theme="light"] .z-meta.z-attribute.z-php { color: #DF8E1D; }
[data-theme="light"] .z-constant.z-language.z-php { color: #8839EF; }
[data-theme="light"] .z-meta.z-function-call.z-python { color: #1E66F5; }
[data-theme="light"] .z-support.z-type.z-python { color: #8839EF; }
[data-theme="light"] .z-constant.z-language.z-python { color: #FE640B; }
[data-theme="light"] .z-meta.z-indexed-name.z-python { color: #E64553; font-style: italic; }
[data-theme="light"] .z-meta.z-item-access.z-python { color: #E64553; font-style: italic; }
[data-theme="light"] .z-meta.z-function-call.z-r { color: #1E66F5; }
[data-theme="light"] .z-string.z-regexp.z-ts { color: #4C4F69; }
[data-theme="light"] .z-meta.z-annotation.z-rust { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-meta.z-attribute.z-rust { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-storage.z-modifier.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-rust { color: #8839EF;  }
[data-theme="light"] .z-meta.z-generic.z-rust { color: #FE640B; }
[data-theme="light"] .z-support.z-macro.z-rust { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-comment.z-line.z-shebang { color: #EA76CB; font-style: italic; }
[data-theme="light"] .z-comment.z-line.z-shebang { color: #EA76CB; font-style: italic; }
[data-theme="light"] .z-meta.z-shebang.z-shell { color: #EA76CB; font-style: italic; }
[data-theme="light"] .z-markup.z-heading.z-typst { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-section.z-parameters { color: #179299; }
[data-theme="light"] .z-variable.z-other.z-readwrite { color: #179299; }
[data-theme="light"] .z-variable.z-annotation.z-function { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-definition.z-annotation { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-definition.z-variable { color: #D20F39; }
[data-theme="light"] .z-constant.z-other.z-unicode-range { color: #FE640B; }
[data-theme="light"] .z-variable.z-parameter.z-url { color: #40A02B;  }
[data-theme="light"] .z-variable.z-other.z-less { color: #1E66F5; }
[data-theme="light"] .z-variable.z-other.z-env { color: #4C4F69; }
[data-theme="light"] .z-meta.z-annotation.z-go { color: #E64553; }
[data-theme="light"] .z-punctuation.z-definition.z-tag { color: #8839EF; }
[data-theme="light"] .z-entity.z-name.z-tag { color: #8839EF; }
[data-theme="light"] .z-punctuation.z-definition.z-tag { color: #8839EF; }
[data-theme="light"] .z-constant.z-character.z-entity { color: #D20F39; }
[data-theme="light"] .z-keyword.z-control.z-preamble { color: #179299; }
[data-theme="light"] .z-support.z-function.z-be { color: #04A5E5; }
[data-theme="light"] .z-support.z-function.z-rust { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-variable.z-other.z-rust { color: #E64553; }
[data-theme="light"] .z-variable.z-other.z-rust { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-definition.z-comment { color: #EA76CB; font-style: italic; }
[data-theme="light"] .z-punctuation.z-section.z-interpolation { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-section.z-interpolation { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-section.z-interpolation { color: #179299; }
[data-theme="light"] .z-variable.z-other.z-less { color: #E64553; }
[data-theme="light"] .z-string.z-unquoted.z-graphql { color: #DD7878; }
[data-theme="light"] .z-storage.z-type.z-rust { color: #4C4F69; }
[data-theme="light"] .z-variable.z-other.z-readwrite { color: #FE640B; font-style: italic; }
[data-theme="light"] .z-keyword.z-other.z-unit.z-user-defined { color: #FE640B; }
[data-theme="light"] .z-entity.z-name.z-tag.z-documentation { color: #8839EF; }
[data-theme="light"] .z-entity.z-other.z-attribute-name.z-documentation { color: #D20F39; }
[data-theme="light"] .z-support.z-type.z-property-name.z-css { color: #1E66F5;  }
[data-theme="light"] .z-support.z-type.z-property-name.z-less { color: #1E66F5;  }
[data-theme="light"] .z-entity.z-name.z-scope-resolution.z-cpp { color: #DF8E1D; }
[data-theme="light"] .z-storage.z-type.z-class.z-doxygen {  }
[data-theme="light"] .z-storage.z-modifier.z-reference.z-cpp { color: #179299; }
[data-theme="light"] .z-comment.z-block.z-documentation.z-cs { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-separator.z-operator.z-css { color: #179299; }
[data-theme="light"] .z-support.z-type.z-vendored.z-property-name { color: #04A5E5; }
[data-theme="light"] .z-meta.z-definition.z-variable.z-scss { color: #E64553; }
[data-theme="light"] .z-keyword.z-other.z-definition.z-ini { color: #1E66F5;  }
[data-theme="light"] .z-support.z-type.z-property-name.z-json { color: #1E66F5;  }
[data-theme="light"] .z-support.z-type.z-property-name.z-toml { color: #1E66F5;  }
[data-theme="light"] .z-entity.z-name.z-tag.z-yaml { color: #1E66F5;  }
[data-theme="light"] .z-support.z-type.z-property-name.z-yaml { color: #1E66F5;  }
[data-theme="light"] .z-variable.z-other.z-alias.z-yaml { color: #DF8E1D;  }
[data-theme="light"] .z-support.z-type.z-property-name.z-table { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-definition.z-anchor.z-yaml { color: #EA76CB; }
[data-theme="light"] .z-punctuation.z-definition.z-alias.z-yaml { color: #EA76CB; }
[data-theme="light"] .z-meta.z-diff.z-header.z-from-file { color: #1E66F5; }
[data-theme="light"] .z-meta.z-diff.z-header.z-to-file { color: #1E66F5; }
[data-theme="light"] .z-punctuation.z-definition.z-from-file.z-diff { color: #1E66F5; }
[data-theme="light"] .z-punctuation.z-definition.z-to-file.z-diff { color: #1E66F5; }
[data-theme="light"] .z-support.z-function.z-builtin.z-gdscript { color: #1E66F5; }
[data-theme="light"] .z-string.z-unquoted.z-alias.z-graphql { color: #DD7878; }
[data-theme="light"] .z-constant.z-character.z-enum.z-graphql { color: #179299; }
[data-theme="light"] .z-constant.z-character.z-entity.z-xml { color: #D20F39; }
[data-theme="light"] .z-constant.z-character.z-entity.z-tsx { color: #D20F39; }
[data-theme="light"] .z-support.z-class.z-component.z-jsx { color: #EA76CB;  }
[data-theme="light"] .z-support.z-class.z-component.z-tsx { color: #EA76CB;  }
[data-theme="light"] .z-support.z-class.z-component.z-vue { color: #EA76CB;  }
[data-theme="light"] .z-constant.z-other.z-enum.z-java { color: #179299; }
[data-theme="light"] .z-storage.z-modifier.z-import.z-java { color: #4C4F69; }
[data-theme="light"] .z-variable.z-other.z-constant.z-js { color: #4C4F69; }
[data-theme="light"] .z-variable.z-other.z-constant.z-ts { color: #4C4F69; }
[data-theme="light"] .z-variable.z-other.z-property.z-js { color: #4C4F69; }
[data-theme="light"] .z-variable.z-other.z-property.z-ts { color: #4C4F69; }
[data-theme="light"] .z-storage.z-type.z-class.z-jsdoc {  }
[data-theme="light"] .z-constant.z-language.z-null.z-js { color: #8839EF; }
[data-theme="light"] .z-constant.z-language.z-null.z-ts { color: #8839EF; }
[data-theme="light"] .z-constant.z-language.z-undefined.z-js { color: #8839EF; }
[data-theme="light"] .z-constant.z-language.z-undefined.z-ts { color: #8839EF; }
[data-theme="light"] .z-support.z-type.z-builtin.z-ts { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-is { color: #8839EF; }
[data-theme="light"] .z-support.z-function.z-macro.z-julia { color: #179299; font-style: italic; }
[data-theme="light"] .z-constant.z-other.z-symbol.z-julia { color: #E64553; }
[data-theme="light"] .z-markup.z-heading.z-heading-0.z-asciidoc { color: #D20F39; }
[data-theme="light"] .z-markup.z-heading.z-heading-1.z-asciidoc { color: #FE640B; }
[data-theme="light"] .z-markup.z-heading.z-heading-2.z-asciidoc { color: #DF8E1D; }
[data-theme="light"] .z-markup.z-heading.z-heading-3.z-asciidoc { color: #40A02B; }
[data-theme="light"] .z-markup.z-heading.z-heading-4.z-asciidoc { color: #209FB5; }
[data-theme="light"] .z-markup.z-heading.z-heading-5.z-asciidoc { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-constant.z-markdown { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-constant.z-quarto { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-raw.z-markdown { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-raw.z-quarto { color: #40A02B; }
[data-theme="light"] .z-markup.z-raw.z-block.z-markdown { color: #40A02B; }
[data-theme="light"] .z-markup.z-raw.z-block.z-quarto { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-quote.z-begin { color: #EA76CB; }
[data-theme="light"] .z-variable.z-parameter.z-name.z-nix { color: #4C4F69;  }
[data-theme="light"] .z-string.z-unquoted.z-path.z-nix { color: #EA76CB;  }
[data-theme="light"] .z-keyword.z-other.z-phpdoc.z-php {  }
[data-theme="light"] .z-support.z-variable.z-magic.z-python { color: #4C4F69; }
[data-theme="light"] .z-meta.z-function-call.z-arguments.z-python { color: #4C4F69; }
[data-theme="light"] .z-support.z-function.z-magic.z-python { color: #04A5E5; font-style: italic; }
[data-theme="light"] .z-keyword.z-control.z-flow.z-python { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-logical.z-python { color: #8839EF; }
[data-theme="light"] .z-storage.z-type.z-function.z-python { color: #8839EF; }
[data-theme="light"] .z-support.z-token.z-decorator.z-python { color: #04A5E5; }
[data-theme="light"] .z-punctuation.z-definition.z-decorator.z-python { color: #FE640B; font-style: italic; }
[data-theme="light"] .z-support.z-type.z-exception.z-python { color: #FE640B; }
[data-theme="light"] .z-support.z-function.z-builtin.z-python { color: #FE640B; }
[data-theme="light"] .z-storage.z-type.z-string.z-python { color: #40A02B; font-style: italic; }
[data-theme="light"] .z-meta.z-function.z-parameters.z-python {  }
[data-theme="light"] .z-meta.z-function-call.z-arguments.z-r { color: #4C4F69; }
[data-theme="light"] .z-keyword.z-control.z-anchor.z-regexp { color: #8839EF; }
[data-theme="light"] .z-punctuation.z-definition.z-group.z-regexp { color: #40A02B; }
[data-theme="light"] .z-keyword.z-other.z-back-reference.z-regexp { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-character-class.z-regexp { color: #DF8E1D; }
[data-theme="light"] .z-constant.z-other.z-character-class.z-regexp { color: #EA76CB; }
[data-theme="light"] .z-keyword.z-operator.z-quantifier.z-regexp { color: #179299; }
[data-theme="light"] .z-constant.z-character.z-numeric.z-regexp { color: #FE640B; }
[data-theme="light"] .z-meta.z-assertion.z-look-ahead.z-regexp { color: #1E66F5; }
[data-theme="light"] .z-meta.z-assertion.z-negative-look-ahead.z-regexp { color: #1E66F5; }
[data-theme="light"] .z-punctuation.z-definition.z-attribute.z-rust { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-storage.z-type.z-module.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-struct.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-enum.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-trait.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-union.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-impl.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-function.z-rust { color: #8839EF;  }
[data-theme="light"] .z-storage.z-type.z-type.z-rust { color: #8839EF;  }
[data-theme="light"] .z-entity.z-name.z-impl.z-rust { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-entity.z-name.z-module.z-rust { color: #FE640B; }
[data-theme="light"] .z-entity.z-name.z-trait.z-rust { color: #DF8E1D; font-style: italic; }
[data-theme="light"] .z-storage.z-type.z-source.z-rust { color: #DF8E1D; }
[data-theme="light"] .z-entity.z-name.z-union.z-rust { color: #DF8E1D; }
[data-theme="light"] .z-storage.z-modifier.z-lifetime.z-rust { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-entity.z-name.z-type.z-lifetime { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-meta.z-function.z-call.z-rust { color: #1E66F5; }
[data-theme="light"] .z-punctuation.z-brackets.z-angle.z-rust { color: #04A5E5; }
[data-theme="light"] .z-constant.z-other.z-caps.z-rust { color: #FE640B; }
[data-theme="light"] .z-variable.z-language.z-self.z-rust { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-definition.z-entity.z-css { color: #DF8E1D; }
[data-theme="light"] .z-entity.z-other.z-attribute-name.z-pseudo-class { color: #179299; }
[data-theme="light"] .z-meta.z-annotation.z-parameters.z-go { color: #FE640B; }
[data-theme="light"] .z-variable.z-other.z-readwrite.z-js { color: #E64553; }
[data-theme="light"] .z-storage.z-type.z-annotation.z-lua { color: #8839EF;  }
[data-theme="light"] .z-entity.z-name.z-variable.z-lua { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-markdown { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-quarto { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-mdx { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-markdown { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-quarto { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-mdx { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-markdown { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-quarto { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-mdx { color: #DF8E1D; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-markdown { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-quarto { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-mdx { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-markdown { color: #209FB5; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-quarto { color: #209FB5; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-mdx { color: #209FB5; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-markdown { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-quarto { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-heading.z-mdx { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-link.z-title { color: #7287FD; }
[data-theme="light"] .z-punctuation.z-definition.z-link.z-title { color: #7287FD; }
[data-theme="light"] .z-variable.z-parameter.z-name.z-nix { color: #7287FD;  }
[data-theme="light"] .z-punctuation.z-definition.z-variable.z-php { color: #E64553; }
[data-theme="light"] .z-punctuation.z-definition.z-string.z-begin { color: #EA76CB; }
[data-theme="light"] .z-punctuation.z-definition.z-string.z-end { color: #EA76CB; }
[data-theme="light"] .z-string.z-quoted.z-double.z-rust {  }
[data-theme="light"] .z-storage.z-type.z-source.z-rust { color: #179299; }
[data-theme="light"] .z-constant.z-other.z-placeholder.z-rust { color: #EA76CB; }
[data-theme="light"] .z-punctuation.z-definition.z-variable.z-shell { color: #D20F39; }
[data-theme="light"] .z-punctuation.z-definition.z-variable.z-shell { color: #D20F39; }
[data-theme="light"] .z-variable.z-other.z-normal.z-shell { color: #4C4F69; }
[data-theme="light"] .z-punctuation.z-definition.z-variable.z-less { color: #1E66F5; }
[data-theme="light"] .z-punctuation.z-definition.z-variable.z-less { color: #E64553; }
[data-theme="light"] .z-keyword.z-other.z-unit.z-suffix.z-floating-point { color: #FE640B; }
[data-theme="light"] .z-storage.z-modifier.z-specifier.z-extern.z-cpp { color: #8839EF; }
[data-theme="light"] .z-entity.z-name.z-scope-resolution.z-parameter.z-cpp { color: #DF8E1D; }
[data-theme="light"] .z-keyword.z-other.z-unit.z-percentage.z-css { color: #FE640B; }
[data-theme="light"] .z-punctuation.z-support.z-type.z-property-name.z-json { color: #1E66F5;  }
[data-theme="light"] .z-punctuation.z-support.z-type.z-property-name.z-toml { color: #1E66F5;  }
[data-theme="light"] .z-punctuation.z-support.z-type.z-property-name.z-yaml { color: #1E66F5;  }
[data-theme="light"] .z-entity.z-name.z-type.z-anchor.z-yaml { color: #DF8E1D;  }
[data-theme="light"] .z-entity.z-name.z-section.z-group-title.z-ini { color: #DF8E1D; }
[data-theme="light"] .z-entity.z-other.z-document.z-begin.z-yaml { color: #EA76CB; }
[data-theme="light"] .z-constant.z-character.z-entity.z-js.z-jsx { color: #D20F39; }
[data-theme="light"] .z-support.z-type.z-object.z-console.z-js { color: #4C4F69; }
[data-theme="light"] .z-support.z-type.z-object.z-module.z-js { color: #8839EF; }
[data-theme="light"] .z-keyword.z-declaration.z-function.z-arrow.z-js { color: #179299; }
[data-theme="light"] .z-storage.z-type.z-function.z-arrow.z-ts { color: #179299; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-in.z-js { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-in.z-ts { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-infer.z-ts { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-instanceof.z-js { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-instanceof.z-ts { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-keyof.z-ts { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-of.z-js { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-of.z-ts { color: #8839EF; }
[data-theme="light"] .z-keyword.z-operator.z-expression.z-typeof.z-ts { color: #8839EF; }
[data-theme="light"] .z-constant.z-other.z-general.z-math.z-tex { color: #DD7878; }
[data-theme="light"] .z-markup.z-heading.z-atx.z-\31 .z-mdx { color: #D20F39; }
[data-theme="light"] .z-markup.z-heading.z-setext.z-\31 .z-markdown { color: #D20F39; }
[data-theme="light"] .z-markup.z-heading.z-atx.z-\32 .z-mdx { color: #FE640B; }
[data-theme="light"] .z-markup.z-heading.z-setext.z-\32 .z-markdown { color: #FE640B; }
[data-theme="light"] .z-markup.z-heading.z-atx.z-\33 .z-mdx { color: #DF8E1D; }
[data-theme="light"] .z-markup.z-heading.z-atx.z-\34 .z-mdx { color: #40A02B; }
[data-theme="light"] .z-markup.z-heading.z-atx.z-\35 .z-mdx { color: #209FB5; }
[data-theme="light"] .z-markup.z-heading.z-atx.z-\36 .z-mdx { color: #7287FD; }
[data-theme="light"] .z-string.z-other.z-link.z-title.z-markdown { color: #7287FD; }
[data-theme="light"] .z-string.z-other.z-link.z-title.z-quarto { color: #7287FD; }
[data-theme="light"] .z-constant.z-other.z-reference.z-link.z-markdown { color: #7287FD; }
[data-theme="light"] .z-constant.z-other.z-reference.z-link.z-quarto { color: #7287FD; }
[data-theme="light"] .z-markup.z-inline.z-raw.z-string.z-markdown { color: #40A02B; }
[data-theme="light"] .z-markup.z-inline.z-raw.z-string.z-quarto { color: #40A02B; }
[data-theme="light"] .z-punctuation.z-definition.z-list.z-begin.z-markdown { color: #179299; }
[data-theme="light"] .z-punctuation.z-definition.z-list.z-begin.z-quarto { color: #179299; }
[data-theme="light"] .z-entity.z-other.z-attribute-name.z-multipart.z-nix { color: #1E66F5; }
[data-theme="light"] .z-entity.z-other.z-attribute-name.z-single.z-nix { color: #1E66F5; }
[data-theme="light"] .z-variable.z-language.z-special.z-self.z-python { color: #D20F39; font-style: italic; }
[data-theme="light"] .z-meta.z-function.z-decorator.z-identifier.z-python { color: #04A5E5; }
[data-theme="light"] .z-entity.z-name.z-function.z-decorator.z-python { color: #FE640B; font-style: italic; }
[data-theme="light"] .z-constant.z-other.z-character-class.z-range.z-regexp { color: #DC8A78; }
[data-theme="light"] .z-punctuation.z-definition.z-group.z-no-capture.z-regexp { color: #1E66F5; }
[data-theme="light"] .z-entity.z-name.z-type.z-numeric.z-rust { color: #8839EF;  }
[data-theme="light"] .z-entity.z-name.z-function.z-macro.z-rust { color: #1E66F5; font-style: italic; }
[data-theme="light"] .z-variable.z-other.z-metavariable.z-name.z-rust { color: #EA76CB; }
[data-theme="light"] .z-punctuation.z-definition.z-comment.z-shebang.z-shell { color: #EA76CB; font-style: italic; }
[data-theme="light"] .z-punctuation.z-definition.z-evaluation.z-backticks.z-shell { color: #179299; }
[data-theme="light"] .z-entity.z-name.z-tag.z-heredoc.z-shell { color: #8839EF; }
[data-theme="light"] .z-entity.z-other.z-attribute-name.z-class.z-css { color: #DF8E1D; }
[data-theme="light"] .z-keyword.z-other.z-documentation.z-javadoc.z-java {  }
[data-theme="light"] .z-string.z-quoted.z-single.z-char.z-rust {  }
[data-theme="light"] .z-keyword.z-operator.z-macro.z-dollar.z-rust { color: #EA76CB; }
[data-theme="light"] .z-entity.z-name.z-scope-resolution.z-template.z-call.z-cpp { color: #DF8E1D; }
[data-theme="light"] .z-entity.z-name.z-scope-resolution.z-function.z-definition.z-cpp { color: #DF8E1D; }
[data-theme="light"] .z-constant.z-other.z-time.z-datetime.z-offset.z-toml { color: #EA76CB; }
[data-theme="light"] .z-constant.z-character.z-format.z-placeholder.z-other.z-python { color: #EA76CB; }
[data-theme="light"] .z-entity.z-name.z-function.z-macro.z-rules.z-rust { color: #8839EF;  }
[data-theme="light"] .z-variable.z-parameter.z-function.z-language.z-special.z-self.z-python { color: #D20F39; font-style: italic; }
/*
 * theme "houston" generated by giallo
 */

[data-theme="dark"] .z-code {
  color: #EEF0F9;
  background-color: #262626;
}

[data-theme="dark"] .z-hl {
  background-color: #393939;
}

[data-theme="dark"] .giallo-ln {
  color: #545864;
}

[data-theme="dark"] .z-keyword { color: #54B9FF; }
[data-theme="dark"] .z-variable { color: #4BF3C8; }
[data-theme="dark"] .z-storage { color: #54B9FF; }
[data-theme="dark"] .z-string { color: #FFD493; }
[data-theme="dark"] .z-constant { color: #FFD493; }
[data-theme="dark"] .z-rgb-value { color: #EEF0F9; }
[data-theme="dark"] .z-comment { color: #EEF0F98F; font-style: italic; }
[data-theme="dark"] .z-md { color: #54B9FF; }
[data-theme="dark"] .z-punctuation { color: #4BF3C8; }
[data-theme="dark"] .z-rgb-value { color: #FFD493; }
[data-theme="dark"] .z-rgb-value { color: #FFD493; }
[data-theme="dark"] .z-punctuation { color: #FFD493; }
[data-theme="dark"] .z-punctuation { color: #FFD493; }
[data-theme="dark"] .z-source.z-java { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator { color: #EEF0F9; }
[data-theme="dark"] .z-variable.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-variable.z-language { color: #ACAFFF; }
[data-theme="dark"] .z-token.z-package { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-require { color: #00DAEF; }
[data-theme="dark"] .z-variable.z-function { color: #00DAEF; }
[data-theme="dark"] .z-support.z-class { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-control { color: #54B9FF; }
[data-theme="dark"] .z-control.z-elements { color: #FFD493; }
[data-theme="dark"] .z-token.z-storage { color: #54B9FF; }
[data-theme="dark"] .z-support.z-function { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-tag { color: #EEF0F9; }
[data-theme="dark"] .z-constant.z-numeric { color: #FFD493; }
[data-theme="dark"] .z-meta.z-selector { color: #54B9FF; }
[data-theme="dark"] .z-markup.z-heading { color: #4BF3C8; }
[data-theme="dark"] .z-markup.z-bold { color: #FFD493; }
[data-theme="dark"] .z-todo.z-bold { color: #FFD493; }
[data-theme="dark"] .z-markup.z-italic { color: #54B9FF; }
[data-theme="dark"] .z-todo.z-emphasis { color: #54B9FF; }
[data-theme="dark"] .z-string.z-regexp { color: #EEF0F9; }
[data-theme="dark"] .z-variable.z-interpolation { color: #4BF3C8; }
[data-theme="dark"] .z-invalid.z-illegal { color: #FFFFFF; }
[data-theme="dark"] .z-invalid.z-broken { color: #FFFFFF; }
[data-theme="dark"] .z-invalid.z-deprecated { color: #FFFFFF; }
[data-theme="dark"] .z-invalid.z-unimplemented { color: #FFFFFF; }
[data-theme="dark"] .z-function.z-parameter { color: #EEF0F9; }
[data-theme="dark"] .z-function.z-brace { color: #EEF0F9; }
[data-theme="dark"] .z-selector.z-sass { color: #4BF3C8; }
[data-theme="dark"] .z-token.z-info-token { color: #00DAEF; }
[data-theme="dark"] .z-token.z-warn-token { color: #FFD493; }
[data-theme="dark"] .z-token.z-error-token { color: #F44747; }
[data-theme="dark"] .z-token.z-debug-token { color: #54B9FF; }
[data-theme="dark"] .z-source.z-ini { color: #FFD493; }
[data-theme="dark"] .z-source.z-makefile { color: #ACAFFF; }
[data-theme="dark"] .z-text.z-variable { color: #4BF3C8; }
[data-theme="dark"] .z-text.z-bracketed { color: #4BF3C8; }
[data-theme="dark"] .z-invalid.z-xi { color: #EEF0F9; }
[data-theme="dark"] .z-accent.z-xi { color: #00DAEF; }
[data-theme="dark"] .z-wikiword.z-xi { color: #FFD493; }
[data-theme="dark"] .z-variable.z-parameter { font-style: italic; }
[data-theme="dark"] .z-markup.z-link { color: #545864; }
[data-theme="dark"] .z-punctuation.z-string { color: #4BF3C8; }
[data-theme="dark"] .z-storage.z-type.z-haskell { color: #FFD493; }
[data-theme="dark"] .z-variable.z-language.z-rust { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-constant.z-edge { color: #54B9FF; }
[data-theme="dark"] .z-variable.z-parameter.z-function { color: #EEF0F9; }
[data-theme="dark"] .z-markup.z-changed.z-diff { color: #ACAFFF; }
[data-theme="dark"] .z-markup.z-inserted.z-diff { color: #FFD493; }
[data-theme="dark"] .z-markup.z-deleted.z-diff { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-function.z-c { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-function.z-cpp { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-separator.z-key-value { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-math { color: #ACAFFF; }
[data-theme="dark"] .z-variable.z-other.z-constant { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-terminator.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-method-call.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-method.z-java { color: #00DAEF; }
[data-theme="dark"] .z-storage.z-type.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-operator.z-logical { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-bitwise { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-channel { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-css { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-scss { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-less { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-module.z-node { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-module.z-node { color: #ACAFFF; }
[data-theme="dark"] .z-variable.z-other.z-readwrite { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-object-literal.z-key { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-variable.z-property { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-constant.z-json { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-operator.z-new { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-ternary { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-optional { color: #54B9FF; }
[data-theme="dark"] .z-entity.z-name.z-function { color: #00DAEF; }
[data-theme="dark"] .z-support.z-function.z-console { color: #00DAEF; }
[data-theme="dark"] .z-keyword.z-operator.z-delete { color: #54B9FF; }
[data-theme="dark"] .z-support.z-variable.z-dom { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator.z-arithmetic { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-comparison { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-decrement { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-increment { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-relational { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-punctuation.z-separator.z-delimiter { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-separator.z-c { color: #54B9FF; }
[data-theme="dark"] .z-punctuation.z-separator.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-entity.z-name.z-namespace { color: #ACAFFF; }
[data-theme="dark"] .z-import.z-storage.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-token.z-package.z-keyword { color: #54B9FF; }
[data-theme="dark"] .z-entity.z-name.z-function { color: #00DAEF; }
[data-theme="dark"] .z-support.z-function.z-any-method { color: #00DAEF; }
[data-theme="dark"] .z-entity.z-name.z-class { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-type { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-operator.z-less { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-other.z-special-method { color: #00DAEF; }
[data-theme="dark"] .z-keyword.z-operator.z-new { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-property-name { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-property-value { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-font-name { color: #FFD493; }
[data-theme="dark"] .z-entity.z-other.z-inherited-class { color: #ACAFFF; }
[data-theme="dark"] .z-constant.z-other.z-symbol { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-constant { color: #FFD493; }
[data-theme="dark"] .z-entity.z-name.z-tag { color: #54B9FF; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name { color: #4BF3C8; }
[data-theme="dark"] .z-string.z-template.z-html { color: #4BF3C8; }
[data-theme="dark"] .z-entity.z-name.z-section { color: #00DAEF; }
[data-theme="dark"] .z-keyword.z-other.z-unit { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-bold { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-definition.z-italic { color: #54B9FF; }
[data-theme="dark"] .z-markup.z-heading.z-setext { color: #EEF0F9; }
[data-theme="dark"] .z-constant.z-character.z-escape { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-embedded { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-interface.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-storage.z-type.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-meta.z-function-call.z-php { color: #00DAEF; }
[data-theme="dark"] .z-support.z-other.z-php { color: #00DAEF; }
[data-theme="dark"] .z-function.z-parameter.z-ruby { color: #EEF0F9; }
[data-theme="dark"] .z-function.z-parameter.z-cs { color: #EEF0F9; }
[data-theme="dark"] .z-block.z-scope.z-end { color: #EEF0F9; }
[data-theme="dark"] .z-block.z-scope.z-begin { color: #EEF0F9; }
[data-theme="dark"] .z-storage.z-type.z-cs { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-section.z-embedded { color: #54B9FF; }
[data-theme="dark"] .z-meta.z-template.z-expression { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-module { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-primitive { color: #ACAFFF; }
[data-theme="dark"] .z-meta.z-property.z-object { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-elm { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-quasi.z-element { color: #54B9FF; }
[data-theme="dark"] .z-constant.z-character.z-entity { color: #4BF3C8; }
[data-theme="dark"] .z-entity.z-global.z-clojure { color: #ACAFFF; }
[data-theme="dark"] .z-meta.z-symbol.z-clojure { color: #4BF3C8; }
[data-theme="dark"] .z-constant.z-keyword.z-clojure { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-arguments.z-coffee { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-method.z-groovy { color: #00DAEF; }
[data-theme="dark"] .z-support.z-type.z-swift { color: #ACAFFF; }
[data-theme="dark"] .z-constant.z-regexp.z-xi { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-control.z-xi { color: #EEF0F9; }
[data-theme="dark"] .z-constant.z-character.z-xi { color: #00DAEF; }
[data-theme="dark"] .z-meta.z-brace.z-square { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-comment { color: #EEF0F98F; font-style: italic; }
[data-theme="dark"] .z-markup.z-quote.z-markdown { color: #EEF0F98F; }
[data-theme="dark"] .z-variable.z-language.z-super { font-style: italic; }
[data-theme="dark"] .z-comment.z-line.z-double-slash { font-style: italic; }
[data-theme="dark"] .z-comment.z-block.z-documentation { font-style: italic; }
[data-theme="dark"] .z-markup.z-italic.z-markdown { font-style: italic; }
[data-theme="dark"] .z-punctuation.z-definition.z-heading { color: #00DAEF; }
[data-theme="dark"] .z-string.z-quoted.z-json { color: #CC75F4; }
[data-theme="dark"] .z-constant.z-language.z-json { color: #EEF0F9; }
[data-theme="dark"] .z-constant.z-language.z-json { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-laravel-blade { color: #54B9FF; }
[data-theme="dark"] .z-string.z-quoted.z-json { color: #FFD493; }
[data-theme="dark"] .z-string.z-quoted.z-json { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-definition.z-delayed.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-separator.z-pipe.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-separator.z-delimiter.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-hash.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-variable.z-other.z-generic-type.z-haskell { color: #54B9FF; }
[data-theme="dark"] .z-support.z-variable.z-magic.z-python { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-separator.z-period.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-separator.z-element.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-parenthesis.z-begin.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-parenthesis.z-end.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-storage.z-modifier.z-lifetime.z-rust { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-function.z-std.z-rust { color: #00DAEF; }
[data-theme="dark"] .z-entity.z-name.z-lifetime.z-rust { color: #ACAFFF; }
[data-theme="dark"] .z-constant.z-other.z-character-class.z-regexp { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator.z-quantifier.z-regexp { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-definition.z-string.z-begin { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-definition.z-string.z-end { color: #FFD493; }
[data-theme="dark"] .z-meta.z-diff.z-header.z-from-file { color: #00DAEF; }
[data-theme="dark"] .z-meta.z-diff.z-header.z-to-file { color: #00DAEF; }
[data-theme="dark"] .z-punctuation.z-definition.z-from-file.z-diff { color: #00DAEF; }
[data-theme="dark"] .z-punctuation.z-definition.z-to-file.z-diff { color: #00DAEF; }
[data-theme="dark"] .z-punctuation.z-terminator.z-statement.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-import { color: #00DAEF; }
[data-theme="dark"] .z-support.z-constant.z-property.z-math { color: #FFD493; }
[data-theme="dark"] .z-storage.z-type.z-annotation.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-meta.z-method.z-identifier.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-separator.z-period.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-bracket.z-angle.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-annotation.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-method.z-body.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-storage.z-modifier.z-import.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-storage.z-type.z-generic.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-operator.z-instanceof.z-java { color: #54B9FF; }
[data-theme="dark"] .z-support.z-constant.z-property-value.z-scss { color: #FFD493; }
[data-theme="dark"] .z-support.z-constant.z-property-value.z-css { color: #FFD493; }
[data-theme="dark"] .z-support.z-type.z-object.z-module { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-type.z-module { color: #FFD493; }
[data-theme="dark"] .z-support.z-variable.z-object.z-process { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-variable.z-object.z-node { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-instanceof { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-keyof { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-object.z-console { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-variable.z-property.z-process { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-operator.z-misc.z-rust { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-sigil.z-rust { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-object.z-dom { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-variable.z-property.z-dom { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-comparison.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-increment.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-decrement.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-comparison.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-increment.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-decrement.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-posix-reserved.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-type.z-posix-reserved.z-cpp { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-sizeof.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-sizeof.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-logical.z-python { color: #54B9FF; }
[data-theme="dark"] .z-variable.z-parameter.z-function.z-python { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-separator.z-arguments.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-function-call.z-generic.z-python { color: #00DAEF; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment.z-compound { color: #54B9FF; }
[data-theme="dark"] .z-token.z-variable.z-parameter.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-entity.z-name.z-type.z-namespace { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-type.z-class { color: #ACAFFF; }
[data-theme="dark"] .z-variable.z-other.z-class.z-js { color: #ACAFFF; }
[data-theme="dark"] .z-variable.z-other.z-class.z-ts { color: #ACAFFF; }
[data-theme="dark"] .z-variable.z-other.z-class.z-php { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-delete { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-in { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-of { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-instanceof { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-typeof { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-expression.z-void { color: #54B9FF; }
[data-theme="dark"] .z-token.z-storage.z-type.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-html { color: #ACAFFF; }
[data-theme="dark"] .z-string.z-quoted.z-double.z-html { color: #4BF3C8; }
[data-theme="dark"] .z-string.z-quoted.z-single.z-html { color: #4BF3C8; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-id { color: #00DAEF;  }
[data-theme="dark"] .z-entity.z-name.z-section.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-heading.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-bold.z-markdown { color: #FFD493; }
[data-theme="dark"] .z-markup.z-inline.z-raw.z-markdown { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-definition.z-list.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-metadata.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-metadata.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-markup.z-underline.z-link.z-markdown { color: #54B9FF; }
[data-theme="dark"] .z-punctuation.z-section.z-embedded.z-begin { color: #54B9FF; }
[data-theme="dark"] .z-punctuation.z-section.z-embedded.z-end { color: #54B9FF; }
[data-theme="dark"] .z-invalid.z-illegal.z-bad-ampersand.z-html { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-type.z-property-name.z-json { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-other.z-namespace.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-other.z-alias.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-operator.z-error-control.z-php { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-type.z-php { color: #54B9FF; }
[data-theme="dark"] .z-invalid.z-illegal.z-non-null-typehinted.z-php { color: #F44747; }
[data-theme="dark"] .z-keyword.z-other.z-type.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-meta.z-function-call.z-object.z-php { color: #00DAEF; }
[data-theme="dark"] .z-meta.z-function-call.z-static.z-php { color: #00DAEF; }
[data-theme="dark"] .z-punctuation.z-separator.z-delimiter.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-terminator.z-expression.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-core.z-rust { color: #FFD493; }
[data-theme="dark"] .z-support.z-constant.z-ext.z-php { color: #FFD493; }
[data-theme="dark"] .z-support.z-constant.z-std.z-php { color: #FFD493; }
[data-theme="dark"] .z-support.z-constant.z-core.z-php { color: #FFD493; }
[data-theme="dark"] .z-support.z-constant.z-parser-token.z-php { color: #FFD493; }
[data-theme="dark"] .z-entity.z-name.z-goto-label.z-php { color: #00DAEF; }
[data-theme="dark"] .z-keyword.z-operator.z-logical.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-bitwise.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-arithmetic.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-regexp.z-php { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-comparison.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-heredoc.z-php { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-nowdoc.z-php { color: #54B9FF; }
[data-theme="dark"] .z-meta.z-function.z-decorator.z-python { color: #00DAEF; }
[data-theme="dark"] .z-support.z-token.z-decorator.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-constant.z-language.z-symbol.z-ruby { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-type.z-primitive.z-ts { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-type.z-builtin.z-ts { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-type.z-primitive.z-tsx { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-type.z-builtin.z-tsx { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-definition.z-template-expression.z-begin { color: #54B9FF; }
[data-theme="dark"] .z-punctuation.z-definition.z-template-expression.z-end { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-type.z-flowtype { color: #00DAEF; }
[data-theme="dark"] .z-variable.z-parameter.z-function.z-js { color: #4BF3C8; }
[data-theme="dark"] .z-keyword.z-other.z-template.z-begin { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-other.z-template.z-end { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-other.z-substitution.z-begin { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-other.z-substitution.z-end { color: #FFD493; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment.z-go { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-operator.z-arithmetic.z-go { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-address.z-go { color: #54B9FF; }
[data-theme="dark"] .z-entity.z-name.z-package.z-go { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-type.z-prelude.z-elm { color: #EEF0F9; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-pseudo-element { color: #EEF0F9; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-pseudo-class { color: #EEF0F9; }
[data-theme="dark"] .z-variable.z-parameter.z-function.z-coffee { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-scope.z-prerequisites.z-makefile { color: #4BF3C8; }
[data-theme="dark"] .z-storage.z-modifier.z-import.z-groovy { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-variable.z-semantic.z-hlsl { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-type.z-texture.z-hlsl { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-sampler.z-hlsl { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-object.z-hlsl { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-fx.z-hlsl { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-object.z-hlsl { color: #54B9FF; }
[data-theme="dark"] .z-support.z-type.z-vb.z-asp { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-function.z-xi { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-class.z-xi { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-tag.z-xi { color: #545864; }
[data-theme="dark"] .z-entity.z-name.z-label.z-cs { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-label.z-cs { color: #4BF3C8; }
[data-theme="dark"] .z-constant.z-language.z-symbol.z-elixir { color: #EEF0F9; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-js { font-style: italic; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-ts { font-style: italic; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-jsx { font-style: italic; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-tsx { font-style: italic; }
[data-theme="dark"] .z-keyword.z-control.z-import.z-python { font-style: italic; }
[data-theme="dark"] .z-keyword.z-control.z-flow.z-python { font-style: italic; }
[data-theme="dark"] .z-entity.z-name.z-tag.z-laravel-blade { color: #54B9FF; }
[data-theme="dark"] .z-punctuation.z-definition.z-list.z-begin.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-list.z-end.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-ability.z-begin.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-ability.z-end.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-operator.z-assignment.z-as.z-unison { color: #4BF3C8; }
[data-theme="dark"] .z-storage.z-type.z-object.z-array.z-java { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-section.z-block.z-begin.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-block.z-end.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-method-parameters.z-begin.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-method-parameters.z-end.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-method.z-begin.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-method.z-end.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-class.z-begin.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-class.z-end.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-inner-class.z-begin.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-inner-class.z-end.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-definition.z-variable.z-name.z-java { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-constant.z-color.z-w3c-standard-color-name.z-css { color: #FFD493; }
[data-theme="dark"] .z-support.z-constant.z-color.z-w3c-standard-color-name.z-scss { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-separator.z-list.z-comma.z-css { color: #EEF0F9; }
[data-theme="dark"] .z-support.z-constant.z-color.z-w3c-standard-color-name.z-css { color: #FFD493; }
[data-theme="dark"] .z-support.z-type.z-vendored.z-property-name.z-css { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-bitwise.z-shift.z-c { color: #54B9FF; }
[data-theme="dark"] .z-keyword.z-operator.z-bitwise.z-shift.z-cpp { color: #54B9FF; }
[data-theme="dark"] .z-variable.z-parameter.z-function.z-language.z-python { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-definition.z-arguments.z-begin.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-arguments.z-end.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-list.z-begin.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-list.z-end.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment.z-compound.z-js { color: #EEF0F9; }
[data-theme="dark"] .z-keyword.z-operator.z-assignment.z-compound.z-ts { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-string.z-begin.z-html { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-string.z-end.z-html { color: #4BF3C8; }
[data-theme="dark"] .z-entity.z-other.z-attribute-name.z-class.z-css { color: #4BF3C8;  }
[data-theme="dark"] .z-punctuation.z-definition.z-list.z-begin.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-markup.z-inline.z-raw.z-string.z-markdown { color: #FFD493; }
[data-theme="dark"] .z-punctuation.z-definition.z-string.z-begin.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-punctuation.z-definition.z-string.z-end.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-beginning.z-punctuation.z-definition.z-list.z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-markup.z-underline.z-link.z-image.z-markdown { color: #54B9FF; }
[data-theme="dark"] .z-string.z-other.z-link.z-title.z-markdown { color: #00DAEF; }
[data-theme="dark"] .z-string.z-other.z-link.z-description.z-markdown { color: #00DAEF; }
[data-theme="dark"] .z-support.z-other.z-namespace.z-use.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-support.z-other.z-namespace.z-use-as.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-section.z-array.z-begin.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-array.z-end.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-other.z-type.z-phpdoc.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-keyword.z-other.z-array.z-phpdoc.z-php { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-section.z-scope.z-begin.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-scope.z-end.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-function.z-decorator.z-identifier.z-python { color: #EEF0F9; }
[data-theme="dark"] .z-entity.z-name.z-variable.z-local.z-cs { color: #4BF3C8; }
[data-theme="dark"] .z-meta.z-definition.z-variable.z-name.z-groovy { color: #4BF3C8; }
[data-theme="dark"] .z-support.z-type.z-object.z-rw.z-hlsl { color: #54B9FF; }
[data-theme="dark"] .z-constant.z-character.z-character-class.z-regexp.z-xi { color: #4BF3C8; }
[data-theme="dark"] .z-constant.z-other.z-color.z-rgb-value.z-xi { color: #FFFFFF; }
[data-theme="dark"] .z-entity.z-name.z-scope-resolution.z-function.z-call { color: #ACAFFF; }
[data-theme="dark"] .z-entity.z-name.z-scope-resolution.z-function.z-definition { color: #ACAFFF; }
[data-theme="dark"] .z-markup.z-heading.z-setext.z-\31 .z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-markup.z-heading.z-setext.z-\32 .z-markdown { color: #4BF3C8; }
[data-theme="dark"] .z-constant.z-character.z-format.z-placeholder.z-other.z-python { color: #FFD493; }
[data-theme="dark"] .z-entity.z-name.z-class.z-identifier.z-namespace.z-type { color: #ACAFFF; }
[data-theme="dark"] .z-source.z-astro.z-meta.z-attribute.z-client\3a idle.z-html { color: #FFD493; font-style: italic; }
[data-theme="dark"] .z-punctuation.z-definition.z-begin.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-end.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-begin.z-bracket.z-curly.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-end.z-bracket.z-curly.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-meta.z-definition.z-class.z-inherited.z-classes.z-groovy { color: #FFD493; }
[data-theme="dark"] .z-beginning.z-punctuation.z-definition.z-quote.z-markdown.z-xi { color: #FFD493; }
[data-theme="dark"] .z-beginning.z-punctuation.z-definition.z-list.z-markdown.z-xi { color: #EEF0F98F; }
[data-theme="dark"] .z-punctuation.z-definition.z-block.z-sequence.z-item.z-yaml { color: #EEF0F9; }
[data-theme="dark"] .z-variable.z-parameter.z-function.z-language.z-special.z-self.z-python { color: #ACAFFF; }
[data-theme="dark"] .z-punctuation.z-section.z-block.z-begin.z-bracket.z-curly.z-cpp { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-block.z-end.z-bracket.z-curly.z-cpp { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-block.z-begin.z-bracket.z-curly.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-block.z-end.z-bracket.z-curly.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-parens.z-begin.z-bracket.z-round.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-parens.z-end.z-bracket.z-round.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-parameters.z-begin.z-bracket.z-round.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-parameters.z-end.z-bracket.z-round.z-c { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-class.z-begin.z-bracket.z-curly.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-class.z-end.z-bracket.z-curly.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-method.z-begin.z-bracket.z-curly.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-section.z-method.z-end.z-bracket.z-curly.z-java { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-parameters.z-begin.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-parameters.z-end.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-arguments.z-begin.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-arguments.z-end.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-storage-type.z-begin.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-storage-type.z-end.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-array.z-begin.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-array.z-end.z-bracket.z-round.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-section.z-switch-block.z-end.z-bracket.z-curly.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-section.z-switch-block.z-start.z-bracket.z-curly.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-section.z-switch-block.z-begin.z-bracket.z-curly.z-php { color: #EEF0F9; }
[data-theme="dark"] .z-punctuation.z-definition.z-section.z-switch-block.z-end.z-bracket.z-curly.z-php { color: #EEF0F9; }
