{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "author": "flajr",
  "name": "Solarized Dark Origin",
  "themes": [
    {
      "appearance": "dark",
      "name": "Solarized Dark Origin",
      "style": {
        "accents": [
          "#268bd2"
        ],
        "background": "#002b36",
        "background.appearance": "opaque",
        "border": "#073642",
        "border.disabled": null,
        "border.focused": "#657b83",
        "border.selected": "#2aa198",
        "border.transparent": null,
        "border.variant": null,
        "conflict": "#dc322fff",
        "conflict.background": "#dc322f22",
        "conflict.border": "#dc322fff",
        "created": "#859900ff",
        "created.background": "#85990022",
        "created.border": "#859900ff",
        "deleted": "#cb4b16",
        "deleted.background": "#cb4b1622",
        "deleted.border": "#cb4b16",
        "drop_target.background": "#073642",
        "editor.active_line.background": "#073642",
        "editor.active_line_number": "#657b83",
        "editor.active_wrap_guide": "#586e75",
        "editor.background": "#002b36",
        "editor.document_highlight.bracket_background": "#268bd244",
        "editor.document_highlight.read_background": "#268bd222",
        "editor.document_highlight.write_background": "#268bd222",
        "editor.foreground": "#839496",
        "editor.gutter.background": "#002b36",
        "editor.highlighted_line.background": "#002b36",
        "editor.indent_guide": "#073642",
        "editor.indent_guide_active": "#586e75bb",
        "editor.invisible": "#839496",
        "editor.line_number": "#586e75",
        "editor.subheader.background": "#002b36",
        "editor.wrap_guide": "#073642",
        "element.active": "#073642",
        "element.background": "#073642",
        "element.disabled": "#073642",
        "element.hover": "#073642",
        "element.selected": "#073642ff",
        "elevated_surface.background": "#002b36",
        "error": "#dc322fff",
        "error.background": "#dc322f22",
        "error.border": "#dc322fff",
        "ghost_element.active": "#657b83",
        "ghost_element.background": "#00212b",
        "ghost_element.disabled": "#586e75",
        "ghost_element.hover": "#073642",
        "ghost_element.selected": "#2aa19844",
        "hidden": "#586e75",
        "hidden.background": "#002b36",
        "hidden.border": "#002b36",
        "hint": "#586e75",
        "hint.background": "#073642",
        "hint.border": "#586e75",
        "icon": "#657b83",
        "icon.accent": "#2aa198",
        "icon.disabled": "#586e75",
        "icon.muted": "#586e75",
        "icon.placeholder": "#586e75",
        "ignored": "#586e75",
        "ignored.background": "#002b36",
        "ignored.border": "#586e75",
        "info": "#268bd2",
        "info.background": "#268bd222",
        "info.border": "#268bd2",
        "link_text.hover": "#2aa198",
        "modified": "#b58900ff",
        "modified.background": "#b5890022",
        "modified.border": "#b58900ff",
        "pane.focused_border": "#657b83",
        "pane_group.border": "#586e75",
        "panel.background": "#00212b",
        "panel.focused_border": "#2aa19822",
        "panel.indent_guide": "#586e75",
        "panel.indent_guide_active": "#586e75bb",
        "panel.indent_guide_hover": "#657b83",
        "players": [
          {
            "background": "#268bd2",
            "cursor": "#268bd2",
            "selection": "#268bd222"
          },
          {
            "background": "#2aa198",
            "cursor": "#2aa198",
            "selection": "#2aa19844"
          },
          {
            "background": "#859900",
            "cursor": "#859900",
            "selection": "#85990044"
          },
          {
            "background": "#d33682",
            "cursor": "#d33682",
            "selection": "#d3368244"
          },
          {
            "background": "#cb4b16",
            "cursor": "#cb4b16",
            "selection": "#cb4b1644"
          },
          {
            "background": "#dc322f",
            "cursor": "#dc322f",
            "selection": "#dc322f44"
          },
          {
            "background": "#6c71c4",
            "cursor": "#6c71c4",
            "selection": "#6c71c444"
          },
          {
            "background": "#b58900",
            "cursor": "#b58900",
            "selection": "#b5890044"
          }
        ],
        "predictive": "#839496",
        "predictive.background": "#073642",
        "predictive.border": "#839496",
        "renamed": "#d33682",
        "renamed.background": "#dc322f",
        "renamed.border": "#d33682",
        "scrollbar.thumb.background": "#073642bb",
        "scrollbar.thumb.border": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.track.background": null,
        "scrollbar.track.border": null,
        "search.match_background": "#b5890044",
        "status_bar.background": "#00212b",
        "success": "#859900",
        "success.background": "#002b36",
        "success.border": "#859900",
        "surface.background": "#002b36",
        "syntax": {
          "attribute": {
            "color": "#268bd2"
          },
          "boolean": {
            "color": "#b58900"
          },
          "comment": {
            "color": "#586e75",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#586e75",
            "font_style": "italic"
          },
          "constant": {
            "color": "#dc322f"
          },
          "constructor": {
            "color": "#268bd2"
          },
          "embedded": {
            "color": "#657b83"
          },
          "emphasis": {
            "color": "#268bd2"
          },
          "emphasis.strong": {
            "color": "#268bd2",
            "font_weight": 700
          },
          "enum": {
            "color": "#cb4b16"
          },
          "function": {
            "color": "#268bd2"
          },
          "hint": {
            "color": "#586e75",
            "font_weight": 700
          },
          "keyword": {
            "color": "#859900"
          },
          "label": {
            "color": "#268bd2"
          },
          "link_text": {
            "color": "#268bd2",
            "font_style": "italic"
          },
          "link_uri": {
            "color": "#6c71c4"
          },
          "number": {
            "color": "#d33682"
          },
          "operator": {
            "color": "#859900"
          },
          "predictive": {
            "background_color": "#85990044",
            "color": "#839496",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#cb4b16"
          },
          "primary": {
            "color": "#657b83"
          },
          "property": {
            "color": "#268bd2"
          },
          "punctuation": {
            "color": "#586e75"
          },
          "punctuation.bracket": {
            "color": "#586e75"
          },
          "punctuation.delimiter": {
            "color": "#586e75"
          },
          "punctuation.list_marker": {
            "color": "#586e75"
          },
          "punctuation.special": {
            "color": "#586e75"
          },
          "string": {
            "color": "#2aa198"
          },
          "string.escape": {
            "color": "#586e75"
          },
          "string.regex": {
            "color": "#cb4b16"
          },
          "string.special": {
            "color": "#cb4b16"
          },
          "string.special.symbol": {
            "color": "#cb4b16"
          },
          "tag": {
            "color": "#dc322f"
          },
          "text.literal": {
            "color": "#b58900"
          },
          "title": {
            "color": "#cb4b16",
            "font_weight": 700
          },
          "type": {
            "color": "#b58900"
          },
          "variable": {
            "color": "#93a1a1"
          },
          "variant": {
            "color": "#268bd2"
          }
        },
        "tab.active_background": "#00212b",
        "tab.inactive_background": "#002b36",
        "tab_bar.background": "#002b36",
        "terminal.ansi.background": "#002b36",
        "terminal.ansi.black": "#073642",
        "terminal.ansi.blue": "#268bd2",
        "terminal.ansi.bright_black": "#002b36",
        "terminal.ansi.bright_blue": "#839496",
        "terminal.ansi.bright_cyan": "#93a1a1",
        "terminal.ansi.bright_green": "#586e75",
        "terminal.ansi.bright_magenta": "#6c71c4",
        "terminal.ansi.bright_red": "#cb4b16",
        "terminal.ansi.bright_white": "#fdf6e3",
        "terminal.ansi.bright_yellow": "#657b83",
        "terminal.ansi.cyan": "#2aa198",
        "terminal.ansi.dim_black": "#073642",
        "terminal.ansi.dim_blue": "#268bd2",
        "terminal.ansi.dim_cyan": "#2aa198",
        "terminal.ansi.dim_green": "#859900",
        "terminal.ansi.dim_magenta": "#d33682",
        "terminal.ansi.dim_red": "#dc322f",
        "terminal.ansi.dim_white": "#eee8d5",
        "terminal.ansi.dim_yellow": "#b58900",
        "terminal.ansi.green": "#859900",
        "terminal.ansi.magenta": "#d33682",
        "terminal.ansi.red": "#dc322f",
        "terminal.ansi.white": "#eee8d5",
        "terminal.ansi.yellow": "#b58900",
        "terminal.background": "#002b36",
        "terminal.bright_foreground": "#839496",
        "terminal.dim_foreground": "#586e75",
        "terminal.foreground": "#657b83",
        "text": "#839496",
        "text.accent": "#268bd2",
        "text.disabled": "#586e75",
        "text.muted": "#586e75",
        "text.placeholder": "#586e75",
        "title_bar.background": "#00212b",
        "title_bar.inactive_background": "#073642",
        "toolbar.background": "#00212b",
        "unreachable": "#6c71c4",
        "unreachable.background": "#d7601e",
        "unreachable.border": "#6c71c4",
        "warning": "#cb4b16",
        "warning.background": "#002b3622",
        "warning.border": "#cb4b16"
      }
    }
  ],
  "id": "sbvBdYSUVTOQacqJTBh7Y"
}