{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Max Darcula",
  "author": "Max_Filatov",
  "themes": [
    {
      "name": "Max Darcula",
      "appearance": "dark",
      "style": {
        "border": "#f9f9f928",
        "border.variant": "#f9f9f928",
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "drop_target.background": null,
        "surface.background": null,
        "background": null,
        "element.background": "#f9f9f908",
        "element.hover": "#FFFFFF1B",
        "element.active": "#f9f9f93F",
        "element.selected": "#85a7ff0F",
        "element.disabled": "#000000",
        "ghost_element.background": null,
        "ghost_element.hover": "#FFFFFF0F",
        "ghost_element.active": "#FFFFFF1F",
        "ghost_element.selected": "#85a7ff0F",
        "ghost_element.disabled": null,
        "text": "#FFFFFF",
        "text.muted": "#FFFFFF9F",
        "text.placeholder": "#ACB0BE",
        "text.disabled": "#FFFFFF4F",
        "text.accent": "#3694ff",
        "icon": "#4c4f69",
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": "#b78dc2",
        "status_bar.background": null,
        "title_bar.background": null,
        "tab_bar.background": null,
        "tab.inactive_background": "#3b3f4100",
        "tab.active_background": null,
        "search.match_background": null,
        "toolbar.background": null,
        "panel.background": null,
        "panel.focused_border": "#f9f9f928",
        "pane.focused_border": null,
        "scrollbar.thumb.background": "#acb0be80",
        "scrollbar.thumb.hover_background": "#FFFFFF",
        "scrollbar.thumb.border": "#FFFFFF00",
        "scrollbar.track.background": "#2b2b2d00",
        "scrollbar.track.border": "#FFFFFF00",
        "editor.foreground": "#99A8B9",
        "editor.background": null,
        "editor.gutter.background": null,
        "editor.subheader.background": null,
        "editor.active_line.background": null,
        "editor.highlighted_line.background": null,
        "editor.line_number": null,
        "editor.active_line_number": null,
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.document_highlight.write_background": "#5756568f",
        "editor.document_highlight.read_background": "#5756568f",
        "terminal.background": "#000000",
        "terminal.foreground": "#ffffffDF",
        "terminal.ansi.bright_black": "#ffffff4f",
        "conflict": "#ffb86c",
        "conflict.background": "#3a3f41",
        "conflict.border": "#ffb86c",
        "created": "#50fa7b",
        "created.background": "#2d9c49",
        "created.border": "#50fa7b",
        "deleted": "#a62911",
        "deleted.background": "#50fa7b",
        "deleted.border": "#a62911",
        "error": "#ff5454",
        "error.background": "#572525",
        "error.border": "#ff5555",
        "hidden": "#6272a4",
        "hidden.background": "#3a3f41",
        "hidden.border": "#6272a4",
        "hint": "#656565",
        "hint.background": "#232323",
        "hint.border": "#497999",
        "ignored": "#6272a4",
        "ignored.background": "#3a3f41",
        "ignored.border": "#6272a4",
        "info": "#497999",
        "info.background": "#44475a",
        "info.border": "#497999",
        "modified": "#ffb86c",
        "modified.background": "#c28610",
        "modified.border": "#ffb86c",
        "predictive": "#2c77b4",
        "predictive.background": "#44475a",
        "predictive.border": "#bd93f9",
        "renamed": "#ff9c40",
        "renamed.background": "#b36822",
        "renamed.border": "#ff9c40",
        "success": "#50fa7b",
        "success.background": "#1da840",
        "success.border": "#50fa7b",
        "unreachable": "#6272a4",
        "unreachable.background": "#3a3f41",
        "unreachable.border": "#6272a4",
        "warning": "#dec184ff",
        "warning.background": "#62481b",
        "warning.border": "#dec184",
        "players": [
          {
            "cursor": "#b9dded",
            "selection": "#91d1ed1F"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#606366",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#865F99",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#6e93f0",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#5685AC",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#5685AC",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#865F99",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#63945c",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#F6B85A",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#865F99",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#9e9e97",
            "font_style": null,
            "font_weight": null
          },
          "enum": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#F6B85A",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#2980c7",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#F6B85A",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "editor.foreground": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#bfb039",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "emphasis.strong": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "link_uri": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#969a9e",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#BE6427",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#9e9e97",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": null,
            "font_style": null,
            "font_weight": null
          }
        },
        "link_text.hover": null,
        "terminal.ansi.amber": "#902d2d"
      }
    }
  ],
  "id": "b2C4LylVXah6lpapFEVwD"
}