{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "HackTheBox",
  "author": "anon-d",
  "themes": [
    {
      "name": "HackTheBox Dark",
      "appearance": "dark",
      "style": {
        "border": "#313f55",
        "border.variant": "#313f55",
        "border.focused": "#9fef00",
        "border.selected": "#9fef00",
        "border.transparent": "#313f5500",
        "border.disabled": "#313f5550",
        "elevated_surface.background": "#1a2332",
        "surface.background": "#111927",
        "background": "#141d2b",
        "element.background": "#1a2332",
        "element.hover": "#313f55",
        "element.active": "#6e7b968C",
        "element.selected": "#6e7b968C",
        "element.disabled": "#313f5550",
        "drop_target.background": "#9fef0033",
        "ghost_element.background": null,
        "ghost_element.hover": "#313f55",
        "ghost_element.active": "#6e7b968C",
        "ghost_element.selected": "#6e7b968C",
        "ghost_element.disabled": null,
        "text": "#a4b1cd",
        "text.muted": "#6e7b968C",
        "text.placeholder": "#313f55",
        "text.disabled": "#313f5550",
        "text.accent": "#9fef00",
        "icon": "#a4b1cd",
        "icon.muted": "#6e7b968C",
        "icon.disabled": "#313f5550",
        "icon.placeholder": "#313f55",
        "icon.accent": "#9fef00",
        "status_bar.background": "#1a2332",
        "title_bar.background": "#141d2b",
        "toolbar.background": "#141d2b",
        "tab_bar.background": "#111927",
        "tab.inactive_background": "#141d2b",
        "tab.active_background": "#1a2332",
        "search.match_background": "#6e7b96a1",
        "panel.background": "#111927",
        "panel.focused_border": "#9fef00",
        "pane.focused_border": "#9fef00",
        "scrollbar_thumb.background": "#6e7b968C",
        "scrollbar.thumb.hover_background": "#6e7b96a1",
        "scrollbar.thumb.border": "#6e7b968C",
        "scrollbar.track.background": "#141d2b",
        "scrollbar.track.border": "#313f55",
        "editor.foreground": "#a4b1cd",
        "editor.background": "#141d2b",
        "editor.gutter.background": "#141d2b",
        "editor.subheader.background": "#1a2332",
        "editor.active_line.background": "#1a2332",
        "editor.highlighted_line.background": "#313f55",
        "editor.line_number": "#313f55",
        "editor.active_line_number": "#ffffff",
        "editor.invisible": "#313f55",
        "editor.wrap_guide": "#313f55",
        "editor.active_wrap_guide": "#a4b1cd",
        "editor.document_highlight.read_background": "#6e7b968C",
        "editor.document_highlight.write_background": "#6e7b968C",
        "terminal.background": "#111927",
        "terminal.foreground": "#a4b1cd",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#6e7b968C",
        "terminal.ansi.black": "#111927",
        "terminal.ansi.bright_black": "#313f55",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#ff3e3e",
        "terminal.ansi.bright_red": "#ff8484",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#9fef00",
        "terminal.ansi.bright_green": "#c5f467",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#ffaf00",
        "terminal.ansi.bright_yellow": "#ffcc5c",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#004cff",
        "terminal.ansi.bright_blue": "#5cb2ff",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#9f00ff",
        "terminal.ansi.bright_magenta": "#c16cfa",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#2ee7b6",
        "terminal.ansi.bright_cyan": "#5cecc6",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#a4b1cd",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#9fef00",
        "conflict": "#ffaf00",
        "conflict.background": "#ffaf0020",
        "conflict.border": "#ffaf00",
        "created": "#9fef00",
        "created.background": "#9fef0020",
        "created.border": "#9fef00",
        "deleted": "#ff3e3e",
        "deleted.background": "#ff3e3e20",
        "deleted.border": "#ff3e3e",
        "error": "#ff3e3e",
        "error.background": "#ff3e3e20",
        "error.border": "#ff3e3e",
        "hidden": "#313f55",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#a4b1cd",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#6e7b968C",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#004cff",
        "info.background": "#004cff20",
        "info.border": "#004cff",
        "modified": "#ffffff",
        "modified.background": "#ffffff20",
        "modified.border": "#ffffff",
        "predictive": "#6e7b968C",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#5cecc6",
        "renamed.background": "#5cecc620",
        "renamed.border": "#5cecc6",
        "success": "#9fef00",
        "success.background": "#9fef0020",
        "success.border": "#9fef00",
        "unreachable": "#313f55",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#ffaf00",
        "warning.background": "#ffaf0020",
        "warning.border": "#ffaf00",
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#5cb2ff",
            "font_style": "italic",
            "font_weight": null
          },
          "boolean": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#6e7b968C",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#6e7b968C",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#ffcc5c",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#cf8dfb",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#a4b1cd",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#ff8484",
            "font_style": "italic",
            "font_weight": null
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "New Theme",
      "appearance": "dark",
      "style": {
        "border": "#313f55",
        "border.variant": "#313f55",
        "border.focused": "#9fef00",
        "border.selected": "#9fef00",
        "border.transparent": "#313f5500",
        "border.disabled": "#313f5550",
        "elevated_surface.background": "#1a2332",
        "surface.background": "#111927",
        "background": "#141d2b",
        "element.background": "#1a2332",
        "element.hover": "#313f55",
        "element.active": "#6e7b968C",
        "element.selected": "#6e7b968C",
        "element.disabled": "#313f5550",
        "drop_target.background": "#9fef0033",
        "ghost_element.background": null,
        "ghost_element.hover": "#313f55",
        "ghost_element.active": "#6e7b968C",
        "ghost_element.selected": "#6e7b968C",
        "ghost_element.disabled": null,
        "text": "#a4b1cd",
        "text.muted": "#6e7b968C",
        "text.placeholder": "#313f55",
        "text.disabled": "#313f5550",
        "text.accent": "#9fef00",
        "icon": "#a4b1cd",
        "icon.muted": "#6e7b968C",
        "icon.disabled": "#313f5550",
        "icon.placeholder": "#313f55",
        "icon.accent": "#9fef00",
        "status_bar.background": "#1a2332",
        "title_bar.background": "#141d2b",
        "toolbar.background": "#141d2b",
        "tab_bar.background": "#111927",
        "tab.inactive_background": "#141d2b",
        "tab.active_background": "#1a2332",
        "search.match_background": "#6e7b96a1",
        "panel.background": "#111927",
        "panel.focused_border": "#9fef00",
        "pane.focused_border": "#9fef00",
        "scrollbar_thumb.background": "#6e7b968C",
        "scrollbar.thumb.hover_background": "#6e7b96a1",
        "scrollbar.thumb.border": "#6e7b968C",
        "scrollbar.track.background": "#141d2b",
        "scrollbar.track.border": "#313f55",
        "editor.foreground": "#a4b1cd",
        "editor.background": "#141d2b",
        "editor.gutter.background": "#141d2b",
        "editor.subheader.background": "#1a2332",
        "editor.active_line.background": "#1a2332",
        "editor.highlighted_line.background": "#313f55",
        "editor.line_number": "#313f55",
        "editor.active_line_number": "#ffffff",
        "editor.invisible": "#313f55",
        "editor.wrap_guide": "#313f55",
        "editor.active_wrap_guide": "#a4b1cd",
        "editor.document_highlight.read_background": "#6e7b968C",
        "editor.document_highlight.write_background": "#6e7b968C",
        "terminal.background": "#111927",
        "terminal.foreground": "#a4b1cd",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#6e7b968C",
        "terminal.ansi.black": "#111927",
        "terminal.ansi.bright_black": "#313f55",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#ff3e3e",
        "terminal.ansi.bright_red": "#ff8484",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#9fef00",
        "terminal.ansi.bright_green": "#c5f467",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#ffaf00",
        "terminal.ansi.bright_yellow": "#ffcc5c",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#004cff",
        "terminal.ansi.bright_blue": "#5cb2ff",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#9f00ff",
        "terminal.ansi.bright_magenta": "#c16cfa",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#2ee7b6",
        "terminal.ansi.bright_cyan": "#5cecc6",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#a4b1cd",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#9fef00",
        "conflict": "#ffaf00",
        "conflict.background": "#ffaf0020",
        "conflict.border": "#ffaf00",
        "created": "#9fef00",
        "created.background": "#9fef0020",
        "created.border": "#9fef00",
        "deleted": "#ff3e3e",
        "deleted.background": "#ff3e3e20",
        "deleted.border": "#ff3e3e",
        "error": "#ff3e3e",
        "error.background": "#ff3e3e20",
        "error.border": "#ff3e3e",
        "hidden": "#313f55",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#a4b1cd",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#6e7b968C",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#004cff",
        "info.background": "#004cff20",
        "info.border": "#004cff",
        "modified": "#ffffff",
        "modified.background": "#ffffff20",
        "modified.border": "#ffffff",
        "predictive": "#6e7b968C",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#5cecc6",
        "renamed.background": "#5cecc620",
        "renamed.border": "#5cecc6",
        "success": "#9fef00",
        "success.background": "#9fef0020",
        "success.border": "#9fef00",
        "unreachable": "#313f55",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#ffaf00",
        "warning.background": "#ffaf0020",
        "warning.border": "#ffaf00",
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#5cb2ff",
            "font_style": "italic",
            "font_weight": null
          },
          "boolean": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#6e7b968C",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#6e7b968C",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#ffcc5c",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#cf8dfb",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#a4b1cd",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#ff8484",
            "font_style": "italic",
            "font_weight": null
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "New Theme",
      "appearance": "dark",
      "style": {
        "border": "#313f55",
        "border.variant": "#313f55",
        "border.focused": "#9fef00",
        "border.selected": "#9fef00",
        "border.transparent": "#313f5500",
        "border.disabled": "#313f5550",
        "elevated_surface.background": "#1a2332",
        "surface.background": "#111927",
        "background": "#141d2b",
        "element.background": "#1a2332",
        "element.hover": "#313f55",
        "element.active": "#6e7b968C",
        "element.selected": "#6e7b968C",
        "element.disabled": "#313f5550",
        "drop_target.background": "#9fef0033",
        "ghost_element.background": null,
        "ghost_element.hover": "#313f55",
        "ghost_element.active": "#6e7b968C",
        "ghost_element.selected": "#6e7b968C",
        "ghost_element.disabled": null,
        "text": "#a4b1cd",
        "text.muted": "#6e7b968C",
        "text.placeholder": "#313f55",
        "text.disabled": "#313f5550",
        "text.accent": "#9fef00",
        "icon": "#a4b1cd",
        "icon.muted": "#6e7b968C",
        "icon.disabled": "#313f5550",
        "icon.placeholder": "#313f55",
        "icon.accent": "#9fef00",
        "status_bar.background": "#1a2332",
        "title_bar.background": "#141d2b",
        "toolbar.background": "#141d2b",
        "tab_bar.background": "#111927",
        "tab.inactive_background": "#141d2b",
        "tab.active_background": "#1a2332",
        "search.match_background": "#6e7b96a1",
        "panel.background": "#111927",
        "panel.focused_border": "#9fef00",
        "pane.focused_border": "#9fef00",
        "scrollbar_thumb.background": "#6e7b968C",
        "scrollbar.thumb.hover_background": "#6e7b96a1",
        "scrollbar.thumb.border": "#6e7b968C",
        "scrollbar.track.background": "#141d2b",
        "scrollbar.track.border": "#313f55",
        "editor.foreground": "#a4b1cd",
        "editor.background": "#141d2b",
        "editor.gutter.background": "#141d2b",
        "editor.subheader.background": "#1a2332",
        "editor.active_line.background": "#1a2332",
        "editor.highlighted_line.background": "#313f55",
        "editor.line_number": "#313f55",
        "editor.active_line_number": "#ffffff",
        "editor.invisible": "#313f55",
        "editor.wrap_guide": "#313f55",
        "editor.active_wrap_guide": "#a4b1cd",
        "editor.document_highlight.read_background": "#6e7b968C",
        "editor.document_highlight.write_background": "#6e7b968C",
        "terminal.background": "#111927",
        "terminal.foreground": "#a4b1cd",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#6e7b968C",
        "terminal.ansi.black": "#111927",
        "terminal.ansi.bright_black": "#313f55",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#ff3e3e",
        "terminal.ansi.bright_red": "#ff8484",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#9fef00",
        "terminal.ansi.bright_green": "#c5f467",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#ffaf00",
        "terminal.ansi.bright_yellow": "#ffcc5c",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#004cff",
        "terminal.ansi.bright_blue": "#5cb2ff",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#9f00ff",
        "terminal.ansi.bright_magenta": "#c16cfa",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#2ee7b6",
        "terminal.ansi.bright_cyan": "#5cecc6",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#a4b1cd",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#9fef00",
        "conflict": "#ffaf00",
        "conflict.background": "#ffaf0020",
        "conflict.border": "#ffaf00",
        "created": "#9fef00",
        "created.background": "#9fef0020",
        "created.border": "#9fef00",
        "deleted": "#ff3e3e",
        "deleted.background": "#ff3e3e20",
        "deleted.border": "#ff3e3e",
        "error": "#ff3e3e",
        "error.background": "#ff3e3e20",
        "error.border": "#ff3e3e",
        "hidden": "#313f55",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#a4b1cd",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#6e7b968C",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#004cff",
        "info.background": "#004cff20",
        "info.border": "#004cff",
        "modified": "#ffffff",
        "modified.background": "#ffffff20",
        "modified.border": "#ffffff",
        "predictive": "#6e7b968C",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": "#5cecc6",
        "renamed.background": "#5cecc620",
        "renamed.border": "#5cecc6",
        "success": "#9fef00",
        "success.background": "#9fef0020",
        "success.border": "#9fef00",
        "unreachable": "#313f55",
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#ffaf00",
        "warning.background": "#ffaf0020",
        "warning.border": "#ffaf00",
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#5cb2ff",
            "font_style": "italic",
            "font_weight": null
          },
          "boolean": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#6e7b968C",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#6e7b968C",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#ffcc5c",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#cf8dfb",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#5cecc6",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#5cb2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#c5f467",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#ff8484",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#a4b1cd",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#ff8484",
            "font_style": "italic",
            "font_weight": null
          }
        },
        "background.appearance": "opaque"
      }
    }
  ],
  "id": "FzGuncHLlihlTpSKdnPDt"
}