{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Comfort",
  "author": "tyler-romero",
  "themes": [
    {
      "name": "Comfort Dark",
      "appearance": "dark",
      "style": {
        "border": "#c8c8c8",
        "border.variant": "#80808059",
        "border.focused": "#f6c177",
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": "#80808059",
        "elevated_surface.background": "#3c3c3c",
        "surface.background": "#383838",
        "background": "#383838",
        "element.background": "#f6c177d1",
        "element.hover": "#2a2d2e",
        "element.active": null,
        "element.selected": "#f6c1774c",
        "element.disabled": null,
        "drop_target.background": "#383b3d",
        "ghost_element.background": null,
        "ghost_element.hover": "#2a2d2e",
        "ghost_element.active": null,
        "ghost_element.selected": "#f6c1774c",
        "ghost_element.disabled": null,
        "text": "#d4d4d4",
        "text.muted": "#d4d4d4",
        "text.placeholder": null,
        "text.disabled": "#f6c1774c",
        "text.accent": "#f6c177",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#f6c1777e",
        "title_bar.background": "#3c3c3c",
        "toolbar.background": "#383838",
        "tab_bar.background": "#383838",
        "tab.inactive_background": "#434343",
        "tab.active_background": "#f6c17754",
        "search.match_background": "#f6c17754",
        "panel.background": "#383838",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.background": "#79797966",
        "scrollbar.thumb.hover_background": "#646464b3",
        "scrollbar.thumb.border": "#79797966",
        "scrollbar.track.background": "#383838",
        "scrollbar.track.border": "#7f7f7f4d",
        "editor.foreground": "#d4d4d4",
        "editor.background": "#383838",
        "editor.gutter.background": "#383838",
        "editor.subheader.background": null,
        "editor.active_line.background": "#ffffff0A",
        "editor.highlighted_line.background": null,
        "editor.line_number": "#858585",
        "editor.active_line_number": "#d4d4d4",
        "editor.invisible": null,
        "editor.wrap_guide": "#80808059",
        "editor.active_wrap_guide": "#80808059",
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": null,
        "terminal.foreground": null,
        "terminal.bright_foreground": null,
        "terminal.dim_foreground": null,
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#cd3131",
        "terminal.ansi.bright_red": "#f14c4c",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#0dbc79",
        "terminal.ansi.bright_green": "#23d18b",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#e5e510",
        "terminal.ansi.bright_yellow": "#f5f543",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#2472c8",
        "terminal.ansi.bright_blue": "#3b8eea",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#bc3fbc",
        "terminal.ansi.bright_magenta": "#d670d6",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#11a8cd",
        "terminal.ansi.bright_cyan": "#29b8db",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#e5e5e5",
        "terminal.ansi.bright_white": "#e5e5e5",
        "terminal.ansi.dim_white": null,
        "link_text.hover": null,
        "conflict": "#6c6cc4",
        "conflict.background": "#6c6cc45c",
        "conflict.border": null,
        "created": "#00d894",
        "created.background": "#00d9947a",
        "created.border": null,
        "deleted": "#ce4d54",
        "deleted.background": "#cf4c5396",
        "deleted.border": null,
        "error": "#f48771",
        "error.background": "#d19a66",
        "error.border": "#ffffff00",
        "hidden": "#ffffff80",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#8c8c8c",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#f6c177",
        "info.background": "#4490BF00",
        "info.border": "#4490BF00",
        "modified": "#f6c177",
        "modified.background": "#f5c0768f",
        "modified.border": null,
        "predictive": null,
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#cca700",
        "warning.background": "#A9904000",
        "warning.border": "#ffffff00",
        "players": [
          {
            "cursor": "#f6c177",
            "selection": "#f6c1774c"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#d19a66",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#7f848e",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#7f848e",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#d19a66",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#eb6f92",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#FFF",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#FFF",
            "font_style": null,
            "font_weight": 700
          },
          "function": {
            "color": "#69bee9",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#aaa2ff",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#FFC799",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#FFF",
            "font_style": null,
            "font_weight": null
          },
          "link_uri": {
            "color": "#FFF",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#d19a66",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#56b6c2",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#56b6c2",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#eb6f92",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#f6c177",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#eb6f92",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#f6c177",
            "font_style": null,
            "font_weight": null
          }
        },
        "background.appearance": "opaque"
      }
    },
    {
      "name": "New Theme",
      "appearance": "dark",
      "style": {
        "border": "#c8c8c8",
        "border.variant": "#80808059",
        "border.focused": "#f6c177",
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": "#80808059",
        "elevated_surface.background": "#3c3c3c",
        "surface.background": "#383838",
        "background": "#383838",
        "element.background": "#f6c177d1",
        "element.hover": "#2a2d2e",
        "element.active": null,
        "element.selected": "#f6c1774c",
        "element.disabled": null,
        "drop_target.background": "#383b3d",
        "ghost_element.background": null,
        "ghost_element.hover": "#2a2d2e",
        "ghost_element.active": null,
        "ghost_element.selected": "#f6c1774c",
        "ghost_element.disabled": null,
        "text": "#d4d4d4",
        "text.muted": "#d4d4d4",
        "text.placeholder": null,
        "text.disabled": "#f6c1774c",
        "text.accent": "#f6c177",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#f6c1777e",
        "title_bar.background": "#3c3c3c",
        "toolbar.background": "#383838",
        "tab_bar.background": "#383838",
        "tab.inactive_background": "#434343",
        "tab.active_background": "#f6c17754",
        "search.match_background": "#f6c17754",
        "panel.background": "#383838",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.background": "#79797966",
        "scrollbar.thumb.hover_background": "#646464b3",
        "scrollbar.thumb.border": "#79797966",
        "scrollbar.track.background": "#383838",
        "scrollbar.track.border": "#7f7f7f4d",
        "editor.foreground": "#d4d4d4",
        "editor.background": "#383838",
        "editor.gutter.background": "#383838",
        "editor.subheader.background": null,
        "editor.active_line.background": "#ffffff0A",
        "editor.highlighted_line.background": null,
        "editor.line_number": "#858585",
        "editor.active_line_number": "#d4d4d4",
        "editor.invisible": null,
        "editor.wrap_guide": "#80808059",
        "editor.active_wrap_guide": "#80808059",
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": null,
        "terminal.foreground": null,
        "terminal.bright_foreground": null,
        "terminal.dim_foreground": null,
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#cd3131",
        "terminal.ansi.bright_red": "#f14c4c",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#0dbc79",
        "terminal.ansi.bright_green": "#23d18b",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#e5e510",
        "terminal.ansi.bright_yellow": "#f5f543",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#2472c8",
        "terminal.ansi.bright_blue": "#3b8eea",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#bc3fbc",
        "terminal.ansi.bright_magenta": "#d670d6",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#11a8cd",
        "terminal.ansi.bright_cyan": "#29b8db",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#e5e5e5",
        "terminal.ansi.bright_white": "#e5e5e5",
        "terminal.ansi.dim_white": null,
        "link_text.hover": null,
        "conflict": "#6c6cc4",
        "conflict.background": "#6c6cc45c",
        "conflict.border": null,
        "created": "#00d894",
        "created.background": "#00d9947a",
        "created.border": null,
        "deleted": "#ce4d54",
        "deleted.background": "#cf4c5396",
        "deleted.border": null,
        "error": "#f48771",
        "error.background": "#d19a66",
        "error.border": "#ffffff00",
        "hidden": "#ffffff80",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#8c8c8c",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#f6c177",
        "info.background": "#4490BF00",
        "info.border": "#4490BF00",
        "modified": "#f6c177",
        "modified.background": "#f5c0768f",
        "modified.border": null,
        "predictive": null,
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": "#cca700",
        "warning.background": "#A9904000",
        "warning.border": "#ffffff00",
        "players": [
          {
            "cursor": "#f6c177",
            "selection": "#f6c1774c"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#d19a66",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#7f848e",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#7f848e",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#d19a66",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#eb6f92",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#FFF",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#FFF",
            "font_style": null,
            "font_weight": 700
          },
          "function": {
            "color": "#69bee9",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#aaa2ff",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#FFC799",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#FFF",
            "font_style": null,
            "font_weight": null
          },
          "link_uri": {
            "color": "#FFF",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#d19a66",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#d4d4d4",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#56b6c2",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#56b6c2",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#eb6f92",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#00d894",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#f6c177",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#eb6f92",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#f6c177",
            "font_style": null,
            "font_weight": null
          }
        },
        "background.appearance": "opaque"
      }
    }
  ],
  "id": "bg3JQEOWq_jBoz7OdIFBn"
}