{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Twig Dracula Minimalistic",
  "author": "Jack Phelps",
  "themes": [
    {
      "name": "Dracula Mini",
      "appearance": "dark",
      "style": {
        "border": "#2b292fcc",
        "border.variant": "#C9A8F933",
        "border.focused": "#C9A8F977",
        "border.selected": "#C9A8F9bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#1e1925ff",
        "surface.background": "#242631ee",
        "background": "#000000",
        "element.background": "#2d2f42",
        "element.hover": "#504364ff",
        "element.active": "#8979a0",
        "element.selected": "#65547dff",
        "element.disabled": "#e9dbfdff",
        "drop_target.background": "#5b4d6f",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#C9A8F935",
        "ghost_element.active": "#C9A8F950",
        "ghost_element.selected": "#C9A8F925",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#f8f8f2ff",
        "text.muted": "#ffffff6e",
        "text.placeholder": "#c8a7fa6b",
        "text.disabled": "#c8a7fa24",
        "text.accent": "#af83f0",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#141119bb",
        "title_bar.background": "#14111a",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#111324",
        "tab.active_background": "#282a36ff",
        "search.match_background": "#50fa7b50",
        "panel.background": "#000000",
        "panel.focused_border": "#000000",
        "pane.focused_border": "#000000",
        "scrollbar_thumb.background": "#bbbabd78",
        "scrollbar.thumb.hover_background": "#875ec5",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#141119ff",
        "scrollbar.track.border": "#00000045",
        "editor.foreground": "#f8f8f2ff",
        "editor.background": "#282a36ff",
        "editor.gutter.background": "#282a36ff",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#c8a7fa08",
        "editor.highlighted_line.background": "#51556d",
        "editor.line_number": "#f8f8f250",
        "editor.active_line_number": "#e2e2e2",
        "editor.invisible": "#f8f8f230",
        "editor.wrap_guide": "#f8f8f228",
        "editor.active_wrap_guide": "#aa82e266",
        "editor.document_highlight.read_background": "#c8a7fa5c",
        "editor.document_highlight.write_background": "#44475aff",
        "link_text.hover": "#8be9fdff",
        "conflict": "#dec184ff",
        "conflict.background": "#dec18433",
        "conflict.border": "#5d4c2fff",
        "created": "#73fb95ff",
        "created.background": "#222e1dff",
        "created.border": "#38482fff",
        "deleted": "#ff5555ff",
        "deleted.background": "#301b1bff",
        "deleted.border": "#4c2b2cff",
        "error": "#e67373ff",
        "error.background": "#242631ee",
        "error.border": "#e67373ff",
        "hidden": "#414754ff",
        "hidden.background": "#242631ee",
        "hidden.border": "#414754ff",
        "hint": "#6272a4ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#C9A8F950",
        "ignored.background": "#3c324bff",
        "ignored.border": null,
        "info": "#73ece5ff",
        "info.background": "#242631ee",
        "info.border": "#73ece5ff",
        "modified": "#a2edfdff",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#c6c6c2ff",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": "#242631ee",
        "renamed.border": null,
        "success": "#79e96dff",
        "success.background": "#242631ee",
        "success.border": "#79e96dff",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#e6e373ff",
        "warning.background": "#242631ee",
        "warning.border": "#e6e373ff",
        "players": [
          {
            "cursor": "#bd93f9ff",
            "background": "#bd93f9ff",
            "selection": "#bd93f933"
          },
          {
            "cursor": "#50fa7bff",
            "background": "#50fa7bff",
            "selection": "#50fa7b33"
          },
          {
            "cursor": "#ff79c6ff",
            "background": "#ff79c6ff",
            "selection": "#ff79c633"
          },
          {
            "cursor": "#f1fa8cff",
            "background": "#f1fa8cff",
            "selection": "#f1fa8c33"
          },
          {
            "cursor": "#8be9fdff",
            "background": "#8be9fdff",
            "selection": "#8be9fd33"
          },
          {
            "cursor": "#ffb86cff",
            "background": "#ffb86cff",
            "selection": "#ffb86c33"
          },
          {
            "cursor": "#ff5555ff",
            "background": "#ff5555ff",
            "selection": "#ff555533"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#6272a4ff",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#f1fa8cff",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#ffb86cff",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#50fa7bff",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#ff79c6ff",
            "font_style": "normal",
            "font_weight": null
          },
          "link_uri": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#6272a4ff",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#f1fa8cff",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#ff5555ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#50fa7bff",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 600
          },
          "type": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "type.interface": {
            "color": "#8be9fdff",
            "font_style": "italic",
            "font_weight": null
          },
          "type.super": {
            "color": "#8be9fdff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#ffb86cff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable.special": {
            "color": "#bd93f9ff",
            "font_style": "italic",
            "font_weight": null
          },
          "variant": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#14151bff",
        "terminal.foreground": "#f8f8f2ff",
        "terminal.bright_foreground": "#f9f9f5ff",
        "terminal.dim_foreground": "#c6c6c2ff",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#919cbfff",
        "terminal.ansi.dim_black": "#1a1b23ff",
        "terminal.ansi.red": "#ff5555ff",
        "terminal.ansi.bright_red": "#FF6E6Eff",
        "terminal.ansi.dim_red": "#cc4444ff",
        "terminal.ansi.green": "#50fa7bff",
        "terminal.ansi.bright_green": "#69FF94ff",
        "terminal.ansi.dim_green": "#40c862ff",
        "terminal.ansi.yellow": "#f1fa8cff",
        "terminal.ansi.bright_yellow": "#FFFFA5ff",
        "terminal.ansi.dim_yellow": "#c1c870ff",
        "terminal.ansi.blue": "#9580ffff",
        "terminal.ansi.bright_blue": "#D6ACFFff",
        "terminal.ansi.dim_blue": "#7766ccff",
        "terminal.ansi.magenta": "#ff79c6ff",
        "terminal.ansi.bright_magenta": "#FF92DFff",
        "terminal.ansi.dim_magenta": "#cc619eff",
        "terminal.ansi.cyan": "#8be9fdff",
        "terminal.ansi.bright_cyan": "#A4FFFFff",
        "terminal.ansi.dim_cyan": "#6fbacaff",
        "terminal.ansi.white": "#f8f8f2ff",
        "terminal.ansi.bright_white": "ffffffff",
        "terminal.ansi.dim_white": "#c6c6c2ff",
        "background.appearance": "opaque"
      }
    },
    {
      "name": "Mini",
      "appearance": "dark",
      "style": {
        "border": "#2b292fcc",
        "border.variant": "#C9A8F933",
        "border.focused": "#C9A8F977",
        "border.selected": "#C9A8F9bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#1e1925ff",
        "surface.background": "#242631ee",
        "background": "#000000",
        "element.background": "#2d2f42",
        "element.hover": "#504364ff",
        "element.active": "#8979a0",
        "element.selected": "#65547dff",
        "element.disabled": "#e9dbfdff",
        "drop_target.background": "#5b4d6f",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#C9A8F935",
        "ghost_element.active": "#C9A8F950",
        "ghost_element.selected": "#C9A8F925",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#f8f8f2ff",
        "text.muted": "#ffffff6e",
        "text.placeholder": "#c8a7fa6b",
        "text.disabled": "#c8a7fa24",
        "text.accent": "#af83f0",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#141119bb",
        "title_bar.background": "#14111a",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#111324",
        "tab.active_background": "#282a36ff",
        "search.match_background": "#50fa7b50",
        "panel.background": "#000000",
        "panel.focused_border": "#000000",
        "pane.focused_border": "#000000",
        "scrollbar_thumb.background": "#bbbabd78",
        "scrollbar.thumb.hover_background": "#875ec5",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#141119ff",
        "scrollbar.track.border": "#00000045",
        "editor.foreground": "#f8f8f2ff",
        "editor.background": "#282a36ff",
        "editor.gutter.background": "#282a36ff",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#c8a7fa08",
        "editor.highlighted_line.background": "#51556d",
        "editor.line_number": "#f8f8f250",
        "editor.active_line_number": "#e2e2e2",
        "editor.invisible": "#f8f8f230",
        "editor.wrap_guide": "#f8f8f228",
        "editor.active_wrap_guide": "#aa82e266",
        "editor.document_highlight.read_background": "#c8a7fa5c",
        "editor.document_highlight.write_background": "#44475aff",
        "link_text.hover": "#8be9fdff",
        "conflict": "#dec184ff",
        "conflict.background": "#dec18433",
        "conflict.border": "#5d4c2fff",
        "created": "#73fb95ff",
        "created.background": "#222e1dff",
        "created.border": "#38482fff",
        "deleted": "#ff5555ff",
        "deleted.background": "#301b1bff",
        "deleted.border": "#4c2b2cff",
        "error": "#e67373ff",
        "error.background": "#242631ee",
        "error.border": "#e67373ff",
        "hidden": "#414754ff",
        "hidden.background": "#242631ee",
        "hidden.border": "#414754ff",
        "hint": "#6272a4ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#C9A8F950",
        "ignored.background": "#3c324bff",
        "ignored.border": null,
        "info": "#73ece5ff",
        "info.background": "#242631ee",
        "info.border": "#73ece5ff",
        "modified": "#a2edfdff",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#c6c6c2ff",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": "#242631ee",
        "renamed.border": null,
        "success": "#79e96dff",
        "success.background": "#242631ee",
        "success.border": "#79e96dff",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#e6e373ff",
        "warning.background": "#242631ee",
        "warning.border": "#e6e373ff",
        "players": [
          {
            "cursor": "#bd93f9ff",
            "background": "#bd93f9ff",
            "selection": "#bd93f933"
          },
          {
            "cursor": "#50fa7bff",
            "background": "#50fa7bff",
            "selection": "#50fa7b33"
          },
          {
            "cursor": "#ff79c6ff",
            "background": "#ff79c6ff",
            "selection": "#ff79c633"
          },
          {
            "cursor": "#f1fa8cff",
            "background": "#f1fa8cff",
            "selection": "#f1fa8c33"
          },
          {
            "cursor": "#8be9fdff",
            "background": "#8be9fdff",
            "selection": "#8be9fd33"
          },
          {
            "cursor": "#ffb86cff",
            "background": "#ffb86cff",
            "selection": "#ffb86c33"
          },
          {
            "cursor": "#ff5555ff",
            "background": "#ff5555ff",
            "selection": "#ff555533"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#6272a4ff",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#f1fa8cff",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#ffb86cff",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#50fa7bff",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#ff79c6ff",
            "font_style": "normal",
            "font_weight": null
          },
          "link_uri": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#6272a4ff",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#f1fa8cff",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#ff5555ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#50fa7bff",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 600
          },
          "type": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "type.interface": {
            "color": "#8be9fdff",
            "font_style": "italic",
            "font_weight": null
          },
          "type.super": {
            "color": "#8be9fdff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#ffb86cff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable.special": {
            "color": "#bd93f9ff",
            "font_style": "italic",
            "font_weight": null
          },
          "variant": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#14151bff",
        "terminal.foreground": "#f8f8f2ff",
        "terminal.bright_foreground": "#f9f9f5ff",
        "terminal.dim_foreground": "#c6c6c2ff",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#919cbfff",
        "terminal.ansi.dim_black": "#1a1b23ff",
        "terminal.ansi.red": "#ff5555ff",
        "terminal.ansi.bright_red": "#FF6E6Eff",
        "terminal.ansi.dim_red": "#cc4444ff",
        "terminal.ansi.green": "#50fa7bff",
        "terminal.ansi.bright_green": "#69FF94ff",
        "terminal.ansi.dim_green": "#40c862ff",
        "terminal.ansi.yellow": "#f1fa8cff",
        "terminal.ansi.bright_yellow": "#FFFFA5ff",
        "terminal.ansi.dim_yellow": "#c1c870ff",
        "terminal.ansi.blue": "#9580ffff",
        "terminal.ansi.bright_blue": "#D6ACFFff",
        "terminal.ansi.dim_blue": "#7766ccff",
        "terminal.ansi.magenta": "#ff79c6ff",
        "terminal.ansi.bright_magenta": "#FF92DFff",
        "terminal.ansi.dim_magenta": "#cc619eff",
        "terminal.ansi.cyan": "#8be9fdff",
        "terminal.ansi.bright_cyan": "#A4FFFFff",
        "terminal.ansi.dim_cyan": "#6fbacaff",
        "terminal.ansi.white": "#f8f8f2ff",
        "terminal.ansi.bright_white": "ffffffff",
        "terminal.ansi.dim_white": "#c6c6c2ff",
        "background.appearance": "opaque"
      }
    },
    {
      "name": "TwigDracMin_01",
      "appearance": "dark",
      "style": {
        "border": "#2a282ed1",
        "border.variant": "#C9A8F933",
        "border.focused": "#C9A8F977",
        "border.selected": "#C9A8F9bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#00000000",
        "surface.background": "#3349c5ed",
        "background": "#23201e",
        "element.background": "#3333",
        "element.hover": "#504364ff",
        "element.active": "#8979a0",
        "element.selected": "#65547dff",
        "element.disabled": "#e9dbfdff",
        "drop_target.background": "#b1579a",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#C9A8F935",
        "ghost_element.active": "#C9A8F950",
        "ghost_element.selected": "#C9A8F925",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#f8f8f2ff",
        "text.muted": "#ffffff6e",
        "text.placeholder": "#c8a7fa6b",
        "text.disabled": "#c8a7fa24",
        "text.accent": "#af83f0",
        "icon": "",
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#e8b59b00",
        "title_bar.background": "#0006",
        "toolbar.background": "#0003",
        "tab_bar.background": "#00000000",
        "tab.inactive_background": "#b5aaaa1c",
        "tab.active_background": "#b4a9a936",
        "search.match_background": "#50ebfa4f",
        "panel.background": "#00000066",
        "panel.focused_border": "#ff0000",
        "pane.focused_border": "#000000aa",
        "scrollbar_thumb.background": "",
        "scrollbar.thumb.hover_background": "#8979a0",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#0001",
        "scrollbar.track.border": "#0002",
        "editor.foreground": "#f8f8f2ff",
        "editor.background": "#26242300",
        "editor.gutter.background": "#0026ff",
        "editor.subheader.background": "#ff000000",
        "editor.active_line.background": "#7569832b",
        "editor.highlighted_line.background": "#51556d",
        "editor.line_number": "#f8f8f250",
        "editor.active_line_number": "#e9b69d",
        "editor.invisible": "#f8f8f230",
        "editor.wrap_guide": "#f8f8f228",
        "editor.active_wrap_guide": "#aa82e266",
        "editor.document_highlight.read_background": "#a90affe0",
        "editor.document_highlight.write_background": "#80ffb600",
        "link_text.hover": "#8be9fdff",
        "conflict": "#dec184ff",
        "conflict.background": "#dec18433",
        "conflict.border": "#5d4c2fff",
        "created": "#73fb95ff",
        "created.background": "#222e1dff",
        "created.border": "#38482fff",
        "deleted": "#ff5555ff",
        "deleted.background": "#301b1bff",
        "deleted.border": "#4c2b2cff",
        "error": "#e67373ff",
        "error.background": "#242631ee",
        "error.border": "#e67373ff",
        "hidden": "#414754ff",
        "hidden.background": "#242631ee",
        "hidden.border": "#414754ff",
        "hint": "#6272a4ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#C9A8F950",
        "ignored.background": "#3c324bff",
        "ignored.border": null,
        "info": "#73ece5ff",
        "info.background": "#242631ee",
        "info.border": "#73ece5ff",
        "modified": "#a2edfdff",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#c6c6c2ff",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": "#242631ee",
        "renamed.border": null,
        "success": "#79e96dff",
        "success.background": "#242631ee",
        "success.border": "#79e96dff",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#e6e373ff",
        "warning.background": "#242631ee",
        "warning.border": "#e6e373ff",
        "players": [
          {
            "cursor": "#bd93f9ff",
            "background": "#bd93f9ff",
            "selection": "#bd93f933"
          },
          {
            "cursor": "#50fa7bff",
            "background": "#50fa7bff",
            "selection": "#50fa7b33"
          },
          {
            "cursor": "#ff79c6ff",
            "background": "#ff79c6ff",
            "selection": "#ff79c633"
          },
          {
            "cursor": "#f1fa8cff",
            "background": "#f1fa8cff",
            "selection": "#f1fa8c33"
          },
          {
            "cursor": "#8be9fdff",
            "background": "#8be9fdff",
            "selection": "#8be9fd33"
          },
          {
            "cursor": "#ffb86cff",
            "background": "#ffb86cff",
            "selection": "#ffb86c33"
          },
          {
            "cursor": "#ff5555ff",
            "background": "#ff5555ff",
            "selection": "#ff555533"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#ffddf0",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#716d8e",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#716d8e",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#9a7ac7",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#6fb197",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#f1fa8cff",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#ffb86cff",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#a0f081",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#ff9db1",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#ff79c6ff",
            "font_style": "normal",
            "font_weight": null
          },
          "link_uri": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#ffddf0",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#6272a4ff",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#8ba9ed",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#c8c1b5",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#c58282",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#f2eeb3",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#b2e7e3",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#71c5be",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#ff79c6ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#707b8e",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#50fa7bff",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 600
          },
          "type": {
            "color": "#58e0ff",
            "font_style": null,
            "font_weight": null
          },
          "type.interface": {
            "color": "#8be9fdff",
            "font_style": "italic",
            "font_weight": null
          },
          "type.super": {
            "color": "#8be9fdff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#f8f8f2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#ffb86cff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable.special": {
            "color": "#cc6ce4",
            "font_style": "italic",
            "font_weight": null
          },
          "variant": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#d04e4e",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#14151bff",
        "terminal.foreground": "#f8f8f2ff",
        "terminal.bright_foreground": "#f9f9f5ff",
        "terminal.dim_foreground": "#c6c6c2ff",
        "terminal.ansi.black": "#222",
        "terminal.ansi.bright_black": "#bbc",
        "terminal.ansi.dim_black": "#333",
        "terminal.ansi.red": "#ff5555ff",
        "terminal.ansi.bright_red": "#FF6E6Eff",
        "terminal.ansi.dim_red": "#cc4444ff",
        "terminal.ansi.green": "#68ef61",
        "terminal.ansi.bright_green": "#69FF94ff",
        "terminal.ansi.dim_green": "#72bd4a",
        "terminal.ansi.yellow": "#f1fa8cff",
        "terminal.ansi.bright_yellow": "#FFFFA5ff",
        "terminal.ansi.dim_yellow": "#c1c870ff",
        "terminal.ansi.blue": "#80a3ff",
        "terminal.ansi.bright_blue": "#D6ACFFff",
        "terminal.ansi.dim_blue": "#6481c8",
        "terminal.ansi.magenta": "#ff79c6ff",
        "terminal.ansi.bright_magenta": "#FF92DFff",
        "terminal.ansi.dim_magenta": "#cc619eff",
        "terminal.ansi.cyan": "#8be9fdff",
        "terminal.ansi.bright_cyan": "#A4FFFFff",
        "terminal.ansi.dim_cyan": "#5dccc9",
        "terminal.ansi.white": "#f8f8f2ff",
        "terminal.ansi.bright_white": "#fff",
        "terminal.ansi.dim_white": "#c6c6c2ff",
        "background.appearance": "opaque"
      }
    }
  ],
  "id": "8Ceh5ZdgkYno4zg8y-5dN"
}