{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Twitch Dark",
  "author": "tekian",
  "themes": [
    {
      "name": "Twitch Dark",
      "appearance": "dark",
      "style": {
        "background": "#232324",
        "border": "#2d2d2e",
        "border.variant": "#2d2d2e",
        "border.focused": "#9147ff",
        "border.selected": "#9147ff",
        "border.transparent": "#00000000",
        "border.disabled": "#2d2d2e80",
        "elevated_surface.background": "#2a2a2b",
        "surface.background": "#232324",
        "element.background": "#232324",
        "element.hover": "#2d2d2e",
        "element.active": "#5c16c5",
        "element.selected": "#5c16c5",
        "element.disabled": "#2d2d2e66",
        "drop_target.background": "#9147ff40",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#2d2d2e80",
        "ghost_element.active": "#5c16c5",
        "ghost_element.selected": "#5c16c5df",
        "ghost_element.disabled": "#2d2d2e40",
        "text": "#e6e5e9",
        "text.muted": "#b0b0b8",
        "text.placeholder": "#848494",
        "text.disabled": "#6d6d70",
        "text.accent": "#9147ff",
        "icon": "#a5a5ab",
        "icon.muted": "#a5a5abb2",
        "icon.disabled": "#a5a5ab66",
        "icon.placeholder": "#848494",
        "icon.accent": "#9147ff",
        "status_bar.background": "#232324",
        "title_bar.background": "#232324",
        "title_bar.inactive_background": "#1e1e1f",
        "toolbar.background": "#161617",
        "tab_bar.background": "#232324",
        "tab.inactive_background": "#232324",
        "tab.active_background": "#161617",
        "panel.background": "#232324",
        "editor.background": "#161617",
        "editor.gutter.background": "#161617",
        "editor.subheader.background": "#1e1e1f",
        "editor.active_line.background": "#23232480",
        "editor.highlighted_line.background": "#1f1f23",
        "editor.line_number": "#5c5c5e",
        "editor.active_line_number": "#848494",
        "editor.invisible": "#3b3b44",
        "editor.wrap_guide": "#1f1f23",
        "editor.active_wrap_guide": "#3b3b44",
        "editor.document_highlight.read_background": "#1f1f2380",
        "editor.document_highlight.write_background": "#26262c",
        "terminal.background": "#141416",
        "terminal.foreground": "#e6e5e9",
        "terminal.ansi.black": "#161617",
        "terminal.ansi.red": "#ff5452",
        "terminal.ansi.green": "#bdde6e",
        "terminal.ansi.yellow": "#e5c07b",
        "terminal.ansi.blue": "#6fc9ff",
        "terminal.ansi.magenta": "#b48fea",
        "terminal.ansi.cyan": "#6bd5de",
        "terminal.ansi.white": "#e6e5e9",
        "terminal.ansi.bright_black": "#5c5c5e",
        "terminal.ansi.bright_red": "#f14140",
        "terminal.ansi.bright_green": "#d0e94c",
        "terminal.ansi.bright_yellow": "#ffa656",
        "terminal.ansi.bright_blue": "#1ea0fc",
        "terminal.ansi.bright_magenta": "#dd82f6",
        "terminal.ansi.bright_cyan": "#34e2df",
        "terminal.ansi.bright_white": "#ffffff",
        "link_text.hover": "#9147ff",
        "conflict": "#ffa656",
        "conflict.background": "#41251d",
        "conflict.border": "#8f5247",
        "created": "#bdde6e",
        "created.background": "#1b3227",
        "created.border": "#447152",
        "deleted": "#ff5452",
        "deleted.background": "#2e3030",
        "deleted.border": "#656e76",
        "error": "#ff5452",
        "error.background": "#321715",
        "error.border": "#9e2927",
        "hidden": "#6d6d70",
        "hidden.background": "#161617",
        "hidden.border": "#2d2d2e",
        "hint": "#adadb8",
        "hint.background": "#323239",
        "hint.border": "#3b3b44",
        "ignored": "#6d6d70",
        "ignored.background": "#161617",
        "ignored.border": "#2d2d2e",
        "info": "#6fc9ff",
        "info.background": "#10253c",
        "info.border": "#1ea0fc",
        "modified": "#6fc9ff",
        "modified.background": "#345472",
        "modified.border": "#43698d",
        "predictive": "#5c5c5e",
        "predictive.background": "#1f1f23",
        "predictive.border": "#3b3b44",
        "renamed": "#6fc9ff",
        "renamed.background": "#345472",
        "renamed.border": "#43698d",
        "success": "#bdde6e",
        "success.background": "#1b3227",
        "success.border": "#447152",
        "unreachable": "#6d6d70",
        "unreachable.background": "#161617",
        "unreachable.border": "#2d2d2e",
        "warning": "#ffff00",
        "warning.background": "#4a3107",
        "warning.border": "#a07c2a",
        "players": [
          {
            "cursor": "#9147ff",
            "background": "#9147ff",
            "selection": "#5c16c566"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#6fc9ff"
          },
          "boolean": {
            "color": "#b48fea"
          },
          "comment": {
            "color": "#9f9da2"
          },
          "comment.doc": {
            "color": "#9f9da2",
            "font_style": "italic"
          },
          "constant": {
            "color": "#e5c07b"
          },
          "constructor": {
            "color": "#e5c07b"
          },
          "embedded": {
            "color": "#e6e5e9"
          },
          "emphasis": {
            "font_style": "italic"
          },
          "emphasis.strong": {
            "font_weight": 700
          },
          "enum": {
            "color": "#34e2df"
          },
          "function": {
            "color": "#e5c07b"
          },
          "hint": {
            "color": "#adadb8",
            "font_weight": 400
          },
          "keyword": {
            "color": "#b48fea"
          },
          "label": {
            "color": "#dd82f6"
          },
          "link_text": {
            "color": "#9147ff",
            "font_style": null
          },
          "link_uri": {
            "color": "#9147ff"
          },
          "number": {
            "color": "#d0e94c"
          },
          "operator": {
            "color": "#ddc7f5"
          },
          "predictive": {
            "color": "#5c5c5e",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#ffa656"
          },
          "primary": {
            "color": "#e6e5e9"
          },
          "property": {
            "color": "#6bd5de"
          },
          "punctuation": {
            "color": "#ddc7f5"
          },
          "punctuation.bracket": {
            "color": "#ddc7f5"
          },
          "punctuation.delimiter": {
            "color": "#ddc7f5"
          },
          "punctuation.list_marker": {
            "color": "#9147ff"
          },
          "punctuation.special": {
            "color": "#a970ff"
          },
          "string": {
            "color": "#e09f63"
          },
          "string.escape": {
            "color": "#e28551"
          },
          "string.regex": {
            "color": "#bdde6e"
          },
          "string.special": {
            "color": "#8787fa"
          },
          "string.special.symbol": {
            "color": "#8787fa"
          },
          "tag": {
            "color": "#dd82f6"
          },
          "text.literal": {
            "color": "#e09f63"
          },
          "title": {
            "color": "#9147ff",
            "font_weight": 700
          },
          "type": {
            "color": "#34e2df"
          },
          "variable": {
            "color": "#e6e6ea"
          },
          "variable.special": {
            "color": "#a970ff",
            "font_style": "italic"
          },
          "variant": {
            "color": "#e5c07b"
          }
        }
      }
    }
  ],
  "id": "ZnU0QSTr9mkoglum1RFEr"
}