{
  "name": "Cyberpunk 2077",
  "author": "rafael-arreola",
  "themes": [
    {
      "name": "Cyberpunk 2077 (Electric cyan)",
      "appearance": "dark",
      "style": {
        "border": "#003840",
        "border.variant": "#390014",
        "border.focused": "#FCEE0A",
        "border.selected": "#FCEE0A",
        "border.transparent": "#00000000",
        "border.disabled": "#0d0d0d",
        "elevated_surface.background": "#000000",
        "surface.background": "#000000",
        "background": "#000000",
        "element.background": "#000000",
        "element.hover": "#002b30",
        "element.active": "#003840",
        "element.selected": "#002b30",
        "element.disabled": "#000000",
        "drop_target.background": "#1a1a1a",
        "ghost_element.background": null,
        "ghost_element.hover": "#002b30",
        "ghost_element.active": "#003840",
        "ghost_element.selected": "#002b30",
        "ghost_element.disabled": null,
        "text": "#eeeeee",
        "text.muted": "#007a8a",
        "text.placeholder": "#005560",
        "text.disabled": "#333333",
        "text.accent": "#FCEE0A",
        "icon": "#eeeeee",
        "icon.muted": "#007a8a",
        "icon.disabled": "#333333",
        "icon.placeholder": "#005560",
        "icon.accent": "#00F0FF",
        "status_bar.background": "#000000",
        "title_bar.background": "#000000",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#000000",
        "tab.active_background": "#000000",
        "search.match_background": "#FCEE0A40",
        "panel.background": "#000000",
        "panel.focused_border": "#FCEE0A",
        "pane.focused_border": "#FCEE0A",
        "scrollbar_thumb.background": "#003840",
        "scrollbar.thumb.hover_background": "#FCEE0A",
        "scrollbar.thumb.border": "#FCEE0A",
        "scrollbar.track.background": "#000000",
        "scrollbar.track.border": "#003840",
        "editor.foreground": "#eeeeee",
        "editor.background": "#000000",
        "editor.gutter.background": "#000000",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#FCEE0A0F",
        "editor.highlighted_line.background": "#050505",
        "editor.line_number": "#005560",
        "editor.active_line_number": "#FCEE0A",
        "editor.invisible": "#333333",
        "editor.wrap_guide": "#003840",
        "editor.active_wrap_guide": "#FCEE0A",
        "editor.document_highlight.read_background": "#FCEE0A20",
        "editor.document_highlight.write_background": "#FCEE0A20",
        "terminal.background": "#000000",
        "terminal.foreground": "#eeeeee",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#777777",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#555555",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#FF003C",
        "terminal.ansi.bright_red": "#FF003C",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#39FF14",
        "terminal.ansi.bright_green": "#39FF14",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#FCEE0A",
        "terminal.ansi.bright_yellow": "#FCEE0A",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#00F0FF",
        "terminal.ansi.bright_blue": "#00F0FF",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#FF00FF",
        "terminal.ansi.bright_magenta": "#FF00FF",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#00FFFF",
        "terminal.ansi.bright_cyan": "#00FFFF",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#eeeeee",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#00F0FF",
        "conflict": "#FF003C",
        "conflict.background": "#FF003C20",
        "conflict.border": "#FF003C",
        "created": "#39FF14",
        "created.background": "#39FF1420",
        "created.border": "#39FF14",
        "deleted": "#FF003C",
        "deleted.background": "#FF003C20",
        "deleted.border": "#FF003C",
        "error": "#FF003C",
        "error.background": "#FF003C20",
        "error.border": "#FF003C",
        "hidden": "#777777",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#777777",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#00F0FF",
        "info.background": "#00F0FF20",
        "info.border": "#00F0FF",
        "modified": "#FCEE0A",
        "modified.background": "#FCEE0A20",
        "modified.border": "#FCEE0A",
        "predictive": "#777777",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#00F0FF",
        "renamed.background": null,
        "renamed.border": null,
        "success": "#39FF14",
        "success.background": null,
        "success.border": null,
        "unreachable": "#777777",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#FCEE0A",
        "warning.background": "#FCEE0A20",
        "warning.border": "#FCEE0A",
        "players": [],
        "syntax": {
          "comment": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "string": {
            "color": "#39FF14"
          },
          "string.escape": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#39FF14"
          },
          "string.special": {
            "color": "#39FF14"
          },
          "string.special.symbol": {
            "color": "#39FF14"
          },
          "constant": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "constant.numeric": {
            "color": "#FF00FF"
          },
          "constant.builtin": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "number": {
            "color": "#FF00FF"
          },
          "boolean": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "keyword": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.control": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.operator": {
            "color": "#FCEE0A"
          },
          "operator": {
            "color": "#FCEE0A"
          },
          "function": {
            "color": "#00F0FF",
            "font_weight": 700,
            "font_style": "italic"
          },
          "function.call": {
            "color": "#00F0FF"
          },
          "function.builtin": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "function.method": {
            "color": "#00F0FF"
          },
          "function.special.definition": {
            "color": "#FF00FF"
          },
          "type": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "type.builtin": {
            "color": "#FCEE0A",
            "font_style": "italic",
            "font_weight": 700
          },
          "variable": {
            "color": "#eeeeee"
          },
          "variable.special": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "variable.parameter": {
            "color": "#FF8000",
            "font_style": "italic"
          },
          "property": {
            "color": "#00F0FF"
          },
          "property.json_key": {
            "color": "#00F0FF"
          },
          "constructor": {
            "color": "#00F0FF",
            "font_weight": 700
          },
          "embedded": {
            "color": "#FF00FF"
          },
          "punctuation": {
            "color": "#00F0FF80"
          },
          "punctuation.bracket": {
            "color": "#00F0FF80"
          },
          "punctuation.delimiter": {
            "color": "#00F0FF80"
          },
          "punctuation.list_marker": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#FF003C"
          },
          "tag": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "attribute": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "label": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "link_text": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "enum": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "primary": {
            "color": "#eeeeee"
          },
          "emphasis": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "title": {
            "color": "#FCEE0A",
            "font_weight": 700
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "Cyberpunk 2077 (Neon Magenta)",
      "appearance": "dark",
      "style": {
        "border": "#3d0045",
        "border.variant": "#390014",
        "border.focused": "#FF00FF",
        "border.selected": "#FF00FF",
        "border.transparent": "#00000000",
        "border.disabled": "#0d0d0d",
        "elevated_surface.background": "#000000",
        "surface.background": "#000000",
        "background": "#000000",
        "element.background": "#000000",
        "element.hover": "#2b0032",
        "element.active": "#3d0045",
        "element.selected": "#2b0032",
        "element.disabled": "#000000",
        "drop_target.background": "#1a1a1a",
        "ghost_element.background": null,
        "ghost_element.hover": "#2b0032",
        "ghost_element.active": "#3d0045",
        "ghost_element.selected": "#2b0032",
        "ghost_element.disabled": null,
        "text": "#eeeeee",
        "text.muted": "#8a007a",
        "text.placeholder": "#600055",
        "text.disabled": "#333333",
        "text.accent": "#FF00FF",
        "icon": "#eeeeee",
        "icon.muted": "#8a007a",
        "icon.disabled": "#333333",
        "icon.placeholder": "#600055",
        "icon.accent": "#FF00FF",
        "status_bar.background": "#000000",
        "title_bar.background": "#000000",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#000000",
        "tab.active_background": "#000000",
        "search.match_background": "#FF00FF40",
        "panel.background": "#000000",
        "panel.focused_border": "#FF00FF",
        "pane.focused_border": "#FF00FF",
        "scrollbar_thumb.background": "#3d0045",
        "scrollbar.thumb.hover_background": "#FF00FF",
        "scrollbar.thumb.border": "#FF00FF",
        "scrollbar.track.background": "#000000",
        "scrollbar.track.border": "#3d0045",
        "editor.foreground": "#eeeeee",
        "editor.background": "#000000",
        "editor.gutter.background": "#000000",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#FF00FF0F",
        "editor.highlighted_line.background": "#050505",
        "editor.line_number": "#600055",
        "editor.active_line_number": "#FF00FF",
        "editor.invisible": "#333333",
        "editor.wrap_guide": "#3d0045",
        "editor.active_wrap_guide": "#FF00FF",
        "editor.document_highlight.read_background": "#FF00FF20",
        "editor.document_highlight.write_background": "#FF00FF20",
        "terminal.background": "#000000",
        "terminal.foreground": "#eeeeee",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#777777",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#555555",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#FF003C",
        "terminal.ansi.bright_red": "#FF003C",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#39FF14",
        "terminal.ansi.bright_green": "#39FF14",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#FCEE0A",
        "terminal.ansi.bright_yellow": "#FCEE0A",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#00F0FF",
        "terminal.ansi.bright_blue": "#00F0FF",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#FF00FF",
        "terminal.ansi.bright_magenta": "#FF00FF",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#00FFFF",
        "terminal.ansi.bright_cyan": "#00FFFF",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#eeeeee",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#FF00FF",
        "conflict": "#FF003C",
        "conflict.background": "#FF003C20",
        "conflict.border": "#FF003C",
        "created": "#39FF14",
        "created.background": "#39FF1420",
        "created.border": "#39FF14",
        "deleted": "#FF003C",
        "deleted.background": "#FF003C20",
        "deleted.border": "#FF003C",
        "error": "#FF003C",
        "error.background": "#FF003C20",
        "error.border": "#FF003C",
        "hidden": "#777777",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#777777",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#FF00FF",
        "info.background": "#FF00FF20",
        "info.border": "#FF00FF",
        "modified": "#FCEE0A",
        "modified.background": "#FCEE0A20",
        "modified.border": "#FCEE0A",
        "predictive": "#777777",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#FF00FF",
        "renamed.background": null,
        "renamed.border": null,
        "success": "#39FF14",
        "success.background": null,
        "success.border": null,
        "unreachable": "#777777",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#FCEE0A",
        "warning.background": "#FCEE0A20",
        "warning.border": "#FCEE0A",
        "players": [],
        "syntax": {
          "comment": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "string": {
            "color": "#39FF14"
          },
          "string.escape": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#39FF14"
          },
          "string.special": {
            "color": "#39FF14"
          },
          "string.special.symbol": {
            "color": "#39FF14"
          },
          "constant": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "constant.numeric": {
            "color": "#FF00FF"
          },
          "constant.builtin": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "number": {
            "color": "#FF00FF"
          },
          "boolean": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "keyword": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.control": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.operator": {
            "color": "#FF00FF"
          },
          "operator": {
            "color": "#FF00FF"
          },
          "function": {
            "color": "#FF00FF",
            "font_weight": 700,
            "font_style": "italic"
          },
          "function.call": {
            "color": "#FF00FF"
          },
          "function.builtin": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "function.method": {
            "color": "#FF00FF"
          },
          "function.special.definition": {
            "color": "#FF0080"
          },
          "type": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "type.builtin": {
            "color": "#00F0FF",
            "font_style": "italic",
            "font_weight": 700
          },
          "variable": {
            "color": "#eeeeee"
          },
          "variable.special": {
            "color": "#FF0080",
            "font_style": "italic"
          },
          "variable.parameter": {
            "color": "#FF8000",
            "font_style": "italic"
          },
          "property": {
            "color": "#FF00FF"
          },
          "property.json_key": {
            "color": "#FF00FF"
          },
          "constructor": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "embedded": {
            "color": "#00FFFF"
          },
          "punctuation": {
            "color": "#A42DB480"
          },
          "punctuation.bracket": {
            "color": "#A42DB480"
          },
          "punctuation.delimiter": {
            "color": "#A42DB480"
          },
          "punctuation.list_marker": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#FF003C"
          },
          "tag": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "attribute": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "label": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "link_text": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "enum": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "primary": {
            "color": "#eeeeee"
          },
          "emphasis": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "title": {
            "color": "#FF00FF",
            "font_weight": 700
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "Cyberpunk 2077 (Toxic Green)",
      "appearance": "dark",
      "style": {
        "border": "#1a4000",
        "border.variant": "#390014",
        "border.focused": "#39FF14",
        "border.selected": "#39FF14",
        "border.transparent": "#00000000",
        "border.disabled": "#0d0d0d",
        "elevated_surface.background": "#000000",
        "surface.background": "#000000",
        "background": "#000000",
        "element.background": "#000000",
        "element.hover": "#0f2900",
        "element.active": "#1a4000",
        "element.selected": "#0f2900",
        "element.disabled": "#000000",
        "drop_target.background": "#1a1a1a",
        "ghost_element.background": null,
        "ghost_element.hover": "#0f2900",
        "ghost_element.active": "#1a4000",
        "ghost_element.selected": "#0f2900",
        "ghost_element.disabled": null,
        "text": "#eeeeee",
        "text.muted": "#4a7a00",
        "text.placeholder": "#2d5500",
        "text.disabled": "#333333",
        "text.accent": "#39FF14",
        "icon": "#eeeeee",
        "icon.muted": "#4a7a00",
        "icon.disabled": "#333333",
        "icon.placeholder": "#2d5500",
        "icon.accent": "#39FF14",
        "status_bar.background": "#000000",
        "title_bar.background": "#000000",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#000000",
        "tab.active_background": "#000000",
        "search.match_background": "#39FF1440",
        "panel.background": "#000000",
        "panel.focused_border": "#39FF14",
        "pane.focused_border": "#39FF14",
        "scrollbar_thumb.background": "#1a4000",
        "scrollbar.thumb.hover_background": "#39FF14",
        "scrollbar.thumb.border": "#39FF14",
        "scrollbar.track.background": "#000000",
        "scrollbar.track.border": "#1a4000",
        "editor.foreground": "#eeeeee",
        "editor.background": "#000000",
        "editor.gutter.background": "#000000",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#39FF140F",
        "editor.highlighted_line.background": "#050505",
        "editor.line_number": "#2d5500",
        "editor.active_line_number": "#39FF14",
        "editor.invisible": "#333333",
        "editor.wrap_guide": "#1a4000",
        "editor.active_wrap_guide": "#39FF14",
        "editor.document_highlight.read_background": "#39FF1420",
        "editor.document_highlight.write_background": "#39FF1420",
        "terminal.background": "#000000",
        "terminal.foreground": "#eeeeee",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#777777",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#555555",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#FF003C",
        "terminal.ansi.bright_red": "#FF003C",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#39FF14",
        "terminal.ansi.bright_green": "#39FF14",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#FCEE0A",
        "terminal.ansi.bright_yellow": "#FCEE0A",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#00F0FF",
        "terminal.ansi.bright_blue": "#00F0FF",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#FF00FF",
        "terminal.ansi.bright_magenta": "#FF00FF",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#00FFFF",
        "terminal.ansi.bright_cyan": "#00FFFF",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#eeeeee",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#39FF14",
        "conflict": "#FF003C",
        "conflict.background": "#FF003C20",
        "conflict.border": "#FF003C",
        "created": "#39FF14",
        "created.background": "#39FF1420",
        "created.border": "#39FF14",
        "deleted": "#FF003C",
        "deleted.background": "#FF003C20",
        "deleted.border": "#FF003C",
        "error": "#FF003C",
        "error.background": "#FF003C20",
        "error.border": "#FF003C",
        "hidden": "#777777",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#777777",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#39FF14",
        "info.background": "#39FF1420",
        "info.border": "#39FF14",
        "modified": "#FCEE0A",
        "modified.background": "#FCEE0A20",
        "modified.border": "#FCEE0A",
        "predictive": "#777777",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#39FF14",
        "renamed.background": null,
        "renamed.border": null,
        "success": "#39FF14",
        "success.background": null,
        "success.border": null,
        "unreachable": "#777777",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#FCEE0A",
        "warning.background": "#FCEE0A20",
        "warning.border": "#FCEE0A",
        "players": [],
        "syntax": {
          "comment": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "string": {
            "color": "#39FF14"
          },
          "string.escape": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#39FF14"
          },
          "string.special": {
            "color": "#39FF14"
          },
          "string.special.symbol": {
            "color": "#39FF14"
          },
          "constant": {
            "color": "#00FFFF",
            "font_weight": 700
          },
          "constant.numeric": {
            "color": "#00FFFF"
          },
          "constant.builtin": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "number": {
            "color": "#00FFFF"
          },
          "boolean": {
            "color": "#00FFFF",
            "font_weight": 700
          },
          "keyword": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.control": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.operator": {
            "color": "#39FF14"
          },
          "operator": {
            "color": "#39FF14"
          },
          "function": {
            "color": "#39FF14",
            "font_weight": 700,
            "font_style": "italic"
          },
          "function.call": {
            "color": "#39FF14"
          },
          "function.builtin": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "function.method": {
            "color": "#39FF14"
          },
          "function.special.definition": {
            "color": "#00FFFF"
          },
          "type": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "type.builtin": {
            "color": "#FCEE0A",
            "font_style": "italic",
            "font_weight": 700
          },
          "variable": {
            "color": "#eeeeee"
          },
          "variable.special": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "variable.parameter": {
            "color": "#FF8000",
            "font_style": "italic"
          },
          "property": {
            "color": "#39FF14"
          },
          "property.json_key": {
            "color": "#39FF14"
          },
          "constructor": {
            "color": "#39FF14",
            "font_weight": 700
          },
          "embedded": {
            "color": "#FF00FF"
          },
          "punctuation": {
            "color": "#00FFFF80"
          },
          "punctuation.bracket": {
            "color": "#00FFFF80"
          },
          "punctuation.delimiter": {
            "color": "#00FFFF80"
          },
          "punctuation.list_marker": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#FF003C"
          },
          "tag": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "attribute": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "label": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "link_text": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "enum": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "primary": {
            "color": "#eeeeee"
          },
          "emphasis": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "title": {
            "color": "#39FF14",
            "font_weight": 700
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "Cyberpunk 2077 (Laser Pink)",
      "appearance": "dark",
      "style": {
        "border": "#4d0028",
        "border.variant": "#390014",
        "border.focused": "#FF0080",
        "border.selected": "#FF0080",
        "border.transparent": "#00000000",
        "border.disabled": "#0d0d0d",
        "elevated_surface.background": "#000000",
        "surface.background": "#000000",
        "background": "#000000",
        "element.background": "#000000",
        "element.hover": "#33001a",
        "element.active": "#4d0028",
        "element.selected": "#33001a",
        "element.disabled": "#000000",
        "drop_target.background": "#1a1a1a",
        "ghost_element.background": null,
        "ghost_element.hover": "#33001a",
        "ghost_element.active": "#4d0028",
        "ghost_element.selected": "#33001a",
        "ghost_element.disabled": null,
        "text": "#eeeeee",
        "text.muted": "#99004d",
        "text.placeholder": "#660033",
        "text.disabled": "#333333",
        "text.accent": "#FF0080",
        "icon": "#eeeeee",
        "icon.muted": "#99004d",
        "icon.disabled": "#333333",
        "icon.placeholder": "#660033",
        "icon.accent": "#FF0080",
        "status_bar.background": "#000000",
        "title_bar.background": "#000000",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#000000",
        "tab.active_background": "#000000",
        "search.match_background": "#FF008040",
        "panel.background": "#000000",
        "panel.focused_border": "#FF0080",
        "pane.focused_border": "#FF0080",
        "scrollbar_thumb.background": "#4d0028",
        "scrollbar.thumb.hover_background": "#FF0080",
        "scrollbar.thumb.border": "#FF0080",
        "scrollbar.track.background": "#000000",
        "scrollbar.track.border": "#4d0028",
        "editor.foreground": "#eeeeee",
        "editor.background": "#000000",
        "editor.gutter.background": "#000000",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#FF00800F",
        "editor.highlighted_line.background": "#050505",
        "editor.line_number": "#660033",
        "editor.active_line_number": "#FF0080",
        "editor.invisible": "#333333",
        "editor.wrap_guide": "#4d0028",
        "editor.active_wrap_guide": "#FF0080",
        "editor.document_highlight.read_background": "#FF008020",
        "editor.document_highlight.write_background": "#FF008020",
        "terminal.background": "#000000",
        "terminal.foreground": "#eeeeee",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#777777",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#555555",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#FF003C",
        "terminal.ansi.bright_red": "#FF003C",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#39FF14",
        "terminal.ansi.bright_green": "#39FF14",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#FCEE0A",
        "terminal.ansi.bright_yellow": "#FCEE0A",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#00F0FF",
        "terminal.ansi.bright_blue": "#00F0FF",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#FF00FF",
        "terminal.ansi.bright_magenta": "#FF00FF",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#00FFFF",
        "terminal.ansi.bright_cyan": "#00FFFF",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#eeeeee",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#FF0080",
        "conflict": "#FF003C",
        "conflict.background": "#FF003C20",
        "conflict.border": "#FF003C",
        "created": "#39FF14",
        "created.background": "#39FF1420",
        "created.border": "#39FF14",
        "deleted": "#FF003C",
        "deleted.background": "#FF003C20",
        "deleted.border": "#FF003C",
        "error": "#FF003C",
        "error.background": "#FF003C20",
        "error.border": "#FF003C",
        "hidden": "#777777",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#777777",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#FF0080",
        "info.background": "#FF008020",
        "info.border": "#FF0080",
        "modified": "#FCEE0A",
        "modified.background": "#FCEE0A20",
        "modified.border": "#FCEE0A",
        "predictive": "#777777",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#FF0080",
        "renamed.background": null,
        "renamed.border": null,
        "success": "#39FF14",
        "success.background": null,
        "success.border": null,
        "unreachable": "#777777",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#FCEE0A",
        "warning.background": "#FCEE0A20",
        "warning.border": "#FCEE0A",
        "players": [],
        "syntax": {
          "comment": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "string": {
            "color": "#39FF14"
          },
          "string.escape": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#39FF14"
          },
          "string.special": {
            "color": "#39FF14"
          },
          "string.special.symbol": {
            "color": "#39FF14"
          },
          "constant": {
            "color": "#FF0080",
            "font_weight": 700
          },
          "constant.numeric": {
            "color": "#FF0080"
          },
          "constant.builtin": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "number": {
            "color": "#FF0080"
          },
          "boolean": {
            "color": "#FF0080",
            "font_weight": 700
          },
          "keyword": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.control": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.operator": {
            "color": "#FF0080"
          },
          "operator": {
            "color": "#FF0080"
          },
          "function": {
            "color": "#FF0080",
            "font_weight": 700,
            "font_style": "italic"
          },
          "function.call": {
            "color": "#FF0080"
          },
          "function.builtin": {
            "color": "#FF0080",
            "font_style": "italic"
          },
          "function.method": {
            "color": "#FF0080"
          },
          "function.special.definition": {
            "color": "#FF00FF"
          },
          "type": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "type.builtin": {
            "color": "#00F0FF",
            "font_style": "italic",
            "font_weight": 700
          },
          "variable": {
            "color": "#eeeeee"
          },
          "variable.special": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "variable.parameter": {
            "color": "#FF8000",
            "font_style": "italic"
          },
          "property": {
            "color": "#FF0080"
          },
          "property.json_key": {
            "color": "#FF0080"
          },
          "constructor": {
            "color": "#FF0080",
            "font_weight": 700
          },
          "embedded": {
            "color": "#00FFFF"
          },
          "punctuation": {
            "color": "#A42DB480"
          },
          "punctuation.bracket": {
            "color": "#A42DB480"
          },
          "punctuation.delimiter": {
            "color": "#A42DB480"
          },
          "punctuation.list_marker": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#FF003C"
          },
          "tag": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "attribute": {
            "color": "#FF0080",
            "font_style": "italic"
          },
          "label": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "link_text": {
            "color": "#FF0080",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "enum": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "primary": {
            "color": "#eeeeee"
          },
          "emphasis": {
            "color": "#FF0080",
            "font_style": "italic"
          },
          "title": {
            "color": "#FF0080",
            "font_weight": 700
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "Cyberpunk 2077 (Iconic Yellow)",
      "appearance": "dark",
      "style": {
        "border": "#4d4500",
        "border.variant": "#390014",
        "border.focused": "#FCEE0A",
        "border.selected": "#FCEE0A",
        "border.transparent": "#00000000",
        "border.disabled": "#0d0d0d",
        "elevated_surface.background": "#000000",
        "surface.background": "#000000",
        "background": "#000000",
        "element.background": "#000000",
        "element.hover": "#332e00",
        "element.active": "#4d4500",
        "element.selected": "#332e00",
        "element.disabled": "#000000",
        "drop_target.background": "#1a1a1a",
        "ghost_element.background": null,
        "ghost_element.hover": "#332e00",
        "ghost_element.active": "#4d4500",
        "ghost_element.selected": "#332e00",
        "ghost_element.disabled": null,
        "text": "#eeeeee",
        "text.muted": "#998800",
        "text.placeholder": "#665500",
        "text.disabled": "#333333",
        "text.accent": "#FCEE0A",
        "icon": "#eeeeee",
        "icon.muted": "#998800",
        "icon.disabled": "#333333",
        "icon.placeholder": "#665500",
        "icon.accent": "#FCEE0A",
        "status_bar.background": "#000000",
        "title_bar.background": "#000000",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#000000",
        "tab.active_background": "#000000",
        "search.match_background": "#FCEE0A40",
        "panel.background": "#000000",
        "panel.focused_border": "#FCEE0A",
        "pane.focused_border": "#FCEE0A",
        "scrollbar_thumb.background": "#4d4500",
        "scrollbar.thumb.hover_background": "#FCEE0A",
        "scrollbar.thumb.border": "#FCEE0A",
        "scrollbar.track.background": "#000000",
        "scrollbar.track.border": "#4d4500",
        "editor.foreground": "#eeeeee",
        "editor.background": "#000000",
        "editor.gutter.background": "#000000",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#FCEE0A0F",
        "editor.highlighted_line.background": "#050505",
        "editor.line_number": "#665500",
        "editor.active_line_number": "#FCEE0A",
        "editor.invisible": "#333333",
        "editor.wrap_guide": "#4d4500",
        "editor.active_wrap_guide": "#FCEE0A",
        "editor.document_highlight.read_background": "#FCEE0A20",
        "editor.document_highlight.write_background": "#FCEE0A20",
        "terminal.background": "#000000",
        "terminal.foreground": "#eeeeee",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#777777",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#555555",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#FF003C",
        "terminal.ansi.bright_red": "#FF003C",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#39FF14",
        "terminal.ansi.bright_green": "#39FF14",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#FCEE0A",
        "terminal.ansi.bright_yellow": "#FCEE0A",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#00F0FF",
        "terminal.ansi.bright_blue": "#00F0FF",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#FF00FF",
        "terminal.ansi.bright_magenta": "#FF00FF",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#00FFFF",
        "terminal.ansi.bright_cyan": "#00FFFF",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#eeeeee",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#FCEE0A",
        "conflict": "#FF003C",
        "conflict.background": "#FF003C20",
        "conflict.border": "#FF003C",
        "created": "#39FF14",
        "created.background": "#39FF1420",
        "created.border": "#39FF14",
        "deleted": "#FF003C",
        "deleted.background": "#FF003C20",
        "deleted.border": "#FF003C",
        "error": "#FF003C",
        "error.background": "#FF003C20",
        "error.border": "#FF003C",
        "hidden": "#777777",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#777777",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#FCEE0A",
        "info.background": "#FCEE0A20",
        "info.border": "#FCEE0A",
        "modified": "#FCEE0A",
        "modified.background": "#FCEE0A20",
        "modified.border": "#FCEE0A",
        "predictive": "#777777",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#FCEE0A",
        "renamed.background": null,
        "renamed.border": null,
        "success": "#39FF14",
        "success.background": null,
        "success.border": null,
        "unreachable": "#777777",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#FCEE0A",
        "warning.background": "#FCEE0A20",
        "warning.border": "#FCEE0A",
        "players": [],
        "syntax": {
          "comment": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "string": {
            "color": "#39FF14"
          },
          "string.escape": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#39FF14"
          },
          "string.special": {
            "color": "#39FF14"
          },
          "string.special.symbol": {
            "color": "#39FF14"
          },
          "constant": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "constant.numeric": {
            "color": "#FF00FF"
          },
          "constant.builtin": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "number": {
            "color": "#FF00FF"
          },
          "boolean": {
            "color": "#FF00FF",
            "font_weight": 700
          },
          "keyword": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.control": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.operator": {
            "color": "#FCEE0A"
          },
          "operator": {
            "color": "#FCEE0A"
          },
          "function": {
            "color": "#FCEE0A",
            "font_weight": 700,
            "font_style": "italic"
          },
          "function.call": {
            "color": "#FCEE0A"
          },
          "function.builtin": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "function.method": {
            "color": "#FCEE0A"
          },
          "function.special.definition": {
            "color": "#FF00FF"
          },
          "type": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "type.builtin": {
            "color": "#00F0FF",
            "font_style": "italic",
            "font_weight": 700
          },
          "variable": {
            "color": "#eeeeee"
          },
          "variable.special": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "variable.parameter": {
            "color": "#FF8000",
            "font_style": "italic"
          },
          "property": {
            "color": "#FCEE0A"
          },
          "property.json_key": {
            "color": "#FCEE0A"
          },
          "constructor": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "embedded": {
            "color": "#FF00FF"
          },
          "punctuation": {
            "color": "#00F0FF80"
          },
          "punctuation.bracket": {
            "color": "#00F0FF80"
          },
          "punctuation.delimiter": {
            "color": "#00F0FF80"
          },
          "punctuation.list_marker": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#FF003C"
          },
          "tag": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "attribute": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "label": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "link_text": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "enum": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "primary": {
            "color": "#eeeeee"
          },
          "emphasis": {
            "color": "#FCEE0A",
            "font_style": "italic"
          },
          "title": {
            "color": "#FCEE0A",
            "font_weight": 700
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "Cyberpunk 2077 (Purple Heart)",
      "appearance": "dark",
      "style": {
        "border": "#3d1547",
        "border.variant": "#390014",
        "border.focused": "#A42DB4",
        "border.selected": "#A42DB4",
        "border.transparent": "#00000000",
        "border.disabled": "#0d0d0d",
        "elevated_surface.background": "#000000",
        "surface.background": "#000000",
        "background": "#000000",
        "element.background": "#000000",
        "element.hover": "#2b0f32",
        "element.active": "#3d1547",
        "element.selected": "#2b0f32",
        "element.disabled": "#000000",
        "drop_target.background": "#1a1a1a",
        "ghost_element.background": null,
        "ghost_element.hover": "#2b0f32",
        "ghost_element.active": "#3d1547",
        "ghost_element.selected": "#2b0f32",
        "ghost_element.disabled": null,
        "text": "#eeeeee",
        "text.muted": "#7a4a88",
        "text.placeholder": "#553560",
        "text.disabled": "#333333",
        "text.accent": "#A42DB4",
        "icon": "#eeeeee",
        "icon.muted": "#7a4a88",
        "icon.disabled": "#333333",
        "icon.placeholder": "#553560",
        "icon.accent": "#A42DB4",
        "status_bar.background": "#000000",
        "title_bar.background": "#000000",
        "toolbar.background": "#000000",
        "tab_bar.background": "#000000",
        "tab.inactive_background": "#000000",
        "tab.active_background": "#000000",
        "search.match_background": "#A42DB440",
        "panel.background": "#000000",
        "panel.focused_border": "#A42DB4",
        "pane.focused_border": "#A42DB4",
        "scrollbar_thumb.background": "#3d1547",
        "scrollbar.thumb.hover_background": "#A42DB4",
        "scrollbar.thumb.border": "#A42DB4",
        "scrollbar.track.background": "#000000",
        "scrollbar.track.border": "#3d1547",
        "editor.foreground": "#eeeeee",
        "editor.background": "#000000",
        "editor.gutter.background": "#000000",
        "editor.subheader.background": "#000000",
        "editor.active_line.background": "#A42DB40F",
        "editor.highlighted_line.background": "#050505",
        "editor.line_number": "#553560",
        "editor.active_line_number": "#A42DB4",
        "editor.invisible": "#333333",
        "editor.wrap_guide": "#3d1547",
        "editor.active_wrap_guide": "#A42DB4",
        "editor.document_highlight.read_background": "#A42DB420",
        "editor.document_highlight.write_background": "#A42DB420",
        "terminal.background": "#000000",
        "terminal.foreground": "#eeeeee",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#777777",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#555555",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#FF003C",
        "terminal.ansi.bright_red": "#FF003C",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#39FF14",
        "terminal.ansi.bright_green": "#39FF14",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#FCEE0A",
        "terminal.ansi.bright_yellow": "#FCEE0A",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#00F0FF",
        "terminal.ansi.bright_blue": "#00F0FF",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#FF00FF",
        "terminal.ansi.bright_magenta": "#FF00FF",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#00FFFF",
        "terminal.ansi.bright_cyan": "#00FFFF",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#eeeeee",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#A42DB4",
        "conflict": "#FF003C",
        "conflict.background": "#FF003C20",
        "conflict.border": "#FF003C",
        "created": "#39FF14",
        "created.background": "#39FF1420",
        "created.border": "#39FF14",
        "deleted": "#FF003C",
        "deleted.background": "#FF003C20",
        "deleted.border": "#FF003C",
        "error": "#FF003C",
        "error.background": "#FF003C20",
        "error.border": "#FF003C",
        "hidden": "#777777",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#777777",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#A42DB4",
        "info.background": "#A42DB420",
        "info.border": "#A42DB4",
        "modified": "#FCEE0A",
        "modified.background": "#FCEE0A20",
        "modified.border": "#FCEE0A",
        "predictive": "#777777",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#A42DB4",
        "renamed.background": null,
        "renamed.border": null,
        "success": "#39FF14",
        "success.background": null,
        "success.border": null,
        "unreachable": "#777777",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#FCEE0A",
        "warning.background": "#FCEE0A20",
        "warning.border": "#FCEE0A",
        "players": [],
        "syntax": {
          "comment": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#7a88a1",
            "font_style": "italic"
          },
          "string": {
            "color": "#39FF14"
          },
          "string.escape": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#39FF14"
          },
          "string.special": {
            "color": "#39FF14"
          },
          "string.special.symbol": {
            "color": "#39FF14"
          },
          "constant": {
            "color": "#A42DB4",
            "font_weight": 700
          },
          "constant.numeric": {
            "color": "#A42DB4"
          },
          "constant.builtin": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "number": {
            "color": "#A42DB4"
          },
          "boolean": {
            "color": "#A42DB4",
            "font_weight": 700
          },
          "keyword": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.control": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "keyword.operator": {
            "color": "#A42DB4"
          },
          "operator": {
            "color": "#A42DB4"
          },
          "function": {
            "color": "#A42DB4",
            "font_weight": 700,
            "font_style": "italic"
          },
          "function.call": {
            "color": "#A42DB4"
          },
          "function.builtin": {
            "color": "#A42DB4",
            "font_style": "italic"
          },
          "function.method": {
            "color": "#A42DB4"
          },
          "function.special.definition": {
            "color": "#FF00FF"
          },
          "type": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "type.builtin": {
            "color": "#00F0FF",
            "font_style": "italic",
            "font_weight": 700
          },
          "variable": {
            "color": "#eeeeee"
          },
          "variable.special": {
            "color": "#FF00FF",
            "font_style": "italic"
          },
          "variable.parameter": {
            "color": "#FF8000",
            "font_style": "italic"
          },
          "property": {
            "color": "#A42DB4"
          },
          "property.json_key": {
            "color": "#A42DB4"
          },
          "constructor": {
            "color": "#A42DB4",
            "font_weight": 700
          },
          "embedded": {
            "color": "#FF00FF"
          },
          "punctuation": {
            "color": "#A42DB480"
          },
          "punctuation.bracket": {
            "color": "#A42DB480"
          },
          "punctuation.delimiter": {
            "color": "#A42DB480"
          },
          "punctuation.list_marker": {
            "color": "#FCEE0A",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#FF003C"
          },
          "tag": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "attribute": {
            "color": "#A42DB4",
            "font_style": "italic"
          },
          "label": {
            "color": "#FF003C",
            "font_weight": 700
          },
          "link_text": {
            "color": "#A42DB4",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#39FF14",
            "font_style": "italic"
          },
          "enum": {
            "color": "#00F0FF",
            "font_style": "italic"
          },
          "primary": {
            "color": "#eeeeee"
          },
          "emphasis": {
            "color": "#A42DB4",
            "font_style": "italic"
          },
          "title": {
            "color": "#A42DB4",
            "font_weight": 700
          }
        },
        "background.appearance": "opaque"
      }
    }
  ],
  "id": "9AxrVIMwpthQu6aa3ebE6"
}