{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Ilyat Cosmic",
  "author": "voyageur-design",
  "themes": [
    {
      "name": "Ilyat Cosmic",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "background": "#221e30",
        "surface.background": "#191624",
        "panel.background": "#191624",
        "elevated_surface.background": "#191624",
        "text": "#ddd8e4",
        "text.disabled": "#78728d",
        "text.accent": "#c8c2dd",
        "border.focused": "#f8f2fd3f",
        "border.selected": "#ff8787",
        "border.transparent": "undefined00",
        "border.disabled": "#78728d",
        "element.background": "#ff87877f",
        "element.hover": "#f8f2fd10",
        "element.active": "#48425d",
        "element.selected": "#221e30",
        "ghost_element.background": "#221e3000",
        "ghost_element.hover": "#221e30",
        "ghost_element.active": "#221e30CC",
        "ghost_element.selected": "#221e30",
        "ghost_element.disabled": "#221e3066",
        "editor.background": "#221e30",
        "editor.foreground": "#ddd8e4",
        "editor.line_number": "#68627d",
        "editor.active_line_number": "#c8c2dd",
        "editor.active_line.background": "#2d2a3e",
        "editor.indent_guide": "#f8f2fd12",
        "editor.indent_guide_active": "#f8f2fd3f",
        "editor.selection.background": "#f8f2fd1f",
        "editor.document_highlight.read_background": "#f8f2fd1f",
        "editor.document_highlight.write_background": "#f8f2fd1f",
        "editor.subheader.background": "#191624",
        "link_text.hover": "#ff8787",
        "terminal.background": "#191624",
        "terminal.foreground": "#c0c0c0",
        "terminal.bright_foreground": "#c0c0c0",
        "terminal.dim_foreground": "#c0c0c099",
        "terminal.ansi.black": "#38324d",
        "terminal.ansi.red": "#e47474",
        "terminal.ansi.green": "#66b395",
        "terminal.ansi.yellow": "#e2c97e",
        "terminal.ansi.blue": "#7098d4",
        "terminal.ansi.magenta": "#b290ba",
        "terminal.ansi.cyan": "#6ab8c0",
        "terminal.ansi.white": "#dddddd",
        "terminal.ansi.bright_black": "#68627d",
        "terminal.ansi.bright_red": "#f48484",
        "terminal.ansi.bright_green": "#76c3a5",
        "terminal.ansi.bright_yellow": "#f2d98e",
        "terminal.ansi.bright_blue": "#80a8e4",
        "terminal.ansi.bright_magenta": "#c2a0ca",
        "terminal.ansi.bright_cyan": "#7ac8d0",
        "terminal.ansi.bright_white": "#f6f6f6",
        "terminal.ansi.dim_black": "#38324d66",
        "terminal.ansi.dim_red": "#e4747466",
        "terminal.ansi.dim_green": "#66b39566",
        "terminal.ansi.dim_yellow": "#e2c97e66",
        "terminal.ansi.dim_blue": "#7098d466",
        "terminal.ansi.dim_magenta": "#b290ba66",
        "terminal.ansi.dim_cyan": "#6ab8c066",
        "terminal.ansi.dim_white": "#dddddd66",
        "error": "#ff8787",
        "error.background": "undefined19",
        "warning": "#e7d38f",
        "warning.background": "#e7d38f19",
        "warning.border": "#e7d38f",
        "info": "#7098d4",
        "info.background": "#7098d419",
        "info.border": "#7098d4",
        "hint.background": "undefined19",
        "success": "#66b395",
        "success.background": "#66b39519",
        "success.border": "#66b395",
        "created": "#66b395af",
        "created.background": "#66b39530",
        "created.border": "#66b395af",
        "modified": "#7098d4af",
        "modified.border": "#7098d4af",
        "deleted": "#ff8787af",
        "deleted.background": "#ff878730",
        "deleted.border": "#ff8787af",
        "conflict": "#dd9a6a",
        "conflict.border": "#dd9a6a",
        "renamed": "#6ab8c0",
        "renamed.border": "#6ab8c0",
        "ignored": "#f8f2fd3f",
        "ignored.border": "#f8f2fd3f",
        "pane.focused_border": "#f8f2fd3f",
        "panel.indent_guide": "#f8f2fd12",
        "panel.indent_guide_active": "#f8f2fd3f",
        "status_bar.background": "#191624",
        "title_bar.background": "#191624",
        "toolbar.background": "#221e30",
        "search.match_background": "#66b3952f",
        "tab_bar.background": "#191624",
        "tab.active_background": "#221e30",
        "tab.inactive_background": "#191624",
        "scrollbar.thumb.background": "#f8f2fd12",
        "scrollbar.thumb.hover_background": "#f8f2fd2f",
        "players": [
          {
            "cursor": "#ff8787",
            "selection": "#f8f2fd1f",
            "background": "#221e30"
          }
        ],
        "syntax": {
          "variable": {
            "color": "#dcdde4"
          },
          "variable.builtin": {
            "color": "#dcdde4"
          },
          "variable.parameter": {
            "color": "#f3a580"
          },
          "constant": {
            "color": "#dcdde4"
          },
          "string": {
            "color": "#74ccaa"
          },
          "string.documentation": {
            "color": "#74ccaa"
          },
          "string.regexp": {
            "color": "#f6c177"
          },
          "string.regex": {
            "color": "#f6c177"
          },
          "charcter": {
            "color": "#74ccaa"
          },
          "character.special": {
            "color": "#f6c177"
          },
          "number": {
            "color": "#f6c177"
          },
          "function": {
            "color": "#5fb5be"
          },
          "function.builtin": {
            "color": "#5fb5be"
          },
          "function.call": {
            "color": "#5fb5be"
          },
          "type": {
            "color": "#A0C0D6"
          },
          "type.builtin": {
            "color": "#A0C0D6"
          },
          "operator": {
            "color": "#ed9cc2"
          },
          "namespace": {
            "color": "#A0C0D6"
          },
          "class": {
            "color": "#A0C0D6"
          },
          "keyword": {
            "color": "#ed9cc2"
          },
          "keyword.type": {
            "color": "#ed9cc2"
          },
          "keyword.function": {
            "color": "#ed9cc2"
          },
          "keyword.operator": {
            "color": "#ed9cc2"
          },
          "keyword.import": {
            "color": "#ed9cc2"
          },
          "comment": {
            "color": "#F8F2FD4F"
          },
          "tag": {
            "color": "#ed9cc2"
          },
          "parameter": {
            "color": "#f3a580"
          },
          "emphasis.strong": {
            "font_weight": 700
          },
          "emphasis": {
            "font_style": "italic"
          }
        }
      }
    }
  ],
  "id": "TXeOXzQaj5zve_yQUbM4C"
}