{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Frontend Dark",
  "author": "Alexander",
  "themes": [
    {
      "name": "Alexander Zharikov",
      "appearance": "dark",
      "style": {
        "editor.foreground": "#abb2bf",
        "editor.background": "#282c33",
        "editor.gutter.background": "#282c33",
        "editor.active_line.background": "#2c313c",
        "editor.line_number": "#495162",
        "editor.active_line_number": "#dfc184",
        "editor.invisible": "#495162",
        "editor.wrap_guide": "#495162",
        "editor.active_wrap_guide": "#495162",
        "border": "#202428",
        "border.variant": "#202428",
        "border.focused": "#202428",
        "border.selected": "#202428",
        "border.transparent": "#202428",
        "border.disabled": "#202428",
        "text": "#dfdfdf",
        "text.muted": "#abb2bf",
        "text.placeholder": "#495162",
        "text.disabled": "#495162",
        "text.accent": "#dfc184",
        "icons.accent": "#dfc184",
        "surface.background": "#3a414e",
        "elevated_surface.background": "#2c313c",
        "panel.background": "#282c33",
        "panel.focused_border": null,
        "background": "#282c33",
        "status_bar.background": "#282c33",
        "title_bar.background": "#282c33",
        "toolbar.background": "#282c33",
        "tab_bar.background": "#202428",
        "tab.inactive_background": "#202428",
        "tab.active_background": "#282c33",
        "element.background": "#3a414e",
        "element.hover": "#495162",
        "element.active": "#495162",
        "element.selected": "#495162",
        "element.disabled": "#495162",
        "predictive": "#4d5970",
        "modified": "#e5c07b",
        "ignored": "#636b78",
        "deleted": "#e06c75",
        "created": "#a5e075",
        "warning": "#d19a66",
        "hint": "#abb2bf",
        "hint.background": "rgb(50, 72.2, 96)",
        "error": "#e06c75",
        "error.background": "rgb(80, 60.8, 71.4)",
        "error.border": "#e06c75",
        "info": "#4aa5f0",
        "scrollbar.thumb.background": "#abb2bf44",
        "scrollbar.thumb.border": "transparent",
        "scrollbar.track.background": "transparent",
        "terminal.background": "#282c33",
        "terminal.ansi.black": "#3f4451",
        "terminal.ansi.red": "#e06c75",
        "terminal.ansi.green": "#99c27c",
        "terminal.ansi.yellow": "#e5c07b",
        "terminal.ansi.blue": "#61afee",
        "terminal.ansi.magenta": "#c678dd",
        "terminal.ansi.cyan": "#56b6c2",
        "terminal.ansi.white": "#d9dcdf",
        "players": [
          {
            "cursor": "#d9dcdf",
            "background": "#d9dcdf",
            "selection": "#d9dcdf22"
          },
          {
            "cursor": "#61afee",
            "background": "#61afee",
            "selection": "#61afee44"
          },
          {
            "cursor": "#c678dd",
            "background": "#c678dd",
            "selection": "#c678dd44"
          },
          {
            "cursor": "#99c27c",
            "background": "#99c27c",
            "selection": "#99c27c44"
          },
          {
            "cursor": "#e06c75",
            "background": "#e06c75",
            "selection": "#e06c7544"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#d19966"
          },
          "boolean": {
            "color": "#d19966"
          },
          "comment": {
            "color": "#7a808b",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#9cb1d8"
          },
          "constant": {
            "color": "#d19966"
          },
          "constructor": {
            "color": "#e06c75"
          },
          "embedded": {
            "color": "#9cb1d8"
          },
          "emphasis": {
            "color": "#c678dd",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#e5c07b",
            "font_weight": 700
          },
          "enum": {
            "color": "#56b6c2"
          },
          "function": {
            "color": "#61afee",
            "font_weight": 700
          },
          "hint": {
            "color": "#9cb1d8"
          },
          "keyword": {
            "color": "#c678dd"
          },
          "label": {
            "color": "#61afee"
          },
          "link_text": {
            "color": "#61afee"
          },
          "link_uri": {
            "color": "#c678dd"
          },
          "number": {
            "color": "#e5c07b"
          },
          "operator": {
            "color": "#56b6c2"
          },
          "predictive": {
            "color": "#9cb1d8"
          },
          "preproc": {
            "color": "#99c27c"
          },
          "primary": {
            "color": "#c678dd"
          },
          "property": {
            "color": "#e06c75"
          },
          "punctuation": {
            "color": "#e5c07b"
          },
          "punctuation.bracket": {
            "color": "#d19966"
          },
          "punctuation.delimiter": {
            "color": "#e5c07b"
          },
          "punctuation.list_marker": {
            "color": "#e5c07b",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#c678dd"
          },
          "string": {
            "color": "#99c27c"
          },
          "string.escape": {
            "color": "#99c27c"
          },
          "string.regex": {
            "color": "#99c27c"
          },
          "string.special": {
            "color": "#56b6c2"
          },
          "string.special.symbol": {
            "color": "#56b6c2"
          },
          "tag": {
            "color": "#c678dd"
          },
          "text.literal": {
            "color": "#99c27c"
          },
          "title": {
            "color": "#e06c75",
            "font_weight": 700
          },
          "type": {
            "color": "#e5c07b"
          },
          "variable": {
            "color": "#d9dcdf"
          },
          "variable.special": {
            "color": "#e5c07b"
          },
          "variant": {
            "color": "#61afee"
          }
        }
      }
    },
    {
      "name": "Uno Flat Light (Dev)",
      "appearance": "light",
      "style": {
        "editor.foreground": "#191919",
        "editor.background": "#f7f7f7",
        "editor.gutter.background": "#f7f7f7",
        "editor.active_line.background": "#eee",
        "editor.line_number": "#c5c5c5",
        "editor.active_line_number": "#dfc184",
        "editor.invisible": "#c5c5c5",
        "editor.wrap_guide": "#c5c5c5",
        "editor.active_wrap_guide": "#c5c5c5",
        "border": "#f7f7f7",
        "border.variant": "#f7f7f7",
        "border.focused": "#f7f7f7",
        "border.selected": "#f7f7f7",
        "border.transparent": "#f7f7f7",
        "border.disabled": "#f7f7f7",
        "text": "#dfdfdf",
        "text.muted": "#191919",
        "text.placeholder": "#c5c5c5",
        "text.disabled": "#c5c5c5",
        "text.accent": "#dfc184",
        "icons.accent": "#dfc184",
        "surface.background": "#aaa",
        "elevated_surface.background": "#eee",
        "panel.background": "#f7f7f7",
        "panel.focused_border": null,
        "background": "#f7f7f7",
        "status_bar.background": "#f7f7f7",
        "title_bar.background": "#f7f7f7",
        "toolbar.background": "#f7f7f7",
        "tab_bar.background": "#f7f7f7",
        "tab.inactive_background": "#f7f7f7",
        "tab.active_background": "#f7f7f7",
        "element.background": "#aaa",
        "element.hover": "#aaa",
        "element.active": "#aaa",
        "element.selected": "#aaa",
        "element.disabled": "#aaa",
        "predictive": "#4d5970",
        "modified": "#e5c07b",
        "ignored": "#636b78",
        "deleted": "#e06c75",
        "created": "#a5e075",
        "warning": "#d19a66",
        "hint": "#abb2bf",
        "hint.background": "rgb(205.2, 223.4, 238.4)",
        "error": "#e06c75",
        "error.background": "rgb(235.2, 212, 213.8)",
        "error.border": "#e06c75",
        "info": "#4aa5f0",
        "scrollbar.thumb.background": "#19191944",
        "scrollbar.thumb.border": "transparent",
        "scrollbar.track.background": "transparent",
        "terminal.background": "#f7f7f7",
        "terminal.ansi.black": "#3f4451",
        "terminal.ansi.red": "#e45648",
        "terminal.ansi.green": "#50a14f",
        "terminal.ansi.yellow": "#c49640",
        "terminal.ansi.blue": "#0084bc",
        "terminal.ansi.magenta": "#9a39b7",
        "terminal.ansi.cyan": "#56b6c2",
        "terminal.ansi.white": "#191919",
        "players": [
          {
            "cursor": "#191919",
            "background": "#191919",
            "selection": "#19191922"
          },
          {
            "cursor": "#0084bc",
            "background": "#0084bc",
            "selection": "#0084bc44"
          },
          {
            "cursor": "#9a39b7",
            "background": "#9a39b7",
            "selection": "#9a39b744"
          },
          {
            "cursor": "#50a14f",
            "background": "#50a14f",
            "selection": "#50a14f44"
          },
          {
            "cursor": "#e45648",
            "background": "#e45648",
            "selection": "#e4564844"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#cc711d"
          },
          "boolean": {
            "color": "#cc711d"
          },
          "comment": {
            "color": "#959595",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#9cb1d8"
          },
          "constant": {
            "color": "#cc711d"
          },
          "constructor": {
            "color": "#e45648"
          },
          "embedded": {
            "color": "#9cb1d8"
          },
          "emphasis": {
            "color": "#9a39b7",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#c49640",
            "font_weight": 700
          },
          "enum": {
            "color": "#56b6c2"
          },
          "function": {
            "color": "#0084bc",
            "font_weight": 700
          },
          "hint": {
            "color": "#9cb1d8"
          },
          "keyword": {
            "color": "#9a39b7"
          },
          "label": {
            "color": "#0084bc"
          },
          "link_text": {
            "color": "#0084bc"
          },
          "link_uri": {
            "color": "#9a39b7"
          },
          "number": {
            "color": "#c49640"
          },
          "operator": {
            "color": "#56b6c2"
          },
          "predictive": {
            "color": "#9cb1d8"
          },
          "preproc": {
            "color": "#50a14f"
          },
          "primary": {
            "color": "#9a39b7"
          },
          "property": {
            "color": "#e45648"
          },
          "punctuation": {
            "color": "#c49640"
          },
          "punctuation.bracket": {
            "color": "#cc711d"
          },
          "punctuation.delimiter": {
            "color": "#c49640"
          },
          "punctuation.list_marker": {
            "color": "#c49640",
            "font_weight": 700
          },
          "punctuation.special": {
            "color": "#9a39b7"
          },
          "string": {
            "color": "#50a14f"
          },
          "string.escape": {
            "color": "#50a14f"
          },
          "string.regex": {
            "color": "#50a14f"
          },
          "string.special": {
            "color": "#56b6c2"
          },
          "string.special.symbol": {
            "color": "#56b6c2"
          },
          "tag": {
            "color": "#9a39b7"
          },
          "text.literal": {
            "color": "#50a14f"
          },
          "title": {
            "color": "#e45648",
            "font_weight": 700
          },
          "type": {
            "color": "#c49640"
          },
          "variable": {
            "color": "#191919"
          },
          "variable.special": {
            "color": "#c49640"
          },
          "variant": {
            "color": "#0084bc"
          }
        }
      }
    }
  ],
  "id": "Ma5oPrVRMp_RC7TtsC1NG"
}