{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "VS Code High Contrast",
  "author": "cempa",
  "themes": [
    {
      "name": "VS Code Dark High Contrast",
      "appearance": "dark",
      "style": {
        "border": "#FFFFFFff",
        "border.variant": "#FFFFFFff",
        "border.focused": "#FFFFFFff",
        "border.selected": "#FFFFFFff",
        "border.transparent": "#00000000",
        "border.disabled": "#808080ff",
        "elevated_surface.background": "#1a1a1aff",
        "surface.background": "#000000ff",
        "background": "#000000ff",
        "element.background": "#1a1a1aff",
        "element.hover": "#2a2a2aff",
        "element.active": "#3a3a3aff",
        "element.selected": "#FFFFFFff",
        "element.disabled": "#808080ff",
        "drop_target.background": "#00800080",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#2a2a2aff",
        "ghost_element.active": "#3a3a3aff",
        "ghost_element.selected": "#ffffff80",
        "ghost_element.disabled": "#808080ff",
        "text": "#FFFFFFff",
        "text.muted": "#CCCCCCff",
        "text.placeholder": "#808080ff",
        "text.disabled": "#808080ff",
        "text.accent": "#FFFFFFff",
        "icon": "#FFFFFFff",
        "icon.muted": "#CCCCCCff",
        "icon.disabled": "#808080ff",
        "icon.placeholder": "#CCCCCCff",
        "icon.accent": "#FFFFFFff",
        "status_bar.background": "#000000ff",
        "status_barItem.remoteBackground": "#00000000",
        "title_bar.background": "#000000ff",
        "title_bar.inactive_background": "#000000ff",
        "toolbar.background": "#000000ff",
        "tab_bar.background": "#000000ff",
        "tab.inactive_background": "#1a1a1aff",
        "tab.active_background": "#2a2a2aff",
        "search.match_background": "#FFFFFF66",
        "panel.background": "#000000ff",
        "panel.focused_border": "#FFFFFFff",
        "pane.focused_border": "#FFFFFFff",
        "scrollbar.thumb.background": "#808080ff",
        "scrollbar.thumb.hover_background": "#CCCCCCff",
        "scrollbar.thumb.border": "#808080ff",
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": "#808080ff",
        "editor.foreground": "#FFFFFFff",
        "editor.background": "#000000ff",
        "editor.gutter.background": "#000000ff",
        "editor.subheader.background": "#1a1a1aff",
        "editor.active_line.background": "#FFFFFF26",
        "editor.highlighted_line.background": "#FFFFFF33",
        "editor.line_number": "#808080ff",
        "editor.active_line_number": "#FFFFFFff",
        "editor.hover_line_number": "#CCCCCCff",
        "editor.invisible": "#7c7c7cff",
        "editor.wrap_guide": "#FFFFFF26",
        "editor.active_wrap_guide": "#FFFFFF4d",
        "editor.document_highlight.read_background": "#FFFFFF1a",
        "editor.document_highlight.write_background": "#FFFFFF33",
        "editorIndentGuide.background": "#FFFFFF26",
        "editorIndentGuide.activeBackground": "#FFFFFF",
        "terminal.background": "#000000ff",
        "terminal.foreground": "#FFFFFFff",
        "terminal.bright_foreground": "#FFFFFFff",
        "terminal.dim_foreground": "#808080ff",
        "terminal.ansi.black": "#000000ff",
        "terminal.ansi.bright_black": "#808080ff",
        "terminal.ansi.dim_black": "#808080ff",
        "terminal.ansi.red": "#f44747ff",
        "terminal.ansi.bright_red": "#ff6b6bff",
        "terminal.ansi.dim_red": "#f44747ff",
        "terminal.ansi.green": "#b5cea8ff",
        "terminal.ansi.bright_green": "#d4d4d4ff",
        "terminal.ansi.dim_green": "#b5cea8ff",
        "terminal.ansi.yellow": "#dCDCAAff",
        "terminal.ansi.bright_yellow": "#dCDCAAff",
        "terminal.ansi.dim_yellow": "#dCDCAAff",
        "terminal.ansi.blue": "#569cd6ff",
        "terminal.ansi.bright_blue": "#6796e6ff",
        "terminal.ansi.dim_blue": "#569cd6ff",
        "terminal.ansi.magenta": "#c586c0ff",
        "terminal.ansi.bright_magenta": "#c586c0ff",
        "terminal.ansi.dim_magenta": "#c586c0ff",
        "terminal.ansi.cyan": "#4EC9B0ff",
        "terminal.ansi.bright_cyan": "#4EC9B0ff",
        "terminal.ansi.dim_cyan": "#4EC9B0ff",
        "terminal.ansi.white": "#d4d4d4ff",
        "terminal.ansi.bright_white": "#FFFFFFff",
        "terminal.ansi.dim_white": "#d4d4d4ff",
        "link_text.hover": "#6796e6ff",
        "conflict": "#dCDCAAff",
        "conflict.background": "#383a49ff",
        "conflict.border": "#FFFFFFff",
        "created": "#b5cea8ff",
        "created.background": "#1a1a1aff",
        "created.border": "#FFFFFFff",
        "deleted": "#ce9178ff",
        "deleted.background": "#1a1a1aff",
        "deleted.border": "#FFFFFFff",
        "error": "#f44747ff",
        "error.background": "#1a1a1aff",
        "error.border": "#FFFFFFff",
        "hidden": "#808080ff",
        "hidden.background": "#000000ff",
        "hidden.border": "#FFFFFFff",
        "hint": "#4EC9B0ff",
        "hint.background": "#1a1a1aff",
        "hint.border": "#FFFFFFff",
        "ignored": "#808080ff",
        "ignored.background": "#000000ff",
        "ignored.border": "#FFFFFFff",
        "info": "#569cd6ff",
        "info.background": "#1a1a1aff",
        "info.border": "#FFFFFFff",
        "modified": "#6796e6ff",
        "modified.background": "#1a1a1aff",
        "modified.border": "#FFFFFFff",
        "predictive": "#4EC9B0ff",
        "predictive.background": "#1a1a1aff",
        "predictive.border": "#FFFFFFff",
        "renamed": "#dCDCAAff",
        "renamed.background": "#1a1a1aff",
        "renamed.border": "#FFFFFFff",
        "success": "#b5cea8ff",
        "success.background": "#1a1a1aff",
        "success.border": "#FFFFFFff",
        "unreachable": "#CCCCCCff",
        "unreachable.background": "#000000ff",
        "unreachable.border": "#FFFFFFff",
        "warning": "#dCDCAAff",
        "warning.background": "#1a1a1aff",
        "warning.border": "#FFFFFFff",
        "players": [
          {
            "cursor": "#FFFFFFff",
            "background": "#FFFFFFff",
            "selection": "#FFFFFF66"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#9cdcfeff",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#b5cea8ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#7ca668ff",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#7ca668ff",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#569cd6ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#DCDCAAff",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#FFFFFFff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#FFFFFFff",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#FFFFFFff",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#4EC9B0ff",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#DCDCAAff",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#4EC9B0ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#569cd6ff",
            "font_style": null,
            "font_weight": 600
          },
          "label": {
            "color": "#9cdcfeff",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#6796e6ff",
            "font_style": "italic",
            "font_weight": null
          },
          "link_uri": {
            "color": "#6796e6ff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#b5cea8ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#d4d4d4ff",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": "#4EC9B0ff",
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#569cd6ff",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#FFFFFFff",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#9cdcfeff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#d4d4d4ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#d4d4d4ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#d4d4d4ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#d4d4d4ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#d4d4d4ff",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#ce9178ff",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#d16969ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#d16969ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#ce9178ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#ce9178ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#569cd6ff",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#ce9178ff",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#6796e6ff",
            "font_style": null,
            "font_weight": 700
          },
          "type": {
            "color": "#4EC9B0ff",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#9cdcfeff",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#4EC9B0ff",
            "font_style": null,
            "font_weight": null
          }
        }
      }
    },
    {
      "name": "VS Code Light High Contrast",
      "appearance": "light",
      "style": {
        "border": "#000000ff",
        "border.variant": "#000000ff",
        "border.focused": "#000000ff",
        "border.selected": "#000000ff",
        "border.transparent": "#00000000",
        "border.disabled": "#515151ff",
        "elevated_surface.background": "#f5f5f5ff",
        "surface.background": "#ffffff",
        "background": "#ffffff",
        "element.background": "#f5f5f5ff",
        "element.hover": "#ebebebff",
        "element.active": "#dededeff",
        "element.selected": "#000000ff",
        "element.disabled": "#515151ff",
        "drop_target.background": "#00000080",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#ebebebff",
        "ghost_element.active": "#dededeff",
        "ghost_element.selected": "#00000080",
        "ghost_element.disabled": "#515151ff",
        "text": "#292929ff",
        "text.muted": "#515151ff",
        "text.placeholder": "#515151ff",
        "text.disabled": "#515151ff",
        "text.accent": "#000000ff",
        "icon": "#292929ff",
        "icon.muted": "#515151ff",
        "icon.disabled": "#515151ff",
        "icon.placeholder": "#515151ff",
        "icon.accent": "#000000ff",
        "status_bar.background": "#ffffff",
        "status_barItem.remoteBackground": "#FFFFFF",
        "title_bar.background": "#ffffff",
        "title_bar.inactive_background": "#ffffff",
        "toolbar.background": "#ffffff",
        "tab_bar.background": "#ffffff",
        "tab.inactive_background": "#f5f5f5ff",
        "tab.active_background": "#ebebebff",
        "search.match_background": "#00000066",
        "panel.background": "#ffffff",
        "panel.focused_border": "#000000ff",
        "pane.focused_border": "#000000ff",
        "scrollbar.thumb.background": "#515151ff",
        "scrollbar.thumb.hover_background": "#292929ff",
        "scrollbar.thumb.border": "#292929ff",
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": "#dededeff",
        "editor.foreground": "#292929ff",
        "editor.background": "#ffffff",
        "editor.gutter.background": "#ffffff",
        "editor.subheader.background": "#f5f5f5ff",
        "editor.active_line.background": "#0000000d",
        "editor.highlighted_line.background": "#0000001a",
        "editor.line_number": "#515151ff",
        "editor.active_line_number": "#000000ff",
        "editor.hover_line_number": "#515151ff",
        "editor.invisible": "#aaaaaa",
        "editor.wrap_guide": "#0000000d",
        "editor.active_wrap_guide": "#00000026",
        "editor.document_highlight.read_background": "#0000001a",
        "editor.document_highlight.write_background": "#aaaaaa66",
        "editorIndentGuide.background": "#00000026",
        "editorIndentGuide.activeBackground": "#000000",
        "terminal.background": "#ffffff",
        "terminal.foreground": "#292929ff",
        "terminal.bright_foreground": "#292929ff",
        "terminal.dim_foreground": "#515151ff",
        "terminal.ansi.black": "#ffffff",
        "terminal.ansi.bright_black": "#292929ff",
        "terminal.ansi.dim_black": "#292929ff",
        "terminal.ansi.red": "#B5200Dff",
        "terminal.ansi.bright_red": "#B5200Dff",
        "terminal.ansi.dim_red": "#B5200Dff",
        "terminal.ansi.green": "#096d48ff",
        "terminal.ansi.bright_green": "#096d48ff",
        "terminal.ansi.dim_green": "#096d48ff",
        "terminal.ansi.yellow": "#5e2cbcff",
        "terminal.ansi.bright_yellow": "#5e2cbcff",
        "terminal.ansi.dim_yellow": "#5e2cbcff",
        "terminal.ansi.blue": "#0F4A85ff",
        "terminal.ansi.bright_blue": "#0F4A85ff",
        "terminal.ansi.dim_blue": "#0F4A85ff",
        "terminal.ansi.magenta": "#800080ff",
        "terminal.ansi.bright_magenta": "#800080ff",
        "terminal.ansi.dim_magenta": "#800080ff",
        "terminal.ansi.cyan": "#185E73ff",
        "terminal.ansi.bright_cyan": "#185E73ff",
        "terminal.ansi.dim_cyan": "#185E73ff",
        "terminal.ansi.white": "#292929ff",
        "terminal.ansi.bright_white": "#000000",
        "terminal.ansi.dim_white": "#515151ff",
        "link_text.hover": "#0F4A85ff",
        "conflict": "#5e2cbcff",
        "conflict.background": "#ffe8cc",
        "conflict.border": "#000000ff",
        "created": "#096d48ff",
        "created.background": "#fff2cc",
        "created.border": "#000000ff",
        "deleted": "#5A5A5Aff",
        "deleted.background": "#ffcccc",
        "deleted.border": "#000000ff",
        "error": "#B5200Dff",
        "error.background": "#ffcccc",
        "error.border": "#000000ff",
        "hidden": "#515151ff",
        "hidden.background": "#ffffff",
        "hidden.border": "#000000ff",
        "hint": "#185E73ff",
        "hint.background": "#e6f7ff",
        "hint.border": "#000000ff",
        "ignored": "#515151ff",
        "ignored.background": "#ffffff",
        "ignored.border": "#000000ff",
        "info": "#0F4A85ff",
        "info.background": "#e6f7ff",
        "info.border": "#000000ff",
        "modified": "#0F4A85ff",
        "modified.background": "#ffe8cc",
        "modified.border": "#000000ff",
        "predictive": "#185E73ff",
        "predictive.background": "#fff2cc",
        "predictive.border": "#000000ff",
        "renamed": "#5e2cbcff",
        "renamed.background": "#e6f7ff",
        "renamed.border": "#000000ff",
        "success": "#096d48ff",
        "success.background": "#fff2cc",
        "success.border": "#000000ff",
        "unreachable": "#515151ff",
        "unreachable.background": "#ffffff",
        "unreachable.border": "#000000ff",
        "warning": "#5e2cbcff",
        "warning.background": "#ffe8cc",
        "warning.border": "#000000ff",
        "players": [
          {
            "cursor": "#000000ff",
            "background": "#000000ff",
            "selection": "#00000066"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#264F78ff",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#096d48ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#515151ff",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#515151ff",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#5e2cbcff",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#800080ff",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#000080ff",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#185E73ff",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#5e2cbcff",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#185E73ff",
            "font_style": null,
            "font_weight": 700
          },
          "keyword": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": 600
          },
          "label": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#0F4A85ff",
            "font_style": "italic",
            "font_weight": null
          },
          "link_uri": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#096d48ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#000000ff",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": "#185E73ff",
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#264F78ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#292929ff",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#811F3Fff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#811F3Fff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#0F4A85ff",
            "font_style": null,
            "font_weight": 700
          },
          "type": {
            "color": "#185E73ff",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#001080ff",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#185E73ff",
            "font_style": null,
            "font_weight": null
          }
        }
      }
    }
  ],
  "id": "_hiEFqfsA-8X7EFwTfoF2"
}