{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Min Theme",
  "author": "kyle",
  "themes": [
    {
      "name": "Min Dark (Solid)",
      "appearance": "dark",
      "style": {
        "border": "#adaaaa40",
        "border.variant": null,
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "surface.background": null,
        "background": "#141414",
        "element.background": null,
        "element.hover": "#2A2A2A",
        "element.active": null,
        "element.selected": "#2A2A2A",
        "element.disabled": null,
        "drop_target.background": null,
        "ghost_element.background": null,
        "ghost_element.hover": null,
        "ghost_element.active": null,
        "ghost_element.selected": "#2A2A2A",
        "ghost_element.disabled": null,
        "text": "#999999",
        "text.muted": "#999999",
        "text.placeholder": null,
        "text.disabled": null,
        "text.accent": "#79B8FF",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#141414",
        "title_bar.background": "#141414",
        "toolbar.background": "#1A1A1A",
        "tab_bar.background": "#1A1A1A",
        "tab.inactive_background": "#1A1A1A",
        "tab.active_background": "#1A1A1A",
        "search.match_background": "#FFAB7064",
        "panel.background": "#00000000",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.thumb.border": null,
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": null,
        "editor.foreground": "#BBB",
        "editor.background": "#1A1A1A",
        "editor.gutter.background": "#1A1A1A",
        "editor.subheader.background": null,
        "editor.active_line.background": null,
        "editor.highlighted_line.background": null,
        "editor.line_number": "#727272",
        "editor.active_line_number": "#727272",
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": "#1A1A1A",
        "terminal.foreground": "#BBBBBB",
        "terminal.bright_foreground": "#F8F8F8",
        "terminal.dim_foreground": "#898989",
        "terminal.ansi.black": "#1A1A1A",
        "terminal.ansi.bright_black": "#5C5C5C",
        "terminal.ansi.dim_black": "#000000",
        "terminal.ansi.red": "#FA7584",
        "terminal.ansi.bright_red": "#FF9CAA",
        "terminal.ansi.dim_red": "#D15A68",
        "terminal.ansi.green": "#79B8FF",
        "terminal.ansi.bright_green": "#A3D0FF",
        "terminal.ansi.dim_green": "#5A8AC0",
        "terminal.ansi.yellow": "#FFAB70",
        "terminal.ansi.bright_yellow": "#FFC9A3",
        "terminal.ansi.dim_yellow": "#D18F5A",
        "terminal.ansi.blue": "#B392F1",
        "terminal.ansi.bright_blue": "#CFB8FF",
        "terminal.ansi.dim_blue": "#8A6EC0",
        "terminal.ansi.magenta": "#E394DC",
        "terminal.ansi.bright_magenta": "#F3B8EC",
        "terminal.ansi.dim_magenta": "#B376B0",
        "terminal.ansi.cyan": "#79B8FF",
        "terminal.ansi.bright_cyan": "#A3D0FF",
        "terminal.ansi.dim_cyan": "#5A8AC0",
        "terminal.ansi.white": "#BBBBBB",
        "terminal.ansi.bright_white": "#F8F8F8",
        "terminal.ansi.dim_white": "#898989",
        "link_text.hover": "#BBBBBB",
        "conflict": null,
        "conflict.background": null,
        "conflict.border": null,
        "created": "#6C9C77",
        "created.background": null,
        "created.border": null,
        "deleted": "#f97583",
        "deleted.background": "#1A1A1A",
        "deleted.border": null,
        "error": "#f97583",
        "error.background": "#1A1A1A",
        "error.border": "#f97583",
        "hidden": "#727272",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#99999980",
        "ignored.background": null,
        "ignored.border": null,
        "info": null,
        "info.background": null,
        "info.border": null,
        "modified": "#AB9775",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#999999",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": null,
        "warning.background": null,
        "warning.border": null,
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#B392F1"
          },
          "boolean": {
            "color": "#79B8FF"
          },
          "comment": {
            "color": "#AAAAAA"
          },
          "comment.doc": {
            "color": "#AAAAAA"
          },
          "constant": {
            "color": "#79B8FF"
          },
          "enum": {
            "color": "#B392F1"
          },
          "function": {
            "color": "#B392F1"
          },
          "keyword": {
            "color": "#FA7584"
          },
          "number": {
            "color": "#F8F8F8"
          },
          "operator": {
            "color": "#FA7584"
          },
          "property": {
            "color": "#BBB"
          },
          "punctuation": {
            "color": "#d1d1d1"
          },
          "string": {
            "color": "#FFAB70"
          },
          "string.escape": {
            "color": "#FA7584",
            "font_style": "normal",
            "font_weight": 400
          },
          "tag": {
            "color": "#FFAB70",
            "font_style": "normal",
            "font_weight": 400
          },
          "text.literal": {
            "color": "#e394dc",
            "font_style": "normal",
            "font_weight": 400
          },
          "type": {
            "color": "#79B8FF",
            "font_style": "normal",
            "font_weight": 400
          },
          "type.builtin": {
            "color": "#79B8FF",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable": {
            "color": "#bbb",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable.special": {
            "color": "#79B8FF",
            "font_style": "normal",
            "font_weight": 400
          }
        }
      }
    },
    {
      "name": "Min Dark (Blurred)",
      "appearance": "dark",
      "style": {
        "border": "#ffe7b830",
        "border.variant": null,
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "surface.background": null,
        "background": "#1A1A1Ac0",
        "element.background": null,
        "element.hover": "#2A2A2A",
        "element.active": null,
        "element.selected": "#2A2A2A",
        "element.disabled": null,
        "drop_target.background": null,
        "ghost_element.background": null,
        "ghost_element.hover": null,
        "ghost_element.active": null,
        "ghost_element.selected": "#2A2A2A",
        "ghost_element.disabled": null,
        "text": "#999999",
        "text.muted": "#999999",
        "text.placeholder": null,
        "text.disabled": null,
        "text.accent": "#79B8FF",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#1A1A1Ac0",
        "title_bar.background": "#1A1A1Ac0",
        "toolbar.background": "#1A1A1A",
        "tab_bar.background": "#1A1A1A",
        "tab.inactive_background": "#1A1A1A",
        "tab.active_background": "#1A1A1A",
        "search.match_background": "#FFAB7064",
        "panel.background": "#00000000",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.thumb.border": null,
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": null,
        "editor.foreground": "#BBB",
        "editor.background": "#1A1A1A",
        "editor.gutter.background": "#1A1A1A",
        "editor.subheader.background": null,
        "editor.active_line.background": null,
        "editor.highlighted_line.background": null,
        "editor.line_number": "#727272",
        "editor.active_line_number": "#727272",
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": "#1A1A1A",
        "terminal.foreground": "#BBBBBB",
        "terminal.bright_foreground": "#F8F8F8",
        "terminal.dim_foreground": "#898989",
        "terminal.ansi.black": "#1A1A1A",
        "terminal.ansi.bright_black": "#5C5C5C",
        "terminal.ansi.dim_black": "#000000",
        "terminal.ansi.red": "#FA7584",
        "terminal.ansi.bright_red": "#FF9CAA",
        "terminal.ansi.dim_red": "#D15A68",
        "terminal.ansi.green": "#79B8FF",
        "terminal.ansi.bright_green": "#A3D0FF",
        "terminal.ansi.dim_green": "#5A8AC0",
        "terminal.ansi.yellow": "#FFAB70",
        "terminal.ansi.bright_yellow": "#FFC9A3",
        "terminal.ansi.dim_yellow": "#D18F5A",
        "terminal.ansi.blue": "#B392F1",
        "terminal.ansi.bright_blue": "#CFB8FF",
        "terminal.ansi.dim_blue": "#8A6EC0",
        "terminal.ansi.magenta": "#E394DC",
        "terminal.ansi.bright_magenta": "#F3B8EC",
        "terminal.ansi.dim_magenta": "#B376B0",
        "terminal.ansi.cyan": "#79B8FF",
        "terminal.ansi.bright_cyan": "#A3D0FF",
        "terminal.ansi.dim_cyan": "#5A8AC0",
        "terminal.ansi.white": "#BBBBBB",
        "terminal.ansi.bright_white": "#F8F8F8",
        "terminal.ansi.dim_white": "#898989",
        "link_text.hover": "#BBBBBB",
        "conflict": null,
        "conflict.background": null,
        "conflict.border": null,
        "created": "#6C9C77",
        "created.background": null,
        "created.border": null,
        "deleted": "#f97583",
        "deleted.background": "#1A1A1A",
        "deleted.border": null,
        "error": "#f97583",
        "error.background": "#1A1A1A",
        "error.border": "#f97583",
        "hidden": "#727272",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#99999980",
        "ignored.background": null,
        "ignored.border": null,
        "info": null,
        "info.background": null,
        "info.border": null,
        "modified": "#AB9775",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#999999",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": null,
        "warning.background": null,
        "warning.border": null,
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#B392F1"
          },
          "boolean": {
            "color": "#79B8FF"
          },
          "comment": {
            "color": "#AAAAAA"
          },
          "comment.doc": {
            "color": "#AAAAAA"
          },
          "constant": {
            "color": "#79B8FF"
          },
          "enum": {
            "color": "#B392F1"
          },
          "function": {
            "color": "#B392F1"
          },
          "keyword": {
            "color": "#FA7584"
          },
          "number": {
            "color": "#F8F8F8"
          },
          "operator": {
            "color": "#FA7584"
          },
          "property": {
            "color": "#BBB"
          },
          "punctuation": {
            "color": "#d1d1d1"
          },
          "string": {
            "color": "#FFAB70"
          },
          "string.escape": {
            "color": "#FA7584",
            "font_style": "normal",
            "font_weight": 400
          },
          "tag": {
            "color": "#FFAB70",
            "font_style": "normal",
            "font_weight": 400
          },
          "text.literal": {
            "color": "#e394dc",
            "font_style": "normal",
            "font_weight": 400
          },
          "type": {
            "color": "#79B8FF",
            "font_style": "normal",
            "font_weight": 400
          },
          "type.builtin": {
            "color": "#79B8FF",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable": {
            "color": "#bbb",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable.special": {
            "color": "#79B8FF",
            "font_style": "normal",
            "font_weight": 400
          }
        },
        "background.appearance": "blurred"
      }
    },
    {
      "name": "Min Light (Solid)",
      "appearance": "light",
      "style": {
        "border": "#E9E9E9",
        "border.variant": null,
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "surface.background": null,
        "background": "#FBFBFB",
        "element.background": null,
        "element.hover": "#EDEDED",
        "element.active": null,
        "element.selected": "#EDEDED",
        "element.disabled": null,
        "drop_target.background": null,
        "ghost_element.background": null,
        "ghost_element.hover": null,
        "ghost_element.active": null,
        "ghost_element.selected": "#EDEDED",
        "ghost_element.disabled": null,
        "text": "#606060",
        "text.muted": "#606060",
        "text.placeholder": null,
        "text.disabled": null,
        "text.accent": "#1976D2",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#FBFBFB",
        "title_bar.background": "#FBFBFB",
        "toolbar.background": "#F6F6F6",
        "tab_bar.background": "#F6F6F6",
        "tab.inactive_background": "#F6F6F6",
        "tab.active_background": "#FFFFFF",
        "search.match_background": "#E7C54764",
        "panel.background": "#00000000",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.thumb.border": null,
        "scrollbar.track.background": "#FFFFFF00",
        "scrollbar.track.border": "#E9E9E9",
        "editor.foreground": "#212121",
        "editor.background": "#FFFFFF",
        "editor.gutter.background": "#FFFFFF",
        "editor.subheader.background": null,
        "editor.active_line.background": null,
        "editor.highlighted_line.background": null,
        "editor.line_number": "#CCC",
        "editor.active_line_number": "#757575",
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": "#FFFFFF",
        "terminal.foreground": "#212121",
        "terminal.bright_foreground": "#000000",
        "terminal.dim_foreground": "#757575",
        "terminal.ansi.black": "#333333",
        "terminal.ansi.bright_black": "#A1A1A1",
        "terminal.ansi.dim_black": "#757575",
        "terminal.ansi.red": "#D32F2F",
        "terminal.ansi.bright_red": "#E57373",
        "terminal.ansi.dim_red": "#B71C1C",
        "terminal.ansi.green": "#388E3C",
        "terminal.ansi.bright_green": "#81C784",
        "terminal.ansi.dim_green": "#1B5E20",
        "terminal.ansi.yellow": "#F57C00",
        "terminal.ansi.bright_yellow": "#FFB74D",
        "terminal.ansi.dim_yellow": "#E65100",
        "terminal.ansi.blue": "#1976D2",
        "terminal.ansi.bright_blue": "#64B5F6",
        "terminal.ansi.dim_blue": "#0D47A1",
        "terminal.ansi.magenta": "#C2185B",
        "terminal.ansi.bright_magenta": "#F06292",
        "terminal.ansi.dim_magenta": "#880E4F",
        "terminal.ansi.cyan": "#0097A7",
        "terminal.ansi.bright_cyan": "#4DD0E1",
        "terminal.ansi.dim_cyan": "#006064",
        "terminal.ansi.white": "#b1b1b1",
        "terminal.ansi.bright_white": "#b1b1b1",
        "terminal.ansi.dim_white": "#F5F5F5",
        "link_text.hover": "#212121",
        "conflict": null,
        "conflict.background": null,
        "conflict.border": null,
        "created": "#388E3C",
        "created.background": null,
        "created.border": null,
        "deleted": "#D32F2F",
        "deleted.background": "#FFEBEE",
        "deleted.border": null,
        "error": "#D32F2F",
        "error.background": "#FFEBEE",
        "error.border": "#D32F2F",
        "hidden": "#BDBDBD",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#757575",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#75757580",
        "ignored.background": null,
        "ignored.border": null,
        "info": null,
        "info.background": null,
        "info.border": null,
        "modified": "#F57C00",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#757575",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": null,
        "warning.background": null,
        "warning.border": null,
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#6F42C1"
          },
          "boolean": {
            "color": "#1976D2"
          },
          "comment": {
            "color": "#C2C3C5"
          },
          "comment.doc": {
            "color": "#C2C3C5"
          },
          "constant": {
            "color": "#1976D2"
          },
          "enum": {
            "color": "#6F42C1"
          },
          "function": {
            "color": "#6F42C1"
          },
          "keyword": {
            "color": "#D32F2F"
          },
          "number": {
            "color": "#212121"
          },
          "operator": {
            "color": "#D32F2F"
          },
          "property": {
            "color": "#212121"
          },
          "punctuation": {
            "color": "#424242"
          },
          "string": {
            "color": "#22863A"
          },
          "string.escape": {
            "color": "#D32F2F",
            "font_style": "normal",
            "font_weight": 400
          },
          "tag": {
            "color": "#22863A",
            "font_style": "normal",
            "font_weight": 400
          },
          "text.literal": {
            "color": "#C2185B",
            "font_style": "normal",
            "font_weight": 400
          },
          "type": {
            "color": "#1976D2",
            "font_style": "normal",
            "font_weight": 400
          },
          "type.builtin": {
            "color": "#1976D2",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable": {
            "color": "#212121",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable.special": {
            "color": "#1976D2",
            "font_style": "normal",
            "font_weight": 400
          }
        }
      }
    },
    {
      "name": "Min Light (Blurred)",
      "appearance": "light",
      "style": {
        "border": "#E9E9E9",
        "border.variant": null,
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "surface.background": null,
        "background": "#FFFFFFD0",
        "element.background": null,
        "element.hover": "#EDEDED",
        "element.active": null,
        "element.selected": "#EDEDED",
        "element.disabled": null,
        "drop_target.background": null,
        "ghost_element.background": null,
        "ghost_element.hover": null,
        "ghost_element.active": null,
        "ghost_element.selected": "#EDEDED",
        "ghost_element.disabled": null,
        "text": "#606060",
        "text.muted": "#606060",
        "text.placeholder": null,
        "text.disabled": null,
        "text.accent": "#1976D2",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#FFFFFFD0",
        "title_bar.background": "#FFFFFFD0",
        "toolbar.background": "#F6F6F6",
        "tab_bar.background": "#F6F6F6",
        "tab.inactive_background": "#F6F6F6",
        "tab.active_background": "#FFFFFF",
        "search.match_background": "#E7C54764",
        "panel.background": "#00000000",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.thumb.border": null,
        "scrollbar.track.background": "#FFFFFF00",
        "scrollbar.track.border": null,
        "editor.foreground": "#212121",
        "editor.background": "#FFFFFF",
        "editor.gutter.background": "#FFFFFF",
        "editor.subheader.background": null,
        "editor.active_line.background": null,
        "editor.highlighted_line.background": null,
        "editor.line_number": "#CCC",
        "editor.active_line_number": "#757575",
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": "#FFFFFF",
        "terminal.foreground": "#212121",
        "terminal.bright_foreground": "#000000",
        "terminal.dim_foreground": "#757575",
        "terminal.ansi.black": "#333333",
        "terminal.ansi.bright_black": "#A1A1A1",
        "terminal.ansi.dim_black": "#757575",
        "terminal.ansi.red": "#D32F2F",
        "terminal.ansi.bright_red": "#E57373",
        "terminal.ansi.dim_red": "#B71C1C",
        "terminal.ansi.green": "#388E3C",
        "terminal.ansi.bright_green": "#81C784",
        "terminal.ansi.dim_green": "#1B5E20",
        "terminal.ansi.yellow": "#F57C00",
        "terminal.ansi.bright_yellow": "#FFB74D",
        "terminal.ansi.dim_yellow": "#E65100",
        "terminal.ansi.blue": "#1976D2",
        "terminal.ansi.bright_blue": "#64B5F6",
        "terminal.ansi.dim_blue": "#0D47A1",
        "terminal.ansi.magenta": "#C2185B",
        "terminal.ansi.bright_magenta": "#F06292",
        "terminal.ansi.dim_magenta": "#880E4F",
        "terminal.ansi.cyan": "#0097A7",
        "terminal.ansi.bright_cyan": "#4DD0E1",
        "terminal.ansi.dim_cyan": "#006064",
        "terminal.ansi.white": "#b1b1b1",
        "terminal.ansi.bright_white": "#b1b1b1",
        "terminal.ansi.dim_white": "#F5F5F5",
        "link_text.hover": "#212121",
        "conflict": null,
        "conflict.background": null,
        "conflict.border": null,
        "created": "#388E3C",
        "created.background": null,
        "created.border": null,
        "deleted": "#D32F2F",
        "deleted.background": "#FFEBEE",
        "deleted.border": null,
        "error": "#D32F2F",
        "error.background": "#FFEBEE",
        "error.border": "#D32F2F",
        "hidden": "#BDBDBD",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#757575",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#75757580",
        "ignored.background": null,
        "ignored.border": null,
        "info": null,
        "info.background": null,
        "info.border": null,
        "modified": "#F57C00",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#757575",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": null,
        "warning.background": null,
        "warning.border": null,
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#6F42C1"
          },
          "boolean": {
            "color": "#1976D2"
          },
          "comment": {
            "color": "#C2C3C5"
          },
          "comment.doc": {
            "color": "#C2C3C5"
          },
          "constant": {
            "color": "#1976D2"
          },
          "enum": {
            "color": "#6F42C1"
          },
          "function": {
            "color": "#6F42C1"
          },
          "keyword": {
            "color": "#D32F2F"
          },
          "number": {
            "color": "#212121"
          },
          "operator": {
            "color": "#D32F2F"
          },
          "property": {
            "color": "#212121"
          },
          "punctuation": {
            "color": "#424242"
          },
          "string": {
            "color": "#22863A"
          },
          "string.escape": {
            "color": "#D32F2F",
            "font_style": "normal",
            "font_weight": 400
          },
          "tag": {
            "color": "#22863A",
            "font_style": "normal",
            "font_weight": 400
          },
          "text.literal": {
            "color": "#C2185B",
            "font_style": "normal",
            "font_weight": 400
          },
          "type": {
            "color": "#1976D2",
            "font_style": "normal",
            "font_weight": 400
          },
          "type.builtin": {
            "color": "#1976D2",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable": {
            "color": "#212121",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable.special": {
            "color": "#1976D2",
            "font_style": "normal",
            "font_weight": 400
          }
        },
        "background.appearance": "blurred"
      }
    }
  ],
  "id": "TT-by8D_L7UJRSg6oOiMY"
}