{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Obsidian-Zed",
  "author": "rikka-chunibyo",
  "themes": [
    {
      "name": "Obsidian",
      "appearance": "dark",
      "style": {
        "accents": [
          "#0c9294",
          "#a7496e",
          "#44a6d2",
          "#52b455",
          "#e1e797",
          "#b692ce",
          "#e6958f"
        ],
        "background": "#010611",
        "border": "#081826",
        "border.disabled": "#293941",
        "border.focused": "#0c9294",
        "border.selected": "#157685",
        "border.transparent": "#00000000",
        "border.variant": "#08212f",
        "elevated_surface.background": "#05111d",
        "surface.background": "#05111d",
        "element.background": "#05111d",
        "element.hover": "#092834",
        "element.active": "#0a3847",
        "element.selected": "#0a3847",
        "element.disabled": "#05111d",
        "drop_target.background": "#074855b3",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#05111d",
        "ghost_element.active": "#092834",
        "ghost_element.selected": "#092834",
        "ghost_element.disabled": "#00000000",
        "text": "#bac8cb",
        "text.muted": "#839496",
        "text.placeholder": "#4b666f",
        "text.disabled": "#293941",
        "text.accent": "#02858e",
        "icon": "#bac8cb",
        "icon.muted": "#839496",
        "icon.disabled": "#293941",
        "icon.placeholder": "#4b666f",
        "icon.accent": "#02858e",
        "status_bar.background": "#010611",
        "title_bar.background": "#010611",
        "title_bar.inactive_background": "#05111d",
        "toolbar.background": "#010611",
        "tab_bar.background": "#010611",
        "tab.active_background": "#05111d",
        "tab.inactive_background": "#010611",
        "search.match_background": "#e1e79780",
        "panel.background": "#010611",
        "panel.focused_border": "#0c9294",
        "panel.indent_guide": "#081826",
        "panel.indent_guide_active": "#0b364b",
        "panel.indent_guide_hover": "#157685",
        "pane_group.border": "#081826",
        "pane.focused_border": "#0c9294",
        "scrollbar.thumb.background": "#29394180",
        "scrollbar.thumb.hover_background": "#4b666fb3",
        "scrollbar.thumb.border": "#081826",
        "scrollbar.track.background": "#010611",
        "scrollbar.track.border": "#081826",
        "editor.background": "#010611",
        "editor.foreground": "#c9cccd",
        "editor.gutter.background": "#010611",
        "editor.subheader.background": "#05111d",
        "editor.active_line.background": "#05111d",
        "editor.highlighted_line.background": "#092834",
        "editor.line_number": "#293941",
        "editor.active_line_number": "#4b666f",
        "editor.invisible": "#293941",
        "editor.indent_guide": "#081826",
        "editor.indent_guide_active": "#0b364b",
        "editor.wrap_guide": "#081826",
        "editor.active_wrap_guide": "#0b364b",
        "editor.document_highlight.bracket_background": "#73758a40",
        "editor.document_highlight.read_background": "#15768540",
        "editor.document_highlight.write_background": "#b7758b40",
        "link_text.hover": "#0a7285",
        "conflict": "#e6958f",
        "conflict.background": "#2f1e19",
        "conflict.border": "#8f5247",
        "created": "#52b455",
        "created.background": "#031c1e",
        "created.border": "#508654",
        "deleted": "#ff4262",
        "deleted.background": "#2f091b",
        "deleted.border": "#9c1a41",
        "modified": "#44a6d2",
        "modified.background": "#1d242f",
        "modified.border": "#266c78",
        "renamed": "#b692ce",
        "renamed.background": "#322137",
        "renamed.border": "#716994",
        "ignored": "#293941",
        "ignored.background": "#05111d",
        "ignored.border": "#081826",
        "hidden": "#293941",
        "hidden.background": "#05111d",
        "hidden.border": "#081826",
        "predictive": "#716994",
        "predictive.background": "#7169941f",
        "predictive.border": "#716994",
        "unreachable": "#434a5b",
        "unreachable.background": "#2939411f",
        "unreachable.border": "#293941",
        "error": "#ff4262",
        "error.background": "#4d232e",
        "error.border": "#802e44",
        "warning": "#e1e797",
        "warning.background": "#8d8d5540",
        "warning.border": "#8f9544",
        "success": "#52b455",
        "success.background": "#05161f",
        "success.border": "#508654",
        "info": "#44a6d2",
        "info.background": "#092834",
        "info.border": "#1e536b",
        "hint": "#75bab5",
        "hint.background": "#05111d",
        "hint.border": "#157685",
        "players": [
          {
            "cursor": "#0c9294",
            "background": "#0c9294",
            "selection": "#082c3c"
          },
          {
            "cursor": "#a7496e",
            "background": "#a7496e",
            "selection": "#a7496e3d"
          },
          {
            "cursor": "#44a6d2",
            "background": "#44a6d2",
            "selection": "#44a6d23d"
          },
          {
            "cursor": "#52b455",
            "background": "#52b455",
            "selection": "#52b4553d"
          },
          {
            "cursor": "#e1e797",
            "background": "#e1e797",
            "selection": "#e1e7973d"
          },
          {
            "cursor": "#b692ce",
            "background": "#b692ce",
            "selection": "#b692ce3d"
          }
        ],
        "terminal.background": "#010611",
        "terminal.foreground": "#bac8cb",
        "terminal.bright_foreground": "#d1d6d4",
        "terminal.dim_foreground": "#839496",
        "terminal.ansi.background": "#010611",
        "terminal.ansi.black": "#010611",
        "terminal.ansi.red": "#c6455a",
        "terminal.ansi.green": "#27b26f",
        "terminal.ansi.yellow": "#acaf44",
        "terminal.ansi.blue": "#2f7a99",
        "terminal.ansi.magenta": "#a7496e",
        "terminal.ansi.cyan": "#02858e",
        "terminal.ansi.white": "#899e9e",
        "terminal.ansi.bright_black": "#293941",
        "terminal.ansi.bright_red": "#ff4262",
        "terminal.ansi.bright_green": "#52b455",
        "terminal.ansi.bright_yellow": "#e1e797",
        "terminal.ansi.bright_blue": "#44a6d2",
        "terminal.ansi.bright_magenta": "#b692ce",
        "terminal.ansi.bright_cyan": "#00c5b7",
        "terminal.ansi.bright_white": "#d1d6d4",
        "terminal.ansi.dim_black": "#010611",
        "terminal.ansi.dim_red": "#802e44",
        "terminal.ansi.dim_green": "#275c48",
        "terminal.ansi.dim_yellow": "#6f7133",
        "terminal.ansi.dim_blue": "#1e536b",
        "terminal.ansi.dim_magenta": "#63313d",
        "terminal.ansi.dim_cyan": "#075463",
        "terminal.ansi.dim_white": "#4b666f",
        "syntax": {
          "attribute": {
            "color": "#d0d6b5",
            "font_weight": 700
          },
          "boolean": {
            "color": "#716994",
            "font_style": "italic"
          },
          "comment": {
            "color": "#293941",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#293941",
            "font_style": "italic"
          },
          "constant": {
            "color": "#716994",
            "font_style": "italic"
          },
          "constructor": {
            "color": "#f2c4b3",
            "font_weight": 700
          },
          "embedded": {
            "color": "#c9cccd"
          },
          "emphasis": {
            "color": "#0f859b",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#0f859b",
            "font_weight": 700
          },
          "enum": {
            "color": "#716994",
            "font_style": "italic"
          },
          "function": {
            "color": "#f2c4b3",
            "font_weight": 700
          },
          "hint": {
            "color": "#293941",
            "font_style": "italic"
          },
          "keyword": {
            "color": "#ae4070"
          },
          "label": {
            "color": "#cd92a1",
            "font_weight": 700
          },
          "link_text": {
            "color": "#0a7285"
          },
          "link_uri": {
            "color": "#0a3649"
          },
          "namespace": {
            "color": "#d0d6b5"
          },
          "number": {
            "color": "#cd92a1"
          },
          "operator": {
            "color": "#9b3a63"
          },
          "predictive": {
            "color": "#716994",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#716994",
            "font_weight": 700
          },
          "primary": {
            "color": "#c9cccd"
          },
          "property": {
            "color": "#bac8cb"
          },
          "punctuation": {
            "color": "#9b3a63"
          },
          "punctuation.bracket": {
            "color": "#9b3a63"
          },
          "punctuation.delimiter": {
            "color": "#9b3a63"
          },
          "punctuation.list_marker": {
            "color": "#ae4070"
          },
          "punctuation.markup": {
            "color": "#0a3649"
          },
          "punctuation.special": {
            "color": "#87617e"
          },
          "selector": {
            "color": "#cd92a1",
            "font_weight": 700
          },
          "selector.pseudo": {
            "color": "#87617e"
          },
          "string": {
            "color": "#87617e"
          },
          "string.escape": {
            "color": "#87617e",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#87617e"
          },
          "string.special": {
            "color": "#0f859b"
          },
          "string.special.symbol": {
            "color": "#716994"
          },
          "tag": {
            "color": "#e6958f"
          },
          "text.literal": {
            "color": "#c9cccd"
          },
          "title": {
            "color": "#f2c4b3",
            "font_weight": 700
          },
          "type": {
            "color": "#d0d6b5"
          },
          "variable": {
            "color": "#c9cccd"
          },
          "variable.parameter": {
            "color": "#0f859b"
          },
          "variable.special": {
            "color": "#f2c4b3"
          },
          "variant": {
            "color": "#716994"
          },
          "diff.plus": {
            "color": "#52b455"
          },
          "diff.minus": {
            "color": "#ff4262"
          }
        }
      }
    },
    {
      "name": "Obsidian Bright",
      "appearance": "light",
      "style": {
        "accents": [
          "#02858e",
          "#9b3a63",
          "#3a8abc",
          "#1f9a6a",
          "#b58900",
          "#87617e",
          "#f76c5e"
        ],
        "background": "#fdf6e3",
        "border": "#e1dbc8",
        "border.disabled": "#c5c2b6",
        "border.focused": "#d3af86",
        "border.selected": "#d3af86",
        "border.transparent": "#00000000",
        "border.variant": "#ddd6c1",
        "elevated_surface.background": "#eee8d5",
        "surface.background": "#eee8d5",
        "element.background": "#e1ddd1",
        "element.hover": "#e1dbc8",
        "element.active": "#eae0c0",
        "element.selected": "#eae0c0",
        "element.disabled": "#ddd9cb",
        "drop_target.background": "#d3cbb7b3",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#e1dbc8",
        "ghost_element.active": "#eae0c0",
        "ghost_element.selected": "#eae0c0",
        "ghost_element.disabled": "#00000000",
        "text": "#4d6168",
        "text.muted": "#616161",
        "text.placeholder": "#beb7a2",
        "text.disabled": "#bfbbaf",
        "text.accent": "#02858e",
        "icon": "#4d6168",
        "icon.muted": "#616161",
        "icon.disabled": "#bfbbaf",
        "icon.placeholder": "#beb7a2",
        "icon.accent": "#02858e",
        "status_bar.background": "#fdf6e3",
        "title_bar.background": "#fdf6e3",
        "title_bar.inactive_background": "#eee8d5",
        "toolbar.background": "#fdf6e3",
        "tab_bar.background": "#eee8d5",
        "tab.active_background": "#eee8d5",
        "tab.inactive_background": "#fdf6e3",
        "search.match_background": "#f2ef6580",
        "panel.background": "#eee8d5",
        "panel.focused_border": "#d3af86",
        "panel.indent_guide": "#e1dbc8",
        "panel.indent_guide_active": "#d3af86",
        "panel.indent_guide_hover": "#d3cbb7",
        "pane_group.border": "#e1dbc8",
        "pane.focused_border": "#d3af86",
        "scrollbar.thumb.background": "#beb7a280",
        "scrollbar.thumb.hover_background": "#a69275b3",
        "scrollbar.thumb.border": "#e1dbc8",
        "scrollbar.track.background": "#fdf6e3",
        "scrollbar.track.border": "#e1dbc8",
        "editor.background": "#fdf6e3",
        "editor.foreground": "#2f3f50",
        "editor.gutter.background": "#eee8d5",
        "editor.subheader.background": "#eee8d5",
        "editor.active_line.background": "#eee8d5",
        "editor.highlighted_line.background": "#eae0c0",
        "editor.line_number": "#237893",
        "editor.active_line_number": "#4d6168",
        "editor.invisible": "#beb7a2",
        "editor.indent_guide": "#e1dbc8",
        "editor.indent_guide_active": "#d3af86",
        "editor.wrap_guide": "#e1dbc8",
        "editor.active_wrap_guide": "#d3af86",
        "editor.document_highlight.bracket_background": "#ffdbbe",
        "editor.document_highlight.read_background": "#ffc0be80",
        "editor.document_highlight.write_background": "#cae2dc80",
        "link_text.hover": "#02858e",
        "conflict": "#e16f50",
        "conflict.background": "#f1d9a7",
        "conflict.border": "#c4a27d",
        "created": "#1f9a6a",
        "created.background": "#cae2dc",
        "created.border": "#71b362",
        "deleted": "#c42740",
        "deleted.background": "#eed7d9",
        "deleted.border": "#e0a8a9",
        "modified": "#1c5e7d",
        "modified.background": "#d8e7ee",
        "modified.border": "#3a8abc",
        "renamed": "#87617e",
        "renamed.background": "#e9deeb",
        "renamed.border": "#87617e",
        "ignored": "#beb7a2",
        "ignored.background": "#eee8d5",
        "ignored.border": "#e1dbc8",
        "hidden": "#bfbbaf",
        "hidden.background": "#eee8d5",
        "hidden.border": "#e1dbc8",
        "predictive": "#87617e",
        "predictive.background": "#87617e1f",
        "predictive.border": "#87617e",
        "unreachable": "#beb7a2",
        "unreachable.background": "#beb7a21f",
        "unreachable.border": "#beb7a2",
        "error": "#c42740",
        "error.background": "#f5e6e7",
        "error.border": "#e0a8a9",
        "warning": "#a69275",
        "warning.background": "#e0d9a9",
        "warning.border": "#d3af86",
        "success": "#1f9a6a",
        "success.background": "#cae2dc",
        "success.border": "#71b362",
        "info": "#1c5e7d",
        "info.background": "#d8e7ee",
        "info.border": "#3a8abc",
        "hint": "#02858e",
        "hint.background": "#eee8d5",
        "hint.border": "#d3af86",
        "players": [
          {
            "cursor": "#02858e",
            "background": "#02858e",
            "selection": "#eae0c0"
          },
          {
            "cursor": "#9b3a63",
            "background": "#9b3a63",
            "selection": "#9b3a633d"
          },
          {
            "cursor": "#3a8abc",
            "background": "#3a8abc",
            "selection": "#3a8abc3d"
          },
          {
            "cursor": "#1f9a6a",
            "background": "#1f9a6a",
            "selection": "#1f9a6a3d"
          },
          {
            "cursor": "#b58900",
            "background": "#b58900",
            "selection": "#b589003d"
          },
          {
            "cursor": "#87617e",
            "background": "#87617e",
            "selection": "#87617e3d"
          }
        ],
        "terminal.background": "#fdf6e3",
        "terminal.foreground": "#2f3f50",
        "terminal.bright_foreground": "#4d6168",
        "terminal.dim_foreground": "#beb7a2",
        "terminal.ansi.background": "#fdf6e3",
        "terminal.ansi.black": "#2f3f50",
        "terminal.ansi.red": "#c42740",
        "terminal.ansi.green": "#1f9a6a",
        "terminal.ansi.yellow": "#a69275",
        "terminal.ansi.blue": "#1c5e7d",
        "terminal.ansi.magenta": "#9b3a63",
        "terminal.ansi.cyan": "#009e9e",
        "terminal.ansi.white": "#beb7a2",
        "terminal.ansi.bright_black": "#4d6168",
        "terminal.ansi.bright_red": "#ff4262",
        "terminal.ansi.bright_green": "#1f9a6a",
        "terminal.ansi.bright_yellow": "#b58900",
        "terminal.ansi.bright_blue": "#3a8abc",
        "terminal.ansi.bright_magenta": "#bc466b",
        "terminal.ansi.bright_cyan": "#2391b7",
        "terminal.ansi.bright_white": "#fdf6e3",
        "terminal.ansi.dim_black": "#beb7a2",
        "terminal.ansi.dim_red": "#e0a8a9",
        "terminal.ansi.dim_green": "#71b362",
        "terminal.ansi.dim_yellow": "#c4a27d",
        "terminal.ansi.dim_blue": "#237893",
        "terminal.ansi.dim_magenta": "#87617e",
        "terminal.ansi.dim_cyan": "#02858e",
        "terminal.ansi.dim_white": "#ddd6c1",
        "syntax": {
          "attribute": {
            "color": "#bc466b"
          },
          "boolean": {
            "color": "#5a2643",
            "font_style": "italic"
          },
          "comment": {
            "color": "#beb7a2",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#beb7a2",
            "font_style": "italic"
          },
          "constant": {
            "color": "#5a2643",
            "font_style": "italic"
          },
          "constructor": {
            "color": "#9b3a63",
            "font_weight": 700
          },
          "embedded": {
            "color": "#2f3f50"
          },
          "emphasis": {
            "color": "#f76c5e",
            "font_style": "italic"
          },
          "emphasis.strong": {
            "color": "#f76c5e",
            "font_weight": 700
          },
          "enum": {
            "color": "#5a2643",
            "font_style": "italic"
          },
          "function": {
            "color": "#9b3a63",
            "font_weight": 700
          },
          "hint": {
            "color": "#beb7a2",
            "font_style": "italic"
          },
          "keyword": {
            "color": "#16395a",
            "font_weight": 700
          },
          "label": {
            "color": "#87617e",
            "font_weight": 700
          },
          "link_text": {
            "color": "#02858e"
          },
          "link_uri": {
            "color": "#5a2643"
          },
          "namespace": {
            "color": "#bc466b"
          },
          "number": {
            "color": "#e16f50"
          },
          "operator": {
            "color": "#9b3a63"
          },
          "predictive": {
            "color": "#87617e",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#0a6d84",
            "font_weight": 700
          },
          "primary": {
            "color": "#2f3f50"
          },
          "property": {
            "color": "#2f3f50"
          },
          "punctuation": {
            "color": "#d04c88"
          },
          "punctuation.bracket": {
            "color": "#d04c88"
          },
          "punctuation.delimiter": {
            "color": "#d04c88"
          },
          "punctuation.list_marker": {
            "color": "#16395a"
          },
          "punctuation.markup": {
            "color": "#5a2643"
          },
          "punctuation.special": {
            "color": "#87617e"
          },
          "selector": {
            "color": "#9b3a63",
            "font_weight": 700
          },
          "selector.pseudo": {
            "color": "#16395a",
            "font_weight": 700
          },
          "string": {
            "color": "#0a6d84"
          },
          "string.escape": {
            "color": "#0f859b",
            "font_weight": 700
          },
          "string.regex": {
            "color": "#0a6d84"
          },
          "string.special": {
            "color": "#f76c5e"
          },
          "string.special.symbol": {
            "color": "#5a2643"
          },
          "tag": {
            "color": "#87617e"
          },
          "text.literal": {
            "color": "#2f3f50"
          },
          "title": {
            "color": "#9b3a63",
            "font_weight": 700
          },
          "type": {
            "color": "#bc466b"
          },
          "variable": {
            "color": "#2f3f50"
          },
          "variable.parameter": {
            "color": "#f76c5e"
          },
          "variable.special": {
            "color": "#bc466b"
          },
          "variant": {
            "color": "#87617e"
          },
          "diff.plus": {
            "color": "#1f9a6a"
          },
          "diff.minus": {
            "color": "#c42740"
          }
        }
      }
    }
  ],
  "id": "PMxVVgppQknfZUeEcZkT0"
}