{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Alchemist",
  "description": "For the alchemists who like to program with Elixir.",
  "author": "Edwin Bühler",
  "themes": [
    {
      "name": "Alchemist Dark",
      "appearance": "dark",
      "style": {
        "background": "#3a3143",
        "syntax": {
          "comment.doc": {
            "color": "#9a93b2",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#b3b0c4",
            "font_style": "italic",
            "font_weight": null
          },
          "keyword": {
            "color": "#d57affff",
            "font_style": "oblique",
            "font_weight": 500
          },
          "function": {
            "color": "#48a955ff",
            "font_style": "oblique",
            "font_weight": null
          },
          "string": {
            "color": "#dad65eff",
            "font_style": "italic",
            "font_weight": null
          },
          "type": {
            "color": "#00d8ffff",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#b6cfba",
            "font_style": null,
            "font_weight": null
          },
          "enum": {
            "color": "#b6cfba",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#d9665fff",
            "font_style": null,
            "font_weight": null
          },
          "attribute": {
            "color": "#daa95fff",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#daa95fff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#2fd842ff",
            "font_style": null,
            "font_weight": 600
          },
          "editor.foreground": {
            "color": "#fffee1",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#daa95f",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#74ade8ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#daa95f",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#48a955dd",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#48a955bb",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#bdb0c5ff",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#74ade8ff",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#74ade8ff",
            "font_style": null,
            "font_weight": null
          },
          "link_uri": {
            "color": "#047513",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#ffb138",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#daa95fff",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#bdb0c5",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#9a93b2ff",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#b3b0c4ff",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": "#726185ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#daa95fff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#daa95f",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#daa95f",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#980b02ff",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#953ad7ff",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#48a955ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#74ade8ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#b6cfba",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#b0fa0a",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#daa95fff",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#ff4238",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#fffee1",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#daa95fff",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#b3b0c4ff",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#74ade8ff",
            "font_style": null,
            "font_weight": null
          }
        },
        "players": [
          {
            "background": "#7a81ffff",
            "cursor": "#7a81ffff",
            "selection": "#7a81ff3d"
          },
          {
            "background": "#980b02ff",
            "cursor": "#980b02ff",
            "selection": "#980b023d"
          },
          {
            "background": "#daa95fff",
            "cursor": "#daa95fff",
            "selection": "#daa95f3d"
          },
          {
            "background": "#953ad7ff",
            "cursor": "#953ad7ff",
            "selection": "#953ad73d"
          },
          {
            "background": "#b6cfbaff",
            "cursor": "#b6cfbaff",
            "selection": "#b6cfba3d"
          },
          {
            "background": "#d9665fff",
            "cursor": "#d9665fff",
            "selection": "#d9665f3d"
          },
          {
            "background": "#ffb138ff",
            "cursor": "#ffb138ff",
            "selection": "#ffb1383d"
          },
          {
            "background": "#48a955ff",
            "cursor": "#48a955ff",
            "selection": "#48a9553d"
          }
        ],
        "editor.background": "#7145920f",
        "editor.foreground": "#fffee1ff",
        "text": "#fffee1",
        "border": "#714592ff",
        "text.accent": "#953ad7",
        "conflict": "#daa95f",
        "modified": "#daa95f",
        "conflict.background": "#dec1841a",
        "conflict.border": "#635948",
        "created": "#b6cfba",
        "created.background": "#a1c1811a",
        "created.border": "#384d3a",
        "deleted": "#d9665f",
        "deleted.background": "#d072771a",
        "deleted.border": "#634a47",
        "hidden": "#ada0b5",
        "hidden.background": "#696b771a",
        "hidden.border": "#838095",
        "ignored": "#ada0b5",
        "ignored.background": "#696b771a",
        "ignored.border": "#838095",
        "modified.background": "#dec1841a",
        "modified.border": "#635948",
        "text.disabled": "#9183a8ff",
        "text.muted": "#b3b0c4ff",
        "text.placeholder": "#9183a8ff",
        "icon.accent": "#953ad7",
        "icon": "#fffee1",
        "icon.disabled": "#9183a8ff",
        "icon.placeholder": "#9183a8ff",
        "icon.muted": "#b3b0c4ff",
        "border.transparent": "#00000000",
        "border.disabled": "#726185ff",
        "border.focused": "#953ad7ff",
        "border.selected": "#384d3aff",
        "border.variant": "#634a47ff",
        "element.active": "#400966cc",
        "element.background": "#40096655",
        "element.disabled": "#40096633",
        "element.hover": "#d9665faa",
        "element.selected": "#400966ff",
        "ghost_element.background": "#00000000",
        "ghost_element.active": "#400966cc",
        "ghost_element.disabled": "#40096633",
        "ghost_element.hover": "#800966bb",
        "ghost_element.selected": "#800966bb",
        "toolbar.background": "#71459233",
        "tab.active_background": "#714592",
        "editor.gutter.background": "#7145920f",
        "editor.line_number": "#fffee166",
        "editor.active_wrap_guide": "#fffee122",
        "editor.wrap_guide": "#fffee107",
        "error": "#ff4238",
        "warning": "#fefa37",
        "success": "#2fd842",
        "success.background": "#2fd8421a",
        "error.background": "#ff42381a",
        "warning.background": "#fefa371a",
        "info": "#bdb0c5",
        "info.background": "#bdb0c51a",
        "link_text.hover": "#bdb0c5",
        "renamed": "#bdb0c5",
        "error.border": "#634a47ff",
        "success.border": "#384d3aff",
        "warning.border": "#989400ff",
        "hint": "#837298ff",
        "hint.background": "#8372981a",
        "hint.border": "#50435cff",
        "info.border": "#714592dd",
        "renamed.border": "#714592dd",
        "renamed.background": "#bdb0c51a",
        "predictive": "#989400ff",
        "predictive.background": "#9894001a",
        "predictive.border": "#634a47ee",
        "unreachable": "#a49eb9ff",
        "unreachable.background": "#a49eb91a",
        "unreachable.border": "#544a64ff",
        "terminal.ansi.black": "#3a3143ff",
        "terminal.ansi.dim_green": "#b6cfba",
        "terminal.ansi.green": "#48a955",
        "terminal.ansi.bright_green": "#384d3a",
        "terminal.ansi.bright_red": "#634a47ff",
        "terminal.ansi.red": "#ff4238ff",
        "terminal.ansi.dim_red": "#d9665fff",
        "terminal.ansi.dim_yellow": "#dad65eff",
        "terminal.ansi.bright_yellow": "#636447ff",
        "terminal.ansi.yellow": "#989400",
        "terminal.background": "#3a3143dd",
        "terminal.foreground": "#fffee1cc",
        "terminal.bright_foreground": "#fffee1cc",
        "terminal.dim_foreground": "#635948ff",
        "terminal.ansi.white": "#fffee1cc",
        "terminal.ansi.bright_white": "#fffee1cc",
        "terminal.ansi.dim_black": "#fffee1cc",
        "terminal.ansi.dim_cyan": "#8be9fd",
        "terminal.ansi.bright_cyan": "#4488aaff",
        "terminal.ansi.cyan": "#abffffff",
        "terminal.ansi.magenta": "#953ad7ff",
        "terminal.ansi.dim_magenta": "#bdb0c5ff",
        "terminal.ansi.bright_magenta": "#400966ff",
        "terminal.ansi.dim_white": "#636447ff",
        "terminal.ansi.bright_black": "#50435cff",
        "terminal.ansi.blue": "#7a81ff",
        "terminal.ansi.bright_blue": "#3a41aa",
        "terminal.ansi.dim_blue": "#aab1ff",
        "status_bar.foreground": "",
        "tab.active_foreground": "",
        "terminal.ansi.amber": "",
        "scrollbar.track.background": "#71459233",
        "scrollbar.thumb.border": "#953ad7ff",
        "scrollbar_thumb.background": "#714592ff",
        "scrollbar.thumb.hover_background": "#953ad7ff",
        "panel.background": "#40096633",
        "editor.active_line.background": "#400966aa",
        "status_bar.background": "#3a3143ff",
        "tab_bar.background": "#71459233",
        "title_bar.background": "#3a3143",
        "elevated_surface.background": "#400966ff",
        "surface.background": "#714592",
        "tab.inactive_background": "#544a64",
        "panel.focused_border": "#953ad7",
        "search.match_background": "#bdb0c5aa",
        "drop_target.background": "#953ad733",
        "editor.active_line_number": "#bdb0c5ff",
        "editor.document_highlight.read_background": "#74ade81a",
        "editor.document_highlight.write_background": "#555a6366",
        "editor.highlighted_line.background": "#544a64ff",
        "editor.invisible": "#9a93b2ff",
        "editor.subheader.background": "#544a64aa",
        "pane.focused_border": "#544a64ff"
      }
    }
  ],
  "id": "h65udiKSJnpKyRBEWajPP"
}