{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "gunter",
  "author": "filippo.graziola@gmail.com",
  "themes": [
    {
      "name": "gunter-dark",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "background": "#21262c",
        "surface.background": "#1A2022",
        "panel.background": "#15181b",
        "elevated_surface.background": "#121212",
        "text": "#a5c3d5",
        "text.muted": "#b2b7b7",
        "text.placeholder": "#364757",
        "text.disabled": "#a5c3d580",
        "text.accent": "#fafafa",
        "border": "#4e82b020",
        "border.variant": "#ffffff00",
        "border.focused": "#0D2E4C",
        "border.transparent": "#ffffff0000",
        "element.background": "#0D2E4C",
        "element.hover": "#2262891c",
        "element.active": "#226289",
        "element.selected": "#b2b7b72c",
        "ghost_element.background": "#00050a00",
        "ghost_element.hover": "#b2b7b72c",
        "ghost_element.active": "#b2b7b7CC",
        "ghost_element.selected": "#b2b7b72c",
        "ghost_element.disabled": "#010304466",
        "editor.background": "#161a1f",
        "editor.foreground": "#a5c3d5",
        "editor.line_number": "#215582",
        "editor.active_line_number": "#3da7e9",
        "editor.active_line.background": "#2a2f35",
        "editor.indent_guide": "#1A2022",
        "editor.indent_guide_active": "#07477b",
        "editor.selection.background": "#5f718062",
        "editor.gutter.background": "#11161B",
        "editor.document_highlight.bracket_background": "#4aabff3c",
        "editor.document_highlight.read_background": "#ffffff16",
        "editor.document_highlight.write_background": "#22628936",
        "editor.subheader.background": "#00000000",
        "link_text.hover": "#64a5ce",
        "terminal.foreground": "#7c9bbe",
        "terminal.bright_foreground": "#7c9bbe",
        "terminal.dim_foreground": "#7c9bbe99",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.red": "#e2485d",
        "terminal.ansi.green": "#2a7221",
        "terminal.ansi.yellow": "#f0ae42",
        "terminal.ansi.blue": "#226289",
        "terminal.ansi.magenta": "#7e3c2d",
        "terminal.ansi.cyan": "#64a5ce",
        "terminal.ansi.white": "#E8EBED",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.bright_red": "#E78895",
        "terminal.ansi.bright_green": "#63C132",
        "terminal.ansi.bright_yellow": "#FFCB77",
        "terminal.ansi.bright_blue": "#4b87bf",
        "terminal.ansi.bright_magenta": "#A2685B",
        "terminal.ansi.bright_cyan": "#86bdde",
        "terminal.ansi.bright_white": "#E8EBED",
        "terminal.ansi.dim_black": "#00000066",
        "terminal.ansi.dim_red": "#E7889566",
        "terminal.ansi.dim_green": "#2a722166",
        "terminal.ansi.dim_yellow": "#FFCB7766",
        "terminal.ansi.dim_blue": "#22628966",
        "terminal.ansi.dim_magenta": "#A2685B66",
        "terminal.ansi.dim_cyan": "#86bdde66",
        "terminal.ansi.dim_white": "#E8EBED66",
        "error": "#C5283D",
        "error.background": "#C5283D24",
        "error.border": "#ffffff00",
        "warning": "#FFCB77",
        "warning.background": "#FFCB7724",
        "warning.border": "#ffffff00",
        "info": "#226289",
        "info.background": "#22628924",
        "info.border": "#22628900",
        "hint.background": "15181b",
        "success": "#2a7221",
        "success.background": "#2a722119",
        "success.border": "#2a7221",
        "created": "#4dff3e",
        "created.background": "#3eff4a14",
        "created.border": "#4dff3e",
        "modified": "#226289",
        "modified.border": "#226289",
        "deleted": "#C5283D",
        "deleted.background": "#C5283D14",
        "deleted.border": "#C5283D",
        "conflict": "#9e91ff",
        "conflict.border": "#9e91ff",
        "renamed": "#d9a44e",
        "renamed.border": "#FFCB77",
        "ignored": "#3a4a58",
        "ignored.border": "#3a4a58",
        "pane.focused_border": "#0D2E4C",
        "pane_group.border": "#ffffff00",
        "panel.indent_guide": "#1A2022",
        "panel.indent_guide_active": "#07477b",
        "status_bar.background": "#0D2E4C",
        "title_bar.background": "#0D2E4C",
        "toolbar.background": "#061523",
        "search.match_background": "#FFCB7742",
        "tab_bar.background": "#0D2E4C",
        "tab.active_background": "#00000074",
        "tab.inactive_background": "#1A2022",
        "scrollbar.thumb.background": "#2262898b",
        "scrollbar.thumb.hover_background": "#0D2E4Ccd",
        "scrollbar.track.background": "#061523",
        "scrollbar.track.border": "#061523",
        "players": [
          {
            "cursor": "#4aabff",
            "selection": "#5f718062",
            "background": "#010304"
          }
        ],
        "syntax": {
          "variable": {
            "color": "#70b9cb"
          },
          "variable.builtin": {
            "color": "#70b9cb"
          },
          "variable.parameter": {
            "color": "#70b9cb"
          },
          "constant": {
            "color": "#ac80ff",
            "font_weight": null
          },
          "constant.builtin": {
            "color": "#ac80ff"
          },
          "string": {
            "color": "#f3e875"
          },
          "string.documentation": {
            "color": "#f3e875"
          },
          "string.regexp": {
            "color": "#caebf2"
          },
          "string.regex": {
            "color": "#caebf2"
          },
          "charcter": {
            "color": "#f3e875"
          },
          "character.special": {
            "color": "#caebf2"
          },
          "number": {
            "color": "#ac80ff"
          },
          "function": {
            "color": "#ffcc35",
            "font_weight": 600
          },
          "function.builtin": {
            "color": "#caebf2"
          },
          "function.call": {
            "color": "#ffcc35"
          },
          "type": {
            "color": "#599cd9"
          },
          "type.builtin": {
            "color": "#599cd9"
          },
          "operator": {
            "color": "#5c94f4"
          },
          "namespace": {
            "color": "#599cd9"
          },
          "keyword": {
            "color": "#ea7600"
          },
          "keyword.type": {
            "color": "#ea7600"
          },
          "keyword.function": {
            "color": "#ea7600"
          },
          "keyword.operator": {
            "color": "#caebf2"
          },
          "keyword.import": {
            "color": "#ea7600"
          },
          "tag": {
            "color": "#70b9cb"
          },
          "boolean": {
            "color": "#c320cc",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#ffffff",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#575757",
            "font_style": null,
            "font_weight": null
          },
          "editor.foreground": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "attribute": {
            "color": "#5c94f4",
            "font_style": null,
            "font_weight": 400
          }
        }
      }
    }
  ],
  "id": "X9KMqn4bvO3CZhqwV345C"
}