{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "VSZed",
  "author": "zachr622",
  "themes": [
    {
      "name": "VSZed Dark",
      "appearance": "light",
      "style": {
        "background": "#1B1B1C",
        "surface.background": "#252526",
        "panel.background": "#252526",
        "pane.focused_border": "#007ACC",
        "status_bar.background": "#007ACC",
        "title_bar.background": "#1B1B1C",
        "title_bar.inactive_background": "#1B1B1C",
        "toolbar.background": "#2D2D30",
        "tab_bar.background": "#2D2D30",
        "tab.active_background": "#1E1E1E",
        "tab.inactive_background": "#2D2D30",
        "search.match_background": "#613315",
        "editor.background": "#1E1E1E",
        "editor.foreground": "#DCDCDC",
        "editor.gutter.background": "#1E1E1E",
        "editor.line_number": "#858585",
        "editor.active_line_number": "#C8C8C8",
        "editor.invisible": "#3B3B3B",
        "editor.wrap_guide": "#2D2D30",
        "editor.active_wrap_guide": "#3F3F46",
        "editor.selection.background": "#264F78",
        "editor.active_line.background": "#282828",
        "editor.highlighted_line.background": "#2A2A2A",
        "editor.document_highlight.read_background": "#1F3A5F",
        "editor.document_highlight.write_background": "#1F3A5F",
        "editor.subheader.background": "#252526",
        "editor.indent_guide": "#2D2D30",
        "editor.indent_guide_active": "#525252",
        "drop_target.background": "#1F3A5F33",
        "terminal.background": "#1E1E1E",
        "terminal.foreground": "#CCCCCC",
        "terminal.dim_foreground": "#888888",
        "terminal.bright_foreground": "#FFFFFF",
        "terminal.ansi.black": "#1E1E1E",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.dim_black": "#141414",
        "terminal.ansi.red": "#F44747",
        "terminal.ansi.bright_red": "#F44747",
        "terminal.ansi.dim_red": "#8A2626",
        "terminal.ansi.green": "#4EC994",
        "terminal.ansi.bright_green": "#4EC994",
        "terminal.ansi.dim_green": "#2A6B50",
        "terminal.ansi.yellow": "#DCDCAA",
        "terminal.ansi.bright_yellow": "#DCDCAA",
        "terminal.ansi.dim_yellow": "#7A7A5A",
        "terminal.ansi.blue": "#569CD6",
        "terminal.ansi.bright_blue": "#75BEFF",
        "terminal.ansi.dim_blue": "#2A5070",
        "terminal.ansi.magenta": "#C586C0",
        "terminal.ansi.bright_magenta": "#D7A0D7",
        "terminal.ansi.dim_magenta": "#6B456B",
        "terminal.ansi.cyan": "#4EC9B0",
        "terminal.ansi.bright_cyan": "#4EC9B0",
        "terminal.ansi.dim_cyan": "#256656",
        "terminal.ansi.white": "#CCCCCC",
        "terminal.ansi.bright_white": "#FFFFFF",
        "terminal.ansi.dim_white": "#888888",
        "link_text.hover": "#4DB6E8",
        "border": "#3F3F46",
        "border.variant": "#333337",
        "border.focused": "#007ACC",
        "border.selected": "#007ACC",
        "border.transparent": "#00000000",
        "border.disabled": "#3F3F46",
        "elevated_surface.background": "#2D2D30",
        "ghost_element.background": "#00000000",
        "ghost_element.hover.background": "#2A2D2E",
        "ghost_element.active.background": "#04395E",
        "ghost_element.selected.background": "#094771",
        "ghost_element.disabled.background": "#00000000",
        "element.background": "#3F3F46",
        "element.hover.background": "#2A2D2E",
        "element.active.background": "#04395E",
        "element.selected.background": "#094771",
        "element.disabled.background": "#2D2D30",
        "element.placeholder": "#858585",
        "element.foreground": "#CCCCCC",
        "icon": "#C5C5C5",
        "icon.muted": "#858585",
        "icon.disabled": "#555555",
        "icon.placeholder": "#858585",
        "icon.accent": "#007ACC",
        "text": "#CCCCCC",
        "text.muted": "#969696",
        "text.placeholder": "#646464",
        "text.disabled": "#555555",
        "text.accent": "#4DB6E8",
        "scrollbar.thumb.background": "#424242",
        "scrollbar.thumb.hover_background": "#686868",
        "scrollbar.thumb.border": "#424242",
        "scrollbar.track.background": "#1E1E1E",
        "scrollbar.track.border": "#333337",
        "conflict": "#E2C08D",
        "conflict.background": "#6A4F1B33",
        "conflict.border": "#6A4F1B",
        "created": "#4EC994",
        "created.background": "#1F4B2633",
        "created.border": "#1F4B26",
        "deleted": "#F44747",
        "deleted.background": "#5A1A1A33",
        "deleted.border": "#5A1A1A",
        "error": "#F44747",
        "error.background": "#5A1A1A33",
        "error.border": "#F44747",
        "hidden": "#6A6A6A",
        "hidden.background": "#25252633",
        "hidden.border": "#3F3F46",
        "hint": "#858585",
        "hint.background": "#00000000",
        "hint.border": "#00000000",
        "ignored": "#6A6A6A",
        "ignored.background": "#00000000",
        "ignored.border": "#00000000",
        "info": "#75BEFF",
        "info.background": "#1F3A5F33",
        "info.border": "#1F3A5F",
        "modified": "#E2C08D",
        "modified.background": "#6A4F1B33",
        "modified.border": "#6A4F1B",
        "predictive": "#646464",
        "predictive.background": "#00000000",
        "predictive.border": "#00000000",
        "renamed": "#4DB6E8",
        "renamed.background": "#1F3A5F33",
        "renamed.border": "#1F3A5F",
        "success": "#4EC994",
        "success.background": "#1F4B2633",
        "success.border": "#1F4B26",
        "unreachable": "#6A6A6A",
        "unreachable.background": "#00000000",
        "unreachable.border": "#00000000",
        "warning": "#CCA700",
        "warning.background": "#6A4F1B33",
        "warning.border": "#6A4F1B",
        "players": [
          {
            "cursor": "#007ACC",
            "background": "#007ACC33",
            "selection": "#007ACC4D"
          },
          {
            "cursor": "#4EC994",
            "background": "#4EC99433",
            "selection": "#4EC9944D"
          },
          {
            "cursor": "#C586C0",
            "background": "#C586C033",
            "selection": "#C586C04D"
          },
          {
            "cursor": "#DCDCAA",
            "background": "#DCDCAA33",
            "selection": "#DCDCAA4D"
          },
          {
            "cursor": "#4EC9B0",
            "background": "#4EC9B033",
            "selection": "#4EC9B04D"
          },
          {
            "cursor": "#F44747",
            "background": "#F4474733",
            "selection": "#F447474D"
          },
          {
            "cursor": "#CE9178",
            "background": "#CE917833",
            "selection": "#CE91784D"
          },
          {
            "cursor": "#9CDCFE",
            "background": "#9CDCFE33",
            "selection": "#9CDCFE4D"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#4EC9B0",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#569CD6",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#57A64A",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#608B4E",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#9CDCFE",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#4EC9B0",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#DCDCDC",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#DCDCDC",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#DCDCDC",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#B8D7A3",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#DCDCAA",
            "font_style": null,
            "font_weight": null
          },
          "function.builtin": {
            "color": "#DCDCAA",
            "font_style": null,
            "font_weight": null
          },
          "function.definition": {
            "color": "#DCDCAA",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#DCDCAA",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#569CD6",
            "font_style": null,
            "font_weight": null
          },
          "keyword.operator": {
            "color": "#569CD6",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#DCDCDC",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#4DB6E8",
            "font_style": "italic",
            "font_weight": null
          },
          "link_uri": {
            "color": "#4DB6E8",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#B5CEA8",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#D4D4D4",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#9B9B9B",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#9CDCFE",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#D4D4D4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#D4D4D4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#D4D4D4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#D4D4D4",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#D4D4D4",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#CE9178",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#D7BA7D",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#D16969",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#D7BA7D",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#D7BA7D",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#569CD6",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#CE9178",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#DCDCDC",
            "font_style": null,
            "font_weight": 700
          },
          "type": {
            "color": "#4EC9B0",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#569CD6",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#9CDCFE",
            "font_style": null,
            "font_weight": 600
          },
          "variable.builtin": {
            "color": "#9CDCFE",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#9CDCFE",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#9CDCFE",
            "font_style": "italic",
            "font_weight": null
          }
        }
      }
    },
    {
      "name": "VSZed Light",
      "appearance": "light",
      "style": {
        "background": "#EAEAEA",
        "elevated_surface.background": "#F3F3F3",
        "surface.background": "#F3F3F3",
        "panel.background": "#F3F3F3",
        "pane.focused_border": "#007ACC",
        "status_bar.background": "#007ACC",
        "title_bar.background": "#EAEAEA",
        "title_bar.inactive_background": "#EAEAEA",
        "toolbar.background": "#ECECEC",
        "tab_bar.background": "#ECECEC",
        "tab.active_background": "#FFFFFF",
        "tab.inactive_background": "#ECECEC",
        "search.match_background": "#FFF176",
        "editor.background": "#FFFFFF",
        "editor.foreground": "#000000",
        "editor.gutter.background": "#FFFFFF",
        "editor.line_number": "#237893",
        "editor.active_line_number": "#0B216F",
        "editor.invisible": "#DEDEDE",
        "editor.wrap_guide": "#F0F0F0",
        "editor.active_wrap_guide": "#E0E0E0",
        "editor.selection.background": "#ADD6FF",
        "editor.active_line.background": "#F8F8F8",
        "editor.highlighted_line.background": "#F0F0F0",
        "editor.document_highlight.read_background": "#ADD6FF80",
        "editor.document_highlight.write_background": "#ADD6FF80",
        "editor.subheader.background": "#F3F3F3",
        "editor.indent_guide": "#E0E0E0",
        "editor.indent_guide_active": "#A0A0A0",
        "drop_target.background": "#ADD6FF33",
        "terminal.background": "#FFFFFF",
        "terminal.foreground": "#000000",
        "terminal.dim_foreground": "#666666",
        "terminal.bright_foreground": "#000000",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.dim_black": "#444444",
        "terminal.ansi.red": "#CD3131",
        "terminal.ansi.bright_red": "#CD3131",
        "terminal.ansi.dim_red": "#7A1C1C",
        "terminal.ansi.green": "#00BC00",
        "terminal.ansi.bright_green": "#00BC00",
        "terminal.ansi.dim_green": "#007000",
        "terminal.ansi.yellow": "#949800",
        "terminal.ansi.bright_yellow": "#949800",
        "terminal.ansi.dim_yellow": "#5A5C00",
        "terminal.ansi.blue": "#0451A5",
        "terminal.ansi.bright_blue": "#0451A5",
        "terminal.ansi.dim_blue": "#023070",
        "terminal.ansi.magenta": "#BC05BC",
        "terminal.ansi.bright_magenta": "#BC05BC",
        "terminal.ansi.dim_magenta": "#700070",
        "terminal.ansi.cyan": "#0598BC",
        "terminal.ansi.bright_cyan": "#0598BC",
        "terminal.ansi.dim_cyan": "#035A70",
        "terminal.ansi.white": "#555555",
        "terminal.ansi.bright_white": "#FFFFFF",
        "terminal.ansi.dim_white": "#888888",
        "link_text.hover": "#006AB1",
        "border": "#C8C8C8",
        "border.variant": "#D4D4D4",
        "border.focused": "#007ACC",
        "border.selected": "#007ACC",
        "border.transparent": "#00000000",
        "border.disabled": "#C8C8C8",
        "ghost_element.background": "#00000000",
        "ghost_element.hover.background": "#E8E8E8",
        "ghost_element.active.background": "#CCE8FF",
        "ghost_element.selected.background": "#CCE8FF",
        "ghost_element.disabled.background": "#00000000",
        "element.background": "#E8E8E8",
        "element.hover.background": "#E8E8E8",
        "element.active.background": "#CCE8FF",
        "element.selected.background": "#CCE8FF",
        "element.disabled.background": "#F3F3F3",
        "element.placeholder": "#AAAAAA",
        "element.foreground": "#000000",
        "icon": "#424242",
        "icon.muted": "#888888",
        "icon.disabled": "#AAAAAA",
        "icon.placeholder": "#AAAAAA",
        "icon.accent": "#007ACC",
        "text": "#000000",
        "text.muted": "#666666",
        "text.placeholder": "#AAAAAA",
        "text.disabled": "#AAAAAA",
        "text.accent": "#007ACC",
        "scrollbar.thumb.background": "#C1C1C1",
        "scrollbar.thumb.hover_background": "#909090",
        "scrollbar.thumb.border": "#C1C1C1",
        "scrollbar.track.background": "#F3F3F3",
        "scrollbar.track.border": "#D4D4D4",
        "conflict": "#E4A010",
        "conflict.background": "#FFF5C233",
        "conflict.border": "#E4A010",
        "created": "#2D882D",
        "created.background": "#DFF0D833",
        "created.border": "#2D882D",
        "deleted": "#CD3131",
        "deleted.background": "#FDF2F233",
        "deleted.border": "#CD3131",
        "error": "#CD3131",
        "error.background": "#FDF2F233",
        "error.border": "#CD3131",
        "hidden": "#A0A0A0",
        "hidden.background": "#F3F3F333",
        "hidden.border": "#C8C8C8",
        "hint": "#A0A0A0",
        "hint.background": "#00000000",
        "hint.border": "#00000000",
        "ignored": "#A0A0A0",
        "ignored.background": "#00000000",
        "ignored.border": "#00000000",
        "info": "#0451A5",
        "info.background": "#CCE8FF33",
        "info.border": "#0451A5",
        "modified": "#E4A010",
        "modified.background": "#FFF5C233",
        "modified.border": "#E4A010",
        "predictive": "#AAAAAA",
        "predictive.background": "#00000000",
        "predictive.border": "#00000000",
        "renamed": "#007ACC",
        "renamed.background": "#CCE8FF33",
        "renamed.border": "#007ACC",
        "success": "#2D882D",
        "success.background": "#DFF0D833",
        "success.border": "#2D882D",
        "unreachable": "#A0A0A0",
        "unreachable.background": "#00000000",
        "unreachable.border": "#00000000",
        "warning": "#E4A010",
        "warning.background": "#FFF5C233",
        "warning.border": "#E4A010",
        "players": [
          {
            "cursor": "#007ACC",
            "background": "#007ACC33",
            "selection": "#ADD6FF"
          },
          {
            "cursor": "#2D882D",
            "background": "#2D882D33",
            "selection": "#C6EFCE"
          },
          {
            "cursor": "#BC05BC",
            "background": "#BC05BC33",
            "selection": "#E8D4F0"
          },
          {
            "cursor": "#795E26",
            "background": "#795E2633",
            "selection": "#FCEEBF"
          },
          {
            "cursor": "#0598BC",
            "background": "#0598BC33",
            "selection": "#CCF0FA"
          },
          {
            "cursor": "#CD3131",
            "background": "#CD313133",
            "selection": "#FADADD"
          },
          {
            "cursor": "#8C3E3E",
            "background": "#8C3E3E33",
            "selection": "#F5D0D0"
          },
          {
            "cursor": "#006AB1",
            "background": "#006AB133",
            "selection": "#CCE5FF"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#001080",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#0000FF",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#008000",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#008000",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#0070C1",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#267F99",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#000000",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#000000",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#267F99",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#795E26",
            "font_style": null,
            "font_weight": null
          },
          "function.builtin": {
            "color": "#795E26",
            "font_style": null,
            "font_weight": null
          },
          "function.definition": {
            "color": "#795E26",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#795E26",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#0000FF",
            "font_style": null,
            "font_weight": null
          },
          "keyword.operator": {
            "color": "#0000FF",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#006AB1",
            "font_style": "italic",
            "font_weight": null
          },
          "link_uri": {
            "color": "#006AB1",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#09885A",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#808080",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#001080",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#000000",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#A31515",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#EE0000",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#811F3F",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#EE0000",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#EE0000",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#800000",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#A31515",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#000000",
            "font_style": null,
            "font_weight": 700
          },
          "type": {
            "color": "#267F99",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#0000FF",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#001080",
            "font_style": null,
            "font_weight": null
          },
          "variable.builtin": {
            "color": "#0000FF",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#001080",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#001080",
            "font_style": "italic",
            "font_weight": null
          }
        }
      }
    }
  ],
  "id": "gZvmg3TVYeaJgET4Y6CBQ"
}