{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "NEEC",
  "author": "jonasnobile",
  "themes": [
    {
      "name": "NEEC",
      "appearance": "dark",
      "style": {
        "border": "#3c3f4199",
        "border.variant": "#cc783333",
        "border.focused": "#cc783377",
        "border.selected": "#cc7833bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#262626",
        "surface.background": "#2b2b2b00",
        "background": "#2b2b2b",
        "element.background": "#3c3f41",
        "element.hover": "#4a433f",
        "element.active": "#c37a3e",
        "element.selected": "#404040",
        "element.disabled": "#545c73",
        "drop_target.background": "#a5c261",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#cc783336",
        "ghost_element.active": "#cc783350",
        "ghost_element.selected": "#cc783325",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#ccc9c7",
        "text.muted": "#a49f97",
        "text.placeholder": "#e6e1dca8",
        "text.disabled": "#e6e1dcc4",
        "text.accent": "#e4e4e4",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#2b2b2b",
        "title_bar.background": "#2b2b2b",
        "toolbar.background": "#2b2b2b",
        "tab_bar.background": "#2b2b2b",
        "tab.inactive_background": "#2b2b2b",
        "tab.active_background": "#262626",
        "search.match_background": "#6e9cbe4f",
        "panel.background": "#2b2b2b",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar_thumb.background": "#404040",
        "scrollbar.thumb.hover_background": "#545c73",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#2d2d2d",
        "scrollbar.track.border": "#2d2d2d",
        "editor.foreground": "#e6e1dc",
        "editor.background": "#2b2b2b",
        "editor.gutter.background": "#2b2b2b",
        "editor.subheader.background": "#3c3f41",
        "editor.active_line.background": "#262626",
        "editor.highlighted_line.background": "#262626",
        "editor.line_number": "#e6e1dc50",
        "editor.active_line_number": "#e6e1dc",
        "editor.invisible": "#e6e1dc30",
        "editor.wrap_guide": "#2d2d2d",
        "editor.active_wrap_guide": "#2f2f2f",
        "editor.document_highlight.read_background": "#545c7342",
        "editor.document_highlight.write_background": "#404040",
        "link_text.hover": "#6e9cbe",
        "conflict": "#ded6cf",
        "conflict.background": "#cc783333",
        "conflict.border": "#cc7833",
        "created": "#a5c261",
        "created.background": "#222e1d",
        "created.border": "#a5c261",
        "deleted": "#ff3f3f",
        "deleted.background": "#301b1b",
        "deleted.border": "#ff3f3f",
        "error": "#e94545f5",
        "error.background": "#262626",
        "error.border": "#c51010",
        "hidden": "#bc9458",
        "hidden.background": "#262626",
        "hidden.border": "#bc9458",
        "hint": "#8d8d8d",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#bc9458",
        "ignored.background": "#262626",
        "ignored.border": null,
        "info": "#6e9cbe",
        "info.background": "#262626",
        "info.border": "#6e9cbe",
        "modified": "#457da5",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#e6e1dc",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": "#262626",
        "renamed.border": null,
        "success": "#408140",
        "success.background": "#262626",
        "success.border": "#408140",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#a5c261",
        "warning.background": "#262626",
        "warning.border": "#a5c261",
        "players": [
          {
            "cursor": "#ffffff",
            "background": "#a5c261",
            "selection": "#a5c26133"
          },
          {
            "cursor": "#ffffff",
            "background": "#6e9cbe",
            "selection": "#6e9cbe33"
          },
          {
            "cursor": "#ffffff",
            "background": "#ffc66d",
            "selection": "#ffc66d33"
          },
          {
            "cursor": "#ffffff",
            "background": "#bc9458",
            "selection": "#bc945833"
          },
          {
            "cursor": "#ffffff",
            "background": "#ff3f3f",
            "selection": "#ff3f3f33"
          },
          {
            "cursor": "#ffffff",
            "background": "#457da5",
            "selection": "#457da533"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#e6a46e",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#7da4bf",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#b6a791",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#b6a791",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#7da4bf",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#be80ca",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#dedbd8",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#e6e1dc",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#cc7833",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#ffc66d",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#8d8d8d",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#ded8d2",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#6e9cbe",
            "font_style": "normal",
            "font_weight": null
          },
          "link_uri": {
            "color": "#6e9cbe",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#e9e4df",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#e2d9d1",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#6292b4",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#edac78",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#e2be85",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#d0c2ab",
            "font_style": null,
            "font_weight": null
          },
          "type.interface": {
            "color": "#ffc66d",
            "font_style": "italic",
            "font_weight": null
          },
          "type.super": {
            "color": "#ffc66d",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#73d1ad",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#e6e1dc",
            "font_style": "italic",
            "font_weight": null
          },
          "variable.special": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#d0c2ab",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#ffc66d",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#ffc66d",
            "font_style": null,
            "font_weight": null
          },
          "editor.foreground": {
            "color": "#ffffff",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#2b2b2b",
        "terminal.foreground": "#e6e1dc",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#8d8d8d",
        "terminal.ansi.black": "#2b2b2b",
        "terminal.ansi.bright_black": "#5a5a5a",
        "terminal.ansi.dim_black": "#212121",
        "terminal.ansi.red": "#ff3f3f",
        "terminal.ansi.bright_red": "#ff6c6c",
        "terminal.ansi.dim_red": "#cc4444",
        "terminal.ansi.green": "#a5c261",
        "terminal.ansi.bright_green": "#c2e075",
        "terminal.ansi.dim_green": "#84a050",
        "terminal.ansi.yellow": "#ffc66d",
        "terminal.ansi.bright_yellow": "#ffe48e",
        "terminal.ansi.dim_yellow": "#cc9e57",
        "terminal.ansi.blue": "#6d9cbe",
        "terminal.ansi.bright_blue": "#8ab7d9",
        "terminal.ansi.dim_blue": "#577d98",
        "terminal.ansi.magenta": "#cc7833",
        "terminal.ansi.bright_magenta": "#e8a788",
        "terminal.ansi.dim_magenta": "#a36229",
        "terminal.ansi.cyan": "#6e9cbe",
        "terminal.ansi.bright_cyan": "#8ab7d9",
        "terminal.ansi.dim_cyan": "#577d98",
        "terminal.ansi.white": "#e6e1dc",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": "#b8b4b0"
      }
    },
    {
      "name": "New Theme",
      "appearance": "dark",
      "style": {
        "border": "#3c3f4199",
        "border.variant": "#cc783333",
        "border.focused": "#cc783377",
        "border.selected": "#cc7833bb",
        "border.transparent": "#00000000",
        "border.disabled": null,
        "elevated_surface.background": "#262626",
        "surface.background": "#2b2b2b00",
        "background": "#2b2b2b",
        "element.background": "#3c3f41",
        "element.hover": "#4a433f",
        "element.active": "#c37a3e",
        "element.selected": "#404040",
        "element.disabled": "#545c73",
        "drop_target.background": "#a5c261",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#cc783336",
        "ghost_element.active": "#cc783350",
        "ghost_element.selected": "#cc783325",
        "ghost_element.disabled": "#ff5555ff",
        "text": "#ccc9c7",
        "text.muted": "#a49f97",
        "text.placeholder": "#e6e1dca8",
        "text.disabled": "#e6e1dcc4",
        "text.accent": "#e4e4e4",
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": "#2b2b2b",
        "title_bar.background": "#2b2b2b",
        "toolbar.background": "#2b2b2b",
        "tab_bar.background": "#2b2b2b",
        "tab.inactive_background": "#2b2b2b",
        "tab.active_background": "#262626",
        "search.match_background": "#6e9cbe4f",
        "panel.background": "#2b2b2b",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar_thumb.background": "#404040",
        "scrollbar.thumb.hover_background": "#545c73",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#2d2d2d",
        "scrollbar.track.border": "#2d2d2d",
        "editor.foreground": "#e6e1dc",
        "editor.background": "#2b2b2b",
        "editor.gutter.background": "#2b2b2b",
        "editor.subheader.background": "#3c3f41",
        "editor.active_line.background": "#262626",
        "editor.highlighted_line.background": "#262626",
        "editor.line_number": "#e6e1dc50",
        "editor.active_line_number": "#e6e1dc",
        "editor.invisible": "#e6e1dc30",
        "editor.wrap_guide": "#2d2d2d",
        "editor.active_wrap_guide": "#2f2f2f",
        "editor.document_highlight.read_background": "#545c7342",
        "editor.document_highlight.write_background": "#404040",
        "link_text.hover": "#6e9cbe",
        "conflict": "#ded6cf",
        "conflict.background": "#cc783333",
        "conflict.border": "#cc7833",
        "created": "#a5c261",
        "created.background": "#222e1d",
        "created.border": "#a5c261",
        "deleted": "#ff3f3f",
        "deleted.background": "#301b1b",
        "deleted.border": "#ff3f3f",
        "error": "#e94545f5",
        "error.background": "#262626",
        "error.border": "#c51010",
        "hidden": "#bc9458",
        "hidden.background": "#262626",
        "hidden.border": "#bc9458",
        "hint": "#8d8d8d",
        "hint.background": null,
        "hint.border": null,
        "ignored": "#bc9458",
        "ignored.background": "#262626",
        "ignored.border": null,
        "info": "#6e9cbe",
        "info.background": "#262626",
        "info.border": "#6e9cbe",
        "modified": "#457da5",
        "modified.background": null,
        "modified.border": null,
        "predictive": "#e6e1dc",
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": "#262626",
        "renamed.border": null,
        "success": "#408140",
        "success.background": "#262626",
        "success.border": "#408140",
        "unreachable": null,
        "unreachable.border": null,
        "warning": "#a5c261",
        "warning.background": "#262626",
        "warning.border": "#a5c261",
        "players": [
          {
            "cursor": "#ffffff",
            "background": "#a5c261",
            "selection": "#a5c26133"
          },
          {
            "cursor": "#ffffff",
            "background": "#6e9cbe",
            "selection": "#6e9cbe33"
          },
          {
            "cursor": "#ffffff",
            "background": "#ffc66d",
            "selection": "#ffc66d33"
          },
          {
            "cursor": "#ffffff",
            "background": "#bc9458",
            "selection": "#bc945833"
          },
          {
            "cursor": "#ffffff",
            "background": "#ff3f3f",
            "selection": "#ff3f3f33"
          },
          {
            "cursor": "#ffffff",
            "background": "#457da5",
            "selection": "#457da533"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#edac78",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#7da4bf",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#b6a791",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#b6a791",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#7da4bf",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#be80ca",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#dedbd8",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#e6e1dc",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#cc7833",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#ffc66d",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#8d8d8d",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#ded8d2",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#6e9cbe",
            "font_style": "normal",
            "font_weight": null
          },
          "link_uri": {
            "color": "#6e9cbe",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#e9e4df",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#e2d9d1",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#6292b4",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#edac78",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#aed15b",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#e2be85",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#d0c2ab",
            "font_style": null,
            "font_weight": null
          },
          "type.interface": {
            "color": "#ffc66d",
            "font_style": "italic",
            "font_weight": null
          },
          "type.super": {
            "color": "#ffc66d",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#73d1ad",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#e6e1dc",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#e6e1dc",
            "font_style": "italic",
            "font_weight": null
          },
          "variable.special": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#bd7a43",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#d0c2ab",
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#ffc66d",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#ffc66d",
            "font_style": null,
            "font_weight": null
          },
          "editor.foreground": {
            "color": "#ffffff",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#2b2b2b",
        "terminal.foreground": "#e6e1dc",
        "terminal.bright_foreground": "#ffffff",
        "terminal.dim_foreground": "#8d8d8d",
        "terminal.ansi.black": "#2b2b2b",
        "terminal.ansi.bright_black": "#5a5a5a",
        "terminal.ansi.dim_black": "#212121",
        "terminal.ansi.red": "#ff3f3f",
        "terminal.ansi.bright_red": "#ff6c6c",
        "terminal.ansi.dim_red": "#cc4444",
        "terminal.ansi.green": "#a5c261",
        "terminal.ansi.bright_green": "#c2e075",
        "terminal.ansi.dim_green": "#84a050",
        "terminal.ansi.yellow": "#ffc66d",
        "terminal.ansi.bright_yellow": "#ffe48e",
        "terminal.ansi.dim_yellow": "#cc9e57",
        "terminal.ansi.blue": "#6d9cbe",
        "terminal.ansi.bright_blue": "#8ab7d9",
        "terminal.ansi.dim_blue": "#577d98",
        "terminal.ansi.magenta": "#cc7833",
        "terminal.ansi.bright_magenta": "#e8a788",
        "terminal.ansi.dim_magenta": "#a36229",
        "terminal.ansi.cyan": "#6e9cbe",
        "terminal.ansi.bright_cyan": "#8ab7d9",
        "terminal.ansi.dim_cyan": "#577d98",
        "terminal.ansi.white": "#e6e1dc",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": "#b8b4b0"
      }
    }
  ],
  "id": "3KxGd10n5zpFMQ00uUkvP"
}