{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Cobalt Next",
  "author": "dannysmith",
  "themes": [
    {
      "name": "Cobalt Next",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "accents": [
          "#fac863",
          "#5fb3b3",
          "#ed6f7d",
          "#99c794",
          "#c5a5c5",
          "#5a9bcf",
          "#eb9a6d",
          "#BB80B3"
        ],
        "border": "#0b151b",
        "border.variant": "#0b151b",
        "border.focused": "#343d46",
        "border.selected": "#5fb3b3",
        "border.transparent": "#0b151b",
        "border.disabled": "#343d46",
        "elevated_surface.background": "#0b151b",
        "surface.background": "#0f1c23",
        "background": "#1b2b34",
        "element.background": "#5fb3b3",
        "element.hover": "#1b2b34",
        "element.selected": "#343d46",
        "drop_target.background": "#343d46",
        "ghost_element.hover": "#1b2b34",
        "ghost_element.selected": "#343d46",
        "text": "#d8dee9",
        "text.muted": "#65737e",
        "status_bar.background": "#1b2b34",
        "title_bar.background": "#1b2b34",
        "toolbar.background": "#0f1c23",
        "tab_bar.background": "#1b2b34",
        "tab.inactive_background": "#1b2b34",
        "tab.active_background": "#343d46",
        "search.match_background": "#343d46",
        "panel.background": "#0f1c23",
        "pane_group.border": "#0b151b",
        "scrollbar.thumb.background": "#4f5b66aa",
        "scrollbar.thumb.hover_background": "#343d46aa",
        "scrollbar.thumb.active_background": "#343d46aa",
        "scrollbar.thumb.border": "#4f5b66aa",
        "scrollbar.track.background": "#1b2b34",
        "scrollbar.track.border": "#343d46",
        "editor.foreground": "#fff",
        "editor.background": "#1b2b34",
        "editor.gutter.background": "#1b2b34",
        "editor.active_line.background": "#343d46",
        "editor.line_number": "#4f5b66",
        "editor.active_line_number": "#fff",
        "editor.wrap_guide": "#4f5b66",
        "editor.active_wrap_guide": "#65737e",
        "editor.document_highlight.bracket_background": "#343d46",
        "terminal.background": "#1b2b34",
        "terminal.ansi.black": "#000",
        "terminal.ansi.bright_black": "#65737e",
        "terminal.ansi.red": "#ed6f7d",
        "terminal.ansi.bright_red": "#D6838C",
        "terminal.ansi.green": "#99c794",
        "terminal.ansi.bright_green": "#C1DCBE",
        "terminal.ansi.yellow": "#fac863",
        "terminal.ansi.bright_yellow": "#FFDE9B",
        "terminal.ansi.blue": "#5a9bcf",
        "terminal.ansi.bright_blue": "#8ABEE7",
        "terminal.ansi.magenta": "#c5a5c5",
        "terminal.ansi.bright_magenta": "#EDCDED",
        "terminal.ansi.cyan": "#5fb3b3",
        "terminal.ansi.bright_cyan": "#9BE2E2",
        "terminal.ansi.white": "#d8dee9",
        "terminal.ansi.bright_white": "#ffffff",
        "link_text.hover": "#5a9bcf",
        "vim.yank.background": "#343d46",
        "conflict": "#c5a5c5",
        "created": "#99c794",
        "deleted": "#ed6f7d",
        "error": "#ed6f7d",
        "error.border": "#343d46",
        "hidden": "#65737e",
        "hint": "#65737e",
        "ignored": "#4f5b66",
        "modified": "#fac863aa",
        "warning": "#fac863",
        "warning.border": "#343d46",
        "players": [
          {
            "cursor": "#fac863",
            "selection": "#4f5b6680",
            "background": "#fac863"
          },
          {
            "cursor": "#5fb3b3",
            "selection": "#5fb3b333",
            "background": "#5fb3b3"
          },
          {
            "cursor": "#99c794",
            "selection": "#99c79433",
            "background": "#99c794"
          },
          {
            "cursor": "#c5a5c5",
            "selection": "#c5a5c533",
            "background": "#c5a5c5"
          },
          {
            "cursor": "#ed6f7d",
            "selection": "#ed6f7d33",
            "background": "#ed6f7d"
          },
          {
            "cursor": "#5a9bcf",
            "selection": "#5a9bcf33",
            "background": "#5a9bcf"
          },
          {
            "cursor": "#eb9a6d",
            "selection": "#eb9a6d33",
            "background": "#eb9a6d"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#BB80B3",
            "font_style": "italic"
          },
          "boolean": {
            "color": "#eb9a6d"
          },
          "comment": {
            "color": "#65737e",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#65737e",
            "font_style": "italic"
          },
          "constant": {
            "color": "#eb9a6d"
          },
          "constructor": {
            "color": "#fac863"
          },
          "embedded": {
            "color": "#d8dee9"
          },
          "emphasis": {
            "color": "#5a9bcf",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#5fb3b3",
            "font_weight": 700
          },
          "enum": {
            "color": "#fac863"
          },
          "function": {
            "color": "#5a9bcf"
          },
          "keyword": {
            "color": "#c5a5c5"
          },
          "label": {
            "color": "#5a9bcf"
          },
          "link_text": {
            "color": "#99c794"
          },
          "link_uri": {
            "color": "#5a9bcf"
          },
          "number": {
            "color": "#eb9a6d"
          },
          "operator": {
            "color": "#5FB3B3"
          },
          "preproc": {
            "color": "#c5a5c5"
          },
          "property": {
            "color": "#ed6f7d"
          },
          "property.json_key": {
            "color": "#fac863"
          },
          "property.name": {
            "color": "#fac863"
          },
          "punctuation": {
            "color": "#5FB3B3"
          },
          "punctuation.bracket": {
            "color": "#5FB3B3"
          },
          "punctuation.delimiter": {
            "color": "#5FB3B3"
          },
          "punctuation.list_marker": {
            "color": "#5FB3B3"
          },
          "punctuation.special": {
            "color": "#5FB3B3"
          },
          "string": {
            "color": "#99C794"
          },
          "string.escape": {
            "color": "#5fb3b3"
          },
          "string.regex": {
            "color": "#5fb3b3"
          },
          "string.special": {
            "color": "#99C794"
          },
          "string.special.symbol": {
            "color": "#99C794"
          },
          "tag": {
            "color": "#ed6f7d"
          },
          "text.literal": {
            "color": "#99C794"
          },
          "title": {
            "color": "#e255a1",
            "font_weight": 700
          },
          "type": {
            "color": "#FAC863"
          },
          "variable": {
            "color": "#CDD3DE"
          },
          "variable.parameter": {
            "color": "#eb9a6d",
            "font_style": "italic"
          },
          "variable.special": {
            "color": "#c5a5c5",
            "font_style": "italic"
          },
          "variant": {
            "color": "#fac863"
          }
        },
        "editor.indent_guide": "#343d46",
        "editor.indent_guide_active": "#65737e",
        "editor.document_highlight.read_background": "#4f5b66",
        "editor.document_highlight.write_background": "#65737e",
        "text.accent": "#5a9bcf",
        "text.placeholder": "#65737e",
        "text.disabled": "#4f5b66",
        "element.active": "#4f5b66",
        "element.disabled": "#0f1c23",
        "ghost_element.background": "#00000000",
        "ghost_element.active": "#4f5b66",
        "ghost_element.disabled": "#0f1c23",
        "editor.invisible": "#4f5b66",
        "editor.highlighted_line.background": "#343d46",
        "editor.subheader.background": "#343d46",
        "editor.debugger_active_line.background": "#fac86333",
        "panel.indent_guide": "#343d46",
        "panel.indent_guide_active": "#65737e",
        "panel.indent_guide_hover": "#4f5b66",
        "title_bar.inactive_background": "#0f1c23",
        "warning.background": "#fac8631a",
        "error.background": "#ed6f7d1a",
        "info": "#5a9bcf",
        "info.background": "#5a9bcf1a",
        "info.border": "#343d46",
        "success": "#99c794",
        "success.background": "#99c7941a",
        "success.border": "#343d46",
        "predictive": "#65737e",
        "predictive.background": "#65737e1a",
        "predictive.border": "#343d46",
        "renamed": "#5a9bcf",
        "renamed.background": "#5a9bcf1a",
        "renamed.border": "#343d46",
        "unreachable": "#4f5b66",
        "unreachable.background": "#4f5b661a",
        "unreachable.border": "#343d46",
        "conflict.background": "#c5a5c51a",
        "conflict.border": "#343d46",
        "created.background": "#99c7941a",
        "created.border": "#343d46",
        "deleted.background": "#ed6f7d1a",
        "deleted.border": "#343d46",
        "hidden.background": "#65737e1a",
        "hidden.border": "#343d46",
        "hint.background": "#65737e1a",
        "hint.border": "#343d46",
        "ignored.background": "#4f5b661a",
        "ignored.border": "#343d46",
        "modified.background": "#fac8631a",
        "modified.border": "#343d46",
        "icon": "#d8dee9",
        "icon.muted": "#65737e",
        "icon.disabled": "#4f5b66",
        "icon.accent": "#5a9bcf"
      }
    },
    {
      "name": "Cobalt Next Dark",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "accents": [
          "#fac863",
          "#5fb3b3",
          "#ed6f7d",
          "#99c794",
          "#c5a5c5",
          "#5a9bcf",
          "#eb9a6d",
          "#BB80B3"
        ],
        "border": "#0b151b",
        "border.variant": "#0b151b",
        "border.focused": "#343d46",
        "border.selected": "#5fb3b3",
        "border.transparent": "#0b151b",
        "border.disabled": "#343d46",
        "elevated_surface.background": "#1b2b34",
        "surface.background": "#0f1c23",
        "background": "#0f1c23",
        "element.background": "#5fb3b3",
        "element.hover": "#1b2b34",
        "element.selected": "#5fb3b344",
        "drop_target.background": "#5fb3b344",
        "ghost_element.hover": "#1b2b34",
        "ghost_element.selected": "#5fb3b344",
        "text": "#d8dee9",
        "text.muted": "#d8dee999",
        "status_bar.background": "#1b2b34",
        "title_bar.background": "#1b2b34",
        "toolbar.background": "#1b2b34",
        "tab_bar.background": "#1b2b34",
        "tab.inactive_background": "#1b2b34",
        "tab.active_background": "#0f1c23",
        "search.match_background": "#343d46",
        "panel.background": "#0f1c23",
        "pane_group.border": "#0b151b",
        "scrollbar.thumb.background": "#4f5b66aa",
        "scrollbar.thumb.hover_background": "#343d46aa",
        "scrollbar.thumb.active_background": "#343d46aa",
        "scrollbar.thumb.border": "#4f5b66aa",
        "scrollbar.track.background": "#0f1c23",
        "scrollbar.track.border": "#343d46",
        "editor.foreground": "#fff",
        "editor.background": "#0f1c23",
        "editor.gutter.background": "#0f1c23",
        "editor.active_line.background": "#343d46",
        "editor.line_number": "#4f5b66",
        "editor.active_line_number": "#fff",
        "editor.wrap_guide": "#4f5b66",
        "editor.active_wrap_guide": "#65737e",
        "editor.document_highlight.bracket_background": "#343d46",
        "terminal.background": "#0f1c23",
        "terminal.ansi.black": "#343d46",
        "terminal.ansi.bright_black": "#65737e",
        "terminal.ansi.red": "#ed6f7d",
        "terminal.ansi.bright_red": "#D6838C",
        "terminal.ansi.green": "#99c794",
        "terminal.ansi.bright_green": "#C1DCBE",
        "terminal.ansi.yellow": "#fac863",
        "terminal.ansi.bright_yellow": "#FFDE9B",
        "terminal.ansi.blue": "#5a9bcf",
        "terminal.ansi.bright_blue": "#8ABEE7",
        "terminal.ansi.magenta": "#c5a5c5",
        "terminal.ansi.bright_magenta": "#EDCDED",
        "terminal.ansi.cyan": "#5fb3b3",
        "terminal.ansi.bright_cyan": "#9BE2E2",
        "terminal.ansi.white": "#d8dee9",
        "terminal.ansi.bright_white": "#ffffff",
        "link_text.hover": "#5a9bcf",
        "vim.yank.background": "#343d46",
        "conflict": "#c5a5c5",
        "created": "#99c794",
        "deleted": "#ed6f7d",
        "error": "#ed6f7d",
        "error.border": "#343d46",
        "hidden": "#d8dee999",
        "hint": "#65737e",
        "ignored": "#4f5b66",
        "modified": "#fac863aa",
        "warning": "#fac863",
        "warning.border": "#343d46",
        "players": [
          {
            "cursor": "#fac863",
            "selection": "#4f5b6680",
            "background": "#fac863"
          },
          {
            "cursor": "#5fb3b3",
            "selection": "#5fb3b333",
            "background": "#5fb3b3"
          },
          {
            "cursor": "#99c794",
            "selection": "#99c79433",
            "background": "#99c794"
          },
          {
            "cursor": "#c5a5c5",
            "selection": "#c5a5c533",
            "background": "#c5a5c5"
          },
          {
            "cursor": "#ed6f7d",
            "selection": "#ed6f7d33",
            "background": "#ed6f7d"
          },
          {
            "cursor": "#5a9bcf",
            "selection": "#5a9bcf33",
            "background": "#5a9bcf"
          },
          {
            "cursor": "#eb9a6d",
            "selection": "#eb9a6d33",
            "background": "#eb9a6d"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#BB80B3",
            "font_style": "italic"
          },
          "boolean": {
            "color": "#eb9a6d"
          },
          "comment": {
            "color": "#65737e",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#65737e",
            "font_style": "italic"
          },
          "constant": {
            "color": "#eb9a6d"
          },
          "constructor": {
            "color": "#fac863"
          },
          "embedded": {
            "color": "#d8dee9"
          },
          "emphasis": {
            "color": "#5a9bcf",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#5fb3b3",
            "font_weight": 700
          },
          "enum": {
            "color": "#fac863"
          },
          "function": {
            "color": "#5a9bcf"
          },
          "keyword": {
            "color": "#c5a5c5"
          },
          "label": {
            "color": "#5a9bcf"
          },
          "link_text": {
            "color": "#99c794"
          },
          "link_uri": {
            "color": "#5a9bcf"
          },
          "number": {
            "color": "#eb9a6d"
          },
          "operator": {
            "color": "#5FB3B3"
          },
          "preproc": {
            "color": "#c5a5c5"
          },
          "property": {
            "color": "#ed6f7d"
          },
          "property.json_key": {
            "color": "#fac863"
          },
          "property.name": {
            "color": "#fac863"
          },
          "punctuation": {
            "color": "#5FB3B3"
          },
          "punctuation.bracket": {
            "color": "#5FB3B3"
          },
          "punctuation.delimiter": {
            "color": "#5FB3B3"
          },
          "punctuation.list_marker": {
            "color": "#5FB3B3"
          },
          "punctuation.special": {
            "color": "#5FB3B3"
          },
          "string": {
            "color": "#99C794"
          },
          "string.escape": {
            "color": "#5fb3b3"
          },
          "string.regex": {
            "color": "#5fb3b3"
          },
          "string.special": {
            "color": "#99C794"
          },
          "string.special.symbol": {
            "color": "#99C794"
          },
          "tag": {
            "color": "#ed6f7d"
          },
          "text.literal": {
            "color": "#99C794"
          },
          "title": {
            "color": "#e255a1",
            "font_weight": 700
          },
          "type": {
            "color": "#FAC863"
          },
          "variable": {
            "color": "#CDD3DE"
          },
          "variable.parameter": {
            "color": "#eb9a6d",
            "font_style": "italic"
          },
          "variable.special": {
            "color": "#c5a5c5",
            "font_style": "italic"
          },
          "variant": {
            "color": "#fac863"
          }
        },
        "editor.indent_guide": "#343d46",
        "editor.indent_guide_active": "#65737e",
        "editor.document_highlight.read_background": "#4f5b66",
        "editor.document_highlight.write_background": "#65737e",
        "text.accent": "#5a9bcf",
        "text.placeholder": "#65737e",
        "text.disabled": "#4f5b66",
        "element.active": "#4f5b66",
        "element.disabled": "#0f1c23",
        "ghost_element.background": "#00000000",
        "ghost_element.active": "#4f5b66",
        "ghost_element.disabled": "#0f1c23",
        "editor.invisible": "#4f5b66",
        "editor.highlighted_line.background": "#343d46",
        "editor.subheader.background": "#343d46",
        "editor.debugger_active_line.background": "#fac86333",
        "panel.indent_guide": "#343d46",
        "panel.indent_guide_active": "#65737e",
        "panel.indent_guide_hover": "#4f5b66",
        "title_bar.inactive_background": "#0f1c23",
        "warning.background": "#fac8631a",
        "error.background": "#ed6f7d1a",
        "info": "#5a9bcf",
        "info.background": "#5a9bcf1a",
        "info.border": "#343d46",
        "success": "#99c794",
        "success.background": "#99c7941a",
        "success.border": "#343d46",
        "predictive": "#65737e",
        "predictive.background": "#65737e1a",
        "predictive.border": "#343d46",
        "renamed": "#5a9bcf",
        "renamed.background": "#5a9bcf1a",
        "renamed.border": "#343d46",
        "unreachable": "#4f5b66",
        "unreachable.background": "#4f5b661a",
        "unreachable.border": "#343d46",
        "conflict.background": "#c5a5c51a",
        "conflict.border": "#343d46",
        "created.background": "#99c7941a",
        "created.border": "#343d46",
        "deleted.background": "#ed6f7d1a",
        "deleted.border": "#343d46",
        "hidden.background": "#65737e1a",
        "hidden.border": "#343d46",
        "hint.background": "#65737e1a",
        "hint.border": "#343d46",
        "ignored.background": "#4f5b661a",
        "ignored.border": "#343d46",
        "modified.background": "#fac8631a",
        "modified.border": "#343d46",
        "icon": "#d8dee9",
        "icon.muted": "#d8dee999",
        "icon.disabled": "#4f5b66",
        "icon.accent": "#5a9bcf"
      }
    },
    {
      "name": "Cobalt Next Minimal",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "accents": [
          "#fac863",
          "#5fb3b3",
          "#ed6f7d",
          "#99c794",
          "#c5a5c5",
          "#5a9bcf",
          "#eb9a6d",
          "#BB80B3"
        ],
        "border": "#0b151b",
        "border.variant": "#0b151b",
        "border.focused": "#343d46",
        "border.selected": "#5fb3b3",
        "border.transparent": "#0b151b",
        "border.disabled": "#343d46",
        "elevated_surface.background": "#1b2b34",
        "surface.background": "#0f1c23",
        "background": "#0f1c23",
        "element.background": "#5fb3b3dd",
        "element.hover": "#1b2b34",
        "element.selected": "#5fb3b333",
        "drop_target.background": "#5fb3b344",
        "ghost_element.hover": "#1b2b34",
        "ghost_element.selected": "#5fb3b333",
        "text": "#d8dee9",
        "text.muted": "#d8dee999",
        "status_bar.background": "#0f1c23",
        "title_bar.background": "#1b2b34",
        "toolbar.background": "#0f1c23",
        "tab_bar.background": "#1b2b34",
        "tab.inactive_background": "#1b2b34",
        "tab.active_background": "#0f1c23",
        "search.match_background": "#343d46",
        "panel.background": "#0f1c23",
        "pane_group.border": "#0b151b",
        "scrollbar.thumb.background": "#4f5b66aa",
        "scrollbar.thumb.hover_background": "#343d46aa",
        "scrollbar.thumb.active_background": "#343d46aa",
        "scrollbar.thumb.border": "#4f5b66aa",
        "scrollbar.track.background": "#0f1c23",
        "scrollbar.track.border": "#0f1c23",
        "editor.foreground": "#fff",
        "editor.background": "#0f1c23",
        "editor.gutter.background": "#0f1c23",
        "editor.active_line.background": "#0f1c23",
        "editor.line_number": "#343d46dd",
        "editor.active_line_number": "#fff",
        "editor.wrap_guide": "#4f5b66",
        "editor.active_wrap_guide": "#65737e",
        "editor.document_highlight.bracket_background": "#343d46",
        "terminal.background": "#0f1c23",
        "terminal.ansi.black": "#343d46",
        "terminal.ansi.bright_black": "#65737e",
        "terminal.ansi.red": "#ed6f7d",
        "terminal.ansi.bright_red": "#D6838C",
        "terminal.ansi.green": "#99c794",
        "terminal.ansi.bright_green": "#C1DCBE",
        "terminal.ansi.yellow": "#fac863",
        "terminal.ansi.bright_yellow": "#FFDE9B",
        "terminal.ansi.blue": "#5a9bcf",
        "terminal.ansi.bright_blue": "#8ABEE7",
        "terminal.ansi.magenta": "#c5a5c5",
        "terminal.ansi.bright_magenta": "#EDCDED",
        "terminal.ansi.cyan": "#5fb3b3",
        "terminal.ansi.bright_cyan": "#9BE2E2",
        "terminal.ansi.white": "#d8dee9",
        "terminal.ansi.bright_white": "#ffffff",
        "link_text.hover": "#5a9bcf",
        "vim.yank.background": "#0f1c23",
        "conflict": "#c5a5c5",
        "created": "#99c794",
        "deleted": "#ed6f7d",
        "error": "#ed6f7d",
        "error.border": "#343d46",
        "hidden": "#d8dee999",
        "hint": "#65737e",
        "ignored": "#4f5b66",
        "modified": "#fac863aa",
        "warning": "#fac863",
        "warning.border": "#343d46",
        "players": [
          {
            "cursor": "#fac863",
            "selection": "#4f5b6680",
            "background": "#fac863"
          },
          {
            "cursor": "#5fb3b3",
            "selection": "#5fb3b333",
            "background": "#5fb3b3"
          },
          {
            "cursor": "#99c794",
            "selection": "#99c79433",
            "background": "#99c794"
          },
          {
            "cursor": "#c5a5c5",
            "selection": "#c5a5c533",
            "background": "#c5a5c5"
          },
          {
            "cursor": "#ed6f7d",
            "selection": "#ed6f7d33",
            "background": "#ed6f7d"
          },
          {
            "cursor": "#5a9bcf",
            "selection": "#5a9bcf33",
            "background": "#5a9bcf"
          },
          {
            "cursor": "#eb9a6d",
            "selection": "#eb9a6d33",
            "background": "#eb9a6d"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#BB80B3",
            "font_style": "italic"
          },
          "boolean": {
            "color": "#eb9a6d"
          },
          "comment": {
            "color": "#65737e",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#65737e",
            "font_style": "italic"
          },
          "constant": {
            "color": "#eb9a6d"
          },
          "constructor": {
            "color": "#fac863"
          },
          "embedded": {
            "color": "#d8dee9"
          },
          "emphasis": {
            "color": "#5a9bcf",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#5fb3b3",
            "font_weight": 700
          },
          "enum": {
            "color": "#fac863"
          },
          "function": {
            "color": "#5a9bcf"
          },
          "keyword": {
            "color": "#c5a5c5"
          },
          "label": {
            "color": "#5a9bcf"
          },
          "link_text": {
            "color": "#99c794"
          },
          "link_uri": {
            "color": "#5a9bcf"
          },
          "number": {
            "color": "#eb9a6d"
          },
          "operator": {
            "color": "#5FB3B3"
          },
          "preproc": {
            "color": "#c5a5c5"
          },
          "property": {
            "color": "#ed6f7d"
          },
          "property.json_key": {
            "color": "#fac863"
          },
          "property.name": {
            "color": "#fac863"
          },
          "punctuation": {
            "color": "#5FB3B3"
          },
          "punctuation.bracket": {
            "color": "#5FB3B3"
          },
          "punctuation.delimiter": {
            "color": "#5FB3B3"
          },
          "punctuation.list_marker": {
            "color": "#5FB3B3"
          },
          "punctuation.special": {
            "color": "#5FB3B3"
          },
          "string": {
            "color": "#99C794"
          },
          "string.escape": {
            "color": "#5fb3b3"
          },
          "string.regex": {
            "color": "#5fb3b3"
          },
          "string.special": {
            "color": "#99C794"
          },
          "string.special.symbol": {
            "color": "#99C794"
          },
          "tag": {
            "color": "#ed6f7d"
          },
          "text.literal": {
            "color": "#99C794"
          },
          "title": {
            "color": "#e255a1",
            "font_weight": 700
          },
          "type": {
            "color": "#FAC863"
          },
          "variable": {
            "color": "#CDD3DE"
          },
          "variable.parameter": {
            "color": "#eb9a6d",
            "font_style": "italic"
          },
          "variable.special": {
            "color": "#c5a5c5",
            "font_style": "italic"
          },
          "variant": {
            "color": "#fac863"
          }
        },
        "editor.indent_guide": "#343d46",
        "editor.indent_guide_active": "#65737e",
        "editor.document_highlight.read_background": "#4f5b66",
        "editor.document_highlight.write_background": "#65737e",
        "text.accent": "#5a9bcf",
        "text.placeholder": "#65737e",
        "text.disabled": "#4f5b66",
        "element.active": "#4f5b66",
        "element.disabled": "#0f1c23",
        "ghost_element.background": "#00000000",
        "ghost_element.active": "#4f5b66",
        "ghost_element.disabled": "#0f1c23",
        "editor.invisible": "#4f5b66",
        "editor.highlighted_line.background": "#343d46",
        "editor.subheader.background": "#343d46",
        "editor.debugger_active_line.background": "#fac86333",
        "panel.indent_guide": "#343d46",
        "panel.indent_guide_active": "#65737e",
        "panel.indent_guide_hover": "#4f5b66",
        "title_bar.inactive_background": "#0f1c23",
        "warning.background": "#fac8631a",
        "error.background": "#ed6f7d1a",
        "info": "#5a9bcf",
        "info.background": "#5a9bcf1a",
        "info.border": "#343d46",
        "success": "#99c794",
        "success.background": "#99c7941a",
        "success.border": "#343d46",
        "predictive": "#65737e",
        "predictive.background": "#65737e1a",
        "predictive.border": "#343d46",
        "renamed": "#5a9bcf",
        "renamed.background": "#5a9bcf1a",
        "renamed.border": "#343d46",
        "unreachable": "#4f5b66",
        "unreachable.background": "#4f5b661a",
        "unreachable.border": "#343d46",
        "conflict.background": "#c5a5c51a",
        "conflict.border": "#343d46",
        "created.background": "#99c7941a",
        "created.border": "#343d46",
        "deleted.background": "#ed6f7d1a",
        "deleted.border": "#343d46",
        "hidden.background": "#65737e1a",
        "hidden.border": "#343d46",
        "hint.background": "#65737e1a",
        "hint.border": "#343d46",
        "ignored.background": "#4f5b661a",
        "ignored.border": "#343d46",
        "modified.background": "#fac8631a",
        "modified.border": "#343d46",
        "icon": "#d8dee9",
        "icon.muted": "#d8dee999",
        "icon.disabled": "#4f5b66",
        "icon.accent": "#5a9bcf"
      }
    }
  ],
  "id": "mBiUVgmMPDVqnGtHz7Tlh"
}