{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Twig_Zed",
  "author": "Jack Phelps",
  "themes": [
    {
      "name": "Twig_Dracula",
      "appearance": "dark",
      "style": {
        "border": "#54485199",
        "border.variant": "#C9A8F933",
        "border.focused": "#faa7f978",
        "border.selected": "#C9A8F9bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#1c1c1b",
        "surface.background": "#23253000",
        "background": "#1b1b1a",
        "element.background": "#242322",
        "element.hover": "#4a433f",
        "element.active": "#6c4a9e",
        "element.selected": "#3d3835",
        "element.disabled": "#e9dcfc",
        "drop_target.background": "#504563",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#c8a7fa36",
        "ghost_element.active": "#C9A8F950",
        "ghost_element.selected": "#C9A8F925",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#f8f8f2ff",
        "text.muted": "#b3aeabba",
        "text.placeholder": "#fbcaf8a8",
        "text.disabled": "#d1b0b0c4",
        "text.accent": "#d1b0b0",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#00000024",
        "title_bar.background": "#1c1b1aab",
        "toolbar.background": "#1c1b1aab",
        "tab_bar.background": "#1c1b1aab",
        "tab.inactive_background": "#1a121100",
        "tab.active_background": "#232221",
        "search.match_background": "#fa50884f",
        "panel.background": "#1c1b1a00",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar_thumb.background": "#895470",
        "scrollbar.thumb.hover_background": "#b66d92",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#2f0e0e00",
        "scrollbar.track.border": "#ededed0a",
        "editor.foreground": "#f7f7f2",
        "editor.background": "#232221",
        "editor.gutter.background": "#31353600",
        "editor.subheader.background": "#26252400",
        "editor.active_line.background": "#facda712",
        "editor.highlighted_line.background": "#262321",
        "editor.line_number": "#f8f8f250",
        "editor.active_line_number": "#C9A8F9FF",
        "editor.invisible": "#f8f8f230",
        "editor.wrap_guide": "#f7f2f629",
        "editor.active_wrap_guide": "#be93fa59",
        "editor.document_highlight.read_background": "#f8d7c642",
        "editor.document_highlight.write_background": "#414350",
        "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": "#abe86d",
        "success.background": "#242631ee",
        "success.border": "#abe86d",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#edab66",
        "warning.background": "#242631ee",
        "warning.border": "#edab66",
        "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": "#9e6ec8",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#646568",
            "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": "#fafae8",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#f1fa8c",
            "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": "#96ce98",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#ff70b5",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#f7f7f2",
            "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": "#e2c6ac",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#f8c46d",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#ffffff00",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#a3dce9",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#ffffffd4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#c8a791",
            "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": null
          },
          "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
          },
          "type.builtin": {
            "color": "#b2e9cf",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#14151bff",
        "terminal.foreground": "#f8f8f2ff",
        "terminal.bright_foreground": "#f9f9f5ff",
        "terminal.dim_foreground": "#c6c6c2ff",
        "terminal.ansi.black": "#21222cff",
        "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": "#88e670",
        "terminal.ansi.bright_green": "#98ffb5",
        "terminal.ansi.dim_green": "#73ff96",
        "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"
      }
    },
    {
      "name": "Twig_Dracula_ORIG",
      "appearance": "dark",
      "style": {
        "border": "#3c324bcc",
        "border.variant": "#C9A8F933",
        "border.focused": "#C9A8F977",
        "border.selected": "#C9A8F9bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#1e1925ff",
        "surface.background": "#242631ee",
        "background": "#b597e033",
        "element.background": "#1c1d26ff",
        "element.hover": "#504364ff",
        "element.active": "#796595ff",
        "element.selected": "#65547dff",
        "element.disabled": "#e9dbfdff",
        "drop_target.background": "#504364ff",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#C9A8F935",
        "ghost_element.active": "#C9A8F950",
        "ghost_element.selected": "#C9A8F925",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#f8f8f2ff",
        "text.muted": "#a186c7ff",
        "text.placeholder": "#C9A8F980",
        "text.disabled": "#C9A8F950",
        "text.accent": "#C9A8F9FF",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#141119bb",
        "title_bar.background": "#141119bb",
        "toolbar.background": "#282a36ff",
        "tab_bar.background": "#282232bb",
        "tab.inactive_background": "#1c1d26ff",
        "tab.active_background": "#282a36ff",
        "search.match_background": "#50fa7b50",
        "panel.background": "#0a080cbb",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar_thumb.background": "#C9A8F977",
        "scrollbar.thumb.hover_background": "#C9A8F9FF",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#141119ff",
        "scrollbar.track.border": "#C9A8F944",
        "editor.foreground": "#f8f8f2ff",
        "editor.background": "#282a36ff",
        "editor.gutter.background": "#282a36ff",
        "editor.subheader.background": "#1e1925ff",
        "editor.active_line.background": "#C9A8F933",
        "editor.highlighted_line.background": "#44475aff",
        "editor.line_number": "#f8f8f250",
        "editor.active_line_number": "#C9A8F9FF",
        "editor.invisible": "#f8f8f230",
        "editor.wrap_guide": "#f8f8f228",
        "editor.active_wrap_guide": "#bd93f965",
        "editor.document_highlight.read_background": "#C9A8F940",
        "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": "#21222cff",
        "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"
      }
    },
    {
      "name": "New Theme",
      "appearance": "dark",
      "style": {
        "border": "#3c324bcc",
        "border.variant": "#C9A8F933",
        "border.focused": "#C9A8F977",
        "border.selected": "#C9A8F9bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#262524",
        "surface.background": "#23253000",
        "background": "#262524",
        "element.background": "#1c1d26ff",
        "element.hover": "#504364ff",
        "element.active": "#796595ff",
        "element.selected": "#65547dff",
        "element.disabled": "#e9dbfdff",
        "drop_target.background": "#504463",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#C9A8F935",
        "ghost_element.active": "#C9A8F950",
        "ghost_element.selected": "#C9A8F925",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#f8f8f2ff",
        "text.muted": "#d1b0b0",
        "text.placeholder": "#faa7f4a8",
        "text.disabled": "#d1b0b0c9",
        "text.accent": "#d1b0b0",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#00000024",
        "title_bar.background": "#1c1b1aab",
        "toolbar.background": "#1c1b1aab",
        "tab_bar.background": "#1c1b1aab",
        "tab.inactive_background": "#1a121100",
        "tab.active_background": "#262524",
        "search.match_background": "#fa507e4f",
        "panel.background": "#1c1b1aab",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar_thumb.background": "#C9A8F977",
        "scrollbar.thumb.hover_background": "#C9A8F9FF",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#141119ff",
        "scrollbar.track.border": "#C9A8F944",
        "editor.foreground": "#f7f7f2",
        "editor.background": "#262524",
        "editor.gutter.background": "#33364700",
        "editor.subheader.background": "#26252400",
        "editor.active_line.background": "#facda72b",
        "editor.highlighted_line.background": "#594a44",
        "editor.line_number": "#f8f8f250",
        "editor.active_line_number": "#C9A8F9FF",
        "editor.invisible": "#f8f8f230",
        "editor.wrap_guide": "#f7f2f629",
        "editor.active_wrap_guide": "#bd93f965",
        "editor.document_highlight.read_background": "#f8d7c642",
        "editor.document_highlight.write_background": "#444759",
        "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": "#abe86d",
        "success.background": "#242631ee",
        "success.border": "#abe86d",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#edab66",
        "warning.background": "#242631ee",
        "warning.border": "#edab66",
        "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": "#9e6ec8",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#646568",
            "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": "#fafae8",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#f1fa8c",
            "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": "#96ce98",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#bd93f9ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#ff70b5",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#f7f7f2",
            "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": "#e2c6ac",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#f8c46d",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#ffffff00",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#a3dce9",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#ffffffd4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#8be9fdff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#c56099",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#c8a791",
            "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": null
          },
          "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
          },
          "type.builtin": {
            "color": "#b2e9cf",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#14151bff",
        "terminal.foreground": "#f8f8f2ff",
        "terminal.bright_foreground": "#f9f9f5ff",
        "terminal.dim_foreground": "#c6c6c2ff",
        "terminal.ansi.black": "#21222cff",
        "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": "#88e670",
        "terminal.ansi.bright_green": "#98ffb5",
        "terminal.ansi.dim_green": "#73ff96",
        "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"
      }
    }
  ],
  "id": "33QjFVEL7r28vU-WBJxxT"
}