{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "SYK Alterations",
  "author": "sykryan",
  "themes": [
    {
      "name": "Specific Panda",
      "appearance": "dark",
      "style": {
        "background": "#242424",
        "background.appearance": "opaque",
        "border": "#1B1B1C",
        "border.variant": "#ffffff10",
        "border.focused": "#9371e257",
        "border.selected": "#9371e257",
        "border.transparent": "#00000000",
        "border.disabled": "#00000050",
        "elevated_surface.background": "#242424",
        "surface.background": "#242424",
        "element.background": "#1B1B1C",
        "element.hover": "#42424210",
        "element.active": "#00000050",
        "element.selected": "#9371e257",
        "element.disabled": "#00000050",
        "drop_target.background": "#8B5CF657",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#42424210",
        "ghost_element.active": "#00000050",
        "ghost_element.selected": "#9371e257",
        "ghost_element.disabled": "#00000050",
        "text": "#FFFFFF",
        "text.muted": "#ffffff8f",
        "text.placeholder": "#9371e2bd",
        "text.disabled": "#5959597d",
        "text.accent": "#9371e2",
        "icon": "#eeffff",
        "icon.muted": "#6d6d6d",
        "icon.disabled": "#3c3c3cb8",
        "icon.placeholder": "#eeffff60",
        "icon.accent": "#9371e2",
        "status_bar.background": "#111111",
        "title_bar.background": "#111111",
        "title_bar.inactive_background": "#212121",
        "toolbar.background": "#1B1B1C",
        "tab_bar.background": "#111111",
        "tab.inactive_background": "#1B1B1C",
        "tab.active_background": "#242424",
        "search.match_background": "#8B5CF657",
        "panel.background": "#111111",
        "panel.focused_border": "#8B5CF657",
        "panel.indent_guide_active": "#14dbc460",
        "pane.focused_border": "#8B5CF657",
        "scrollbar.thumb.background": "#00000050",
        "scrollbar.thumb.hover_background": "#000000d9",
        "scrollbar.thumb.border": "#00000033",
        "scrollbar.track.background": "#21212100",
        "scrollbar.track.border": "#00000000",
        "editor.foreground": "#d8dee9",
        "editor.background": "#242424",
        "editor.gutter.background": "#1B1B1C",
        "editor.subheader.background": "#242424",
        "editor.active_line.background": "#00000050",
        "editor.highlighted_line.background": "#00000050",
        "editor.line_number": "#895bf56e",
        "editor.active_line_number": "#eeffff",
        "editor.invisible": "#eeffff10",
        "editor.wrap_guide": "#42424270",
        "editor.active_wrap_guide": "#42424270",
        "editor.document_highlight.read_background": "#8B5CF657",
        "editor.document_highlight.write_background": "#8B5CF657",
        "terminal.background": "#151515",
        "terminal.foreground": "#d8dee9",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#4f5051",
        "terminal.ansi.black": "#1B1B1C",
        "terminal.ansi.bright_black": "#242424",
        "terminal.ansi.dim_black": "#242424",
        "terminal.ansi.red": "#db3949",
        "terminal.ansi.bright_red": "#db3949",
        "terminal.ansi.dim_red": "#db3949a3",
        "terminal.ansi.green": "#9371e2",
        "terminal.ansi.bright_green": "#9371e2",
        "terminal.ansi.dim_green": "#9371e2",
        "terminal.ansi.yellow": "#9371e2",
        "terminal.ansi.bright_yellow": "#9371e2",
        "terminal.ansi.dim_yellow": "#9371e2",
        "terminal.ansi.blue": "#92a3ff",
        "terminal.ansi.bright_blue": "#92a3ff",
        "terminal.ansi.dim_blue": "#92a3ff",
        "terminal.ansi.magenta": "#b794d1",
        "terminal.ansi.bright_magenta": "#b794d1",
        "terminal.ansi.dim_magenta": "#b794d1",
        "terminal.ansi.cyan": "#4db8c4",
        "terminal.ansi.bright_cyan": "#4db8c4",
        "terminal.ansi.dim_cyan": "#4db8c4",
        "terminal.ansi.white": "#d8dee9",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": "#d8dee9",
        "link_text.hover": "#88c0d0",
        "conflict": "#db3949",
        "conflict.background": "#e6789e66",
        "conflict.border": "#db3949",
        "created": "#4db8c4",
        "created.background": "#4db8c457",
        "created.border": "#4db8c4",
        "deleted": "#db3949",
        "deleted.background": "#db394966",
        "deleted.border": "#db3949",
        "error": "#ff374b",
        "error.background": "#ff374b66",
        "error.border": "#ff374b",
        "hidden": "#4a4a4a",
        "hidden.background": "#00000050",
        "hidden.border": "#00000050",
        "hint": "#8d9eea40",
        "hint.background": "#8d9eea40",
        "hint.border": "#8d9eea40",
        "ignored": "#616161",
        "ignored.background": "#00000020",
        "ignored.border": "#00000050",
        "info": "#8dc9eb",
        "info.background": "#8dc9eb66",
        "info.border": "#8dc9eb",
        "modified": "#FFB203",
        "modified.background": "#FFB20366",
        "modified.border": "#FFB203",
        "predictive": "#8d9eea40",
        "predictive.background": "#8d9eea40",
        "predictive.border": "#8d9eea40",
        "renamed": "#a4eeff",
        "renamed.background": "#a4eeff66",
        "renamed.border": "#a4eeff",
        "success": "#82d083",
        "success.background": "#82d08366",
        "success.border": "#82d083",
        "unreachable": "#616161",
        "unreachable.background": "#00000020",
        "unreachable.border": "#00000050",
        "warning": "#fff06b",
        "warning.background": "#fff06b66",
        "warning.border": "#fff06b",
        "players": [
          {
            "cursor": "#9371e2",
            "background": "#9371e2",
            "selection": "#9371e2"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#45decf"
          },
          "boolean": {
            "color": "#ff9999"
          },
          "comment": {
            "color": "#646464",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#646464",
            "font_style": "normal"
          },
          "constant": {
            "color": "#ff9999"
          },
          "constructor": {
            "color": "#2890ff"
          },
          "embedded": {
            "color": "#d8dee9"
          },
          "emphasis": {
            "font_style": "italic"
          },
          "emphasis.strong": {
            "font_weight": 700
          },
          "enum": {
            "color": "#2890ff"
          },
          "function": {
            "color": "#FFB203"
          },
          "hint": {
            "color": "#8d9eea40",
            "font_style": "italic",
            "font_weight": 700
          },
          "keyword": {
            "color": "#ea95ff"
          },
          "label": {
            "color": "#45decf"
          },
          "link_text": {
            "color": "#9371e2ad",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#2ac751",
            "font_style": "normal"
          },
          "number": {
            "color": "#ff9999"
          },
          "operator": {
            "color": "#e3ff36"
          },
          "predictive": {
            "color": "#8d9eea40",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#d8dee9"
          },
          "primary": {
            "color": "#d8dee9"
          },
          "property": {
            "color": "#45decf"
          },
          "punctuation": {
            "color": "#e3ff36"
          },
          "punctuation.bracket": {
            "color": "#9371e2"
          },
          "punctuation.delimiter": {
            "color": "#e3ff36"
          },
          "punctuation.list_marker": {
            "color": "#9371e2"
          },
          "punctuation.special": {
            "color": "#9371e2"
          },
          "string": {
            "color": "#2ac751"
          },
          "string.escape": {
            "color": "#1B1B1C"
          },
          "string.regex": {
            "color": "#98e2ab"
          },
          "string.special": {
            "color": "#2ac751"
          },
          "string.special.symbol": {
            "color": "#45decf"
          },
          "tag": {
            "color": "#FFB203"
          },
          "text.literal": {
            "color": "#5ae4ca"
          },
          "title": {
            "color": "#ff9999",
            "font_weight": 700
          },
          "type": {
            "color": "#2890ff"
          },
          "variable": {
            "color": "#daeeed"
          },
          "variable.special": {
            "color": "#5ae4ca"
          },
          "variant": {
            "color": "#2890ff"
          },
          "type.builtin": {
            "color": "#2990ff82",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#ffb303",
            "font_style": null,
            "font_weight": null
          }
        },
        "scrollbar_thumb.background": "#0202020d"
      }
    },
    {
      "name": "New Theme",
      "appearance": "dark",
      "style": {
        "background": "#242424",
        "background.appearance": "opaque",
        "border": "#1B1B1C",
        "border.variant": "#ffffff10",
        "border.focused": "#8B5CF657",
        "border.selected": "#8B5CF657",
        "border.transparent": "#00000000",
        "border.disabled": "#00000050",
        "elevated_surface.background": "#242424",
        "surface.background": "#242424",
        "element.background": "#1B1B1C",
        "element.hover": "#42424210",
        "element.active": "#00000050",
        "element.selected": "#8B5CF657",
        "element.disabled": "#00000050",
        "drop_target.background": "#8B5CF657",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#42424210",
        "ghost_element.active": "#00000050",
        "ghost_element.selected": "#8B5CF657",
        "ghost_element.disabled": "#00000050",
        "text": "#FFFFFF",
        "text.muted": "#ffffff8f",
        "text.placeholder": "#895bf530",
        "text.disabled": "#5959597d",
        "text.accent": "#8B5CF6",
        "icon": "#eeffff",
        "icon.muted": "#6d6d6d",
        "icon.disabled": "#3c3c3cb8",
        "icon.placeholder": "#eeffff60",
        "icon.accent": "#8B5CF6",
        "status_bar.background": "#111111",
        "title_bar.background": "#111111",
        "title_bar.inactive_background": "#212121",
        "toolbar.background": "#1B1B1C",
        "tab_bar.background": "#111111",
        "tab.inactive_background": "#1B1B1C",
        "tab.active_background": "#242424",
        "search.match_background": "#8B5CF657",
        "panel.background": "#111111",
        "panel.focused_border": "#8B5CF657",
        "panel.indent_guide_active": "#14dbc460",
        "pane.focused_border": "#8B5CF657",
        "scrollbar.thumb.background": "#00000050",
        "scrollbar.thumb.hover_background": "#000000d9",
        "scrollbar.thumb.border": "#00000033",
        "scrollbar.track.background": "#21212100",
        "scrollbar.track.border": "#00000000",
        "editor.foreground": "#d8dee9",
        "editor.background": "#242424",
        "editor.gutter.background": "#1B1B1C",
        "editor.subheader.background": "#242424",
        "editor.active_line.background": "#00000050",
        "editor.highlighted_line.background": "#00000050",
        "editor.line_number": "#895bf56e",
        "editor.active_line_number": "#eeffff",
        "editor.invisible": "#eeffff10",
        "editor.wrap_guide": "#42424270",
        "editor.active_wrap_guide": "#42424270",
        "editor.document_highlight.read_background": "#8B5CF657",
        "editor.document_highlight.write_background": "#8B5CF657",
        "terminal.background": "#151515",
        "terminal.foreground": "#d8dee9",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#4f5051",
        "terminal.ansi.black": "#1B1B1C",
        "terminal.ansi.bright_black": "#242424",
        "terminal.ansi.dim_black": "#242424",
        "terminal.ansi.red": "#e6789e",
        "terminal.ansi.bright_red": "#e6789e",
        "terminal.ansi.dim_red": "#e6789e",
        "terminal.ansi.green": "#8B5CF6",
        "terminal.ansi.bright_green": "#8B5CF6",
        "terminal.ansi.dim_green": "#8B5CF6",
        "terminal.ansi.yellow": "#8B5CF6",
        "terminal.ansi.bright_yellow": "#8B5CF6",
        "terminal.ansi.dim_yellow": "#8B5CF6",
        "terminal.ansi.blue": "#92a3ff",
        "terminal.ansi.bright_blue": "#92a3ff",
        "terminal.ansi.dim_blue": "#92a3ff",
        "terminal.ansi.magenta": "#b794d1",
        "terminal.ansi.bright_magenta": "#b794d1",
        "terminal.ansi.dim_magenta": "#b794d1",
        "terminal.ansi.cyan": "#4db8c4",
        "terminal.ansi.bright_cyan": "#4db8c4",
        "terminal.ansi.dim_cyan": "#4db8c4",
        "terminal.ansi.white": "#d8dee9",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": "#d8dee9",
        "link_text.hover": "#88c0d0",
        "conflict": "#e6789e",
        "conflict.background": "#e6789e66",
        "conflict.border": "#e6789e",
        "created": "#14dbc4",
        "created.background": "#14dbc457",
        "created.border": "#14dbc4",
        "deleted": "#e6789e",
        "deleted.background": "#e6789e66",
        "deleted.border": "#e6789e",
        "error": "#bf616a",
        "error.background": "#bf616a66",
        "error.border": "#bf616a",
        "hidden": "#4a4a4a",
        "hidden.background": "#00000050",
        "hidden.border": "#00000050",
        "hint": "#8d9eea40",
        "hint.background": "#8d9eea40",
        "hint.border": "#8d9eea40",
        "ignored": "#616161",
        "ignored.background": "#00000020",
        "ignored.border": "#00000050",
        "info": "#8dc9eb",
        "info.background": "#8dc9eb66",
        "info.border": "#8dc9eb",
        "modified": "#b09fc3",
        "modified.background": "#b09fc366",
        "modified.border": "#b09fc3",
        "predictive": "#8d9eea40",
        "predictive.background": "#8d9eea40",
        "predictive.border": "#8d9eea40",
        "renamed": "#a4eeff",
        "renamed.background": "#a4eeff66",
        "renamed.border": "#a4eeff",
        "success": "#82d083",
        "success.background": "#82d08366",
        "success.border": "#82d083",
        "unreachable": "#616161",
        "unreachable.background": "#00000020",
        "unreachable.border": "#00000050",
        "warning": "#9c5dba",
        "warning.background": "#9c5dba66",
        "warning.border": "#9c5dba",
        "players": [
          {
            "cursor": "#e6789e",
            "background": "#e6789e",
            "selection": "#0e687c7b"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#45decf"
          },
          "boolean": {
            "color": "#8B5CF6"
          },
          "comment": {
            "color": "#646464",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#646464",
            "font_style": "normal"
          },
          "constant": {
            "color": "#8B5CF6"
          },
          "constructor": {
            "color": "#2890ff"
          },
          "embedded": {
            "color": "#d8dee9"
          },
          "emphasis": {
            "font_style": "italic"
          },
          "emphasis.strong": {
            "font_weight": 700
          },
          "enum": {
            "color": "#2890ff"
          },
          "function": {
            "color": "#FFB203"
          },
          "hint": {
            "color": "#8d9eea40",
            "font_style": "italic",
            "font_weight": 700
          },
          "keyword": {
            "color": "#ea95ff"
          },
          "label": {
            "color": "#45decf"
          },
          "link_text": {
            "color": "#ad8affad",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#03ff42",
            "font_style": "normal"
          },
          "number": {
            "color": "#d8dee9"
          },
          "operator": {
            "color": "#977324"
          },
          "predictive": {
            "color": "#8d9eea40",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#d8dee9"
          },
          "primary": {
            "color": "#d8dee9"
          },
          "property": {
            "color": "#45decf"
          },
          "punctuation": {
            "color": "#977324"
          },
          "punctuation.bracket": {
            "color": "#8B5CF6"
          },
          "punctuation.delimiter": {
            "color": "#977324"
          },
          "punctuation.list_marker": {
            "color": "#8B5CF6"
          },
          "punctuation.special": {
            "color": "#8B5CF6"
          },
          "string": {
            "color": "#03ff42"
          },
          "string.escape": {
            "color": "#1B1B1C"
          },
          "string.regex": {
            "color": "#03ff42"
          },
          "string.special": {
            "color": "#03ff42"
          },
          "string.special.symbol": {
            "color": "#45decf"
          },
          "tag": {
            "color": "#FFB203"
          },
          "text.literal": {
            "color": "#5ae4ca"
          },
          "title": {
            "color": "#e6789e",
            "font_weight": 700
          },
          "type": {
            "color": "#2890ff"
          },
          "variable": {
            "color": "#daeeed"
          },
          "variable.special": {
            "color": "#5ae4ca"
          },
          "variant": {
            "color": "#2890ff"
          },
          "type.builtin": {
            "color": "#2990ff82",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#ffb303",
            "font_style": null,
            "font_weight": null
          }
        },
        "scrollbar_thumb.background": "#0202020d"
      }
    }
  ],
  "id": "1JOxnnQ4s41UuTQbU8CFK"
}