{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Pink Cat Boo",
  "author": "Jade P",
  "themes": [
    {
      "name": "Pink Cat Boo",
      "appearance": "dark",
      "style": {
        "border": "#fe7c8e50",
        "border.variant": "#fe7c8e50",
        "border.focused": "#fe7c8e",
        "border.selected": "#fe7c8e",
        "border.transparent": "#00000050",
        "border.disabled": "#9498a144",
        "elevated_surface.background": "#2d2f42",
        "surface.background": "#2d2f4220",
        "background": "#202330",
        "element.background": "#fe7c8e38",
        "element.hover": "#565970",
        "element.active": "#d0963a",
        "element.selected": "#765d36",
        "element.disabled": "#9498a1",
        "drop_target.background": "#d0963a",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#fe7c8e20",
        "ghost_element.active": "#fe7c8e30",
        "ghost_element.selected": "#fe7c8e40",
        "ghost_element.disabled": "#9498a1",
        "text": "#FFF0F5",
        "text.muted": "#9498a1",
        "text.placeholder": "#f3b4bf80",
        "text.disabled": "#9498a1b3",
        "text.accent": "#fe7c8e",
        "icon": "#FFF0F5",
        "icon.muted": "#9498a1",
        "icon.disabled": "#9498a180",
        "icon.placeholder": "#f3b4bf",
        "icon.accent": "#fe7c8e",
        "status_bar.background": "#f3b4bf",
        "title_bar.background": "#2d2f42",
        "toolbar.background": "#2d2f42",
        "tab_bar.background": "#2d2f42",
        "tab.inactive_background": "#2d2f42",
        "tab.active_background": "#202330",
        "search.match_background": "#d0963a4f",
        "panel.background": "#202330",
        "panel.focused_border": "#fe7c8e",
        "pane.focused_border": "#fe7c8e",
        "scrollbar_thumb.background": "#f3b4bf48",
        "scrollbar.thumb.hover_background": "#f3b4bf66",
        "scrollbar.thumb.border": "#00000000",
        "scrollbar.track.background": "#202330",
        "scrollbar.track.border": "#e9a6b244",
        "editor.foreground": "#FFF0F5",
        "editor.background": "#202330",
        "editor.gutter.background": "#20233000",
        "editor.subheader.background": "#2d2f42",
        "editor.active_line.background": "#47254150",
        "editor.highlighted_line.background": "#472541",
        "editor.line_number": "#9498a180",
        "editor.active_line_number": "#fe7c8e",
        "editor.invisible": "#9498a150",
        "editor.wrap_guide": "#9498a130",
        "editor.active_wrap_guide": "#d0963a65",
        "editor.document_highlight.read_background": "#575b6180",
        "editor.document_highlight.write_background": "#4747a180",
        "link_text.hover": "#fe7c8e",
        "conflict": "#d0963a",
        "conflict.background": "#d0963a33",
        "conflict.border": "#d0963a",
        "created": "#3bc089",
        "created.background": "#3bc08933",
        "created.border": "#3bc089",
        "deleted": "#ff62a5",
        "deleted.background": "#ff62a533",
        "deleted.border": "#ff62a5",
        "error": "#ff62a5",
        "error.background": "#202330ee",
        "error.border": "#ff62a5",
        "hidden": "#765d36",
        "hidden.background": "#202330ee",
        "hidden.border": "#765d36",
        "hint": "#3bc089",
        "hint.background": "#3bc08920",
        "hint.border": "#3bc089",
        "ignored": "#9498a150",
        "ignored.background": "#765d36",
        "ignored.border": "#9498a144",
        "info": "#3bc089",
        "info.background": "#202330ee",
        "info.border": "#3bc089",
        "modified": "#fe7c8e",
        "modified.background": "#fe7c8e20",
        "modified.border": "#fe7c8e",
        "predictive": "#9498a1",
        "predictive.background": "#20233020",
        "predictive.border": "#9498a150",
        "renamed": "#d0963a",
        "renamed.background": "#202330ee",
        "renamed.border": "#d0963a",
        "success": "#3bc089",
        "success.background": "#202330ee",
        "success.border": "#3bc089",
        "unreachable": "#9498a180",
        "unreachable.border": "#9498a180",
        "warning": "#3bc089",
        "warning.background": "#202330ee",
        "warning.border": "#3bc089",
        "players": [
          {
            "cursor": "#ffedf0",
            "background": "#fe7c8e",
            "selection": "#47254180"
          },
          {
            "cursor": "#3bc089",
            "background": "#3bc089",
            "selection": "#3bc08933"
          },
          {
            "cursor": "#d0963a",
            "background": "#d0963a",
            "selection": "#d0963a33"
          },
          {
            "cursor": "#FF38A2",
            "background": "#FF38A2",
            "selection": "#FF38A233"
          },
          {
            "cursor": "#ff62a5",
            "background": "#ff62a5",
            "selection": "#ff62a533"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#E6A1FF",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#58B896",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#6D7A72",
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#6D7A72",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#FF7F9D",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#F5A6C6",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#FFF0F5",
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#6089B4",
            "font_style": "italic",
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#6089B4",
            "font_style": null,
            "font_weight": 700
          },
          "enum": {
            "color": "#DCBFF2",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#ffc85b",
            "font_style": null,
            "font_weight": null
          },
          "hint": {
            "color": "#3bc089",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#FF4791",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#FFF0F5",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#fe7c8e",
            "font_style": "normal",
            "font_weight": null
          },
          "link_uri": {
            "color": "#73b5d7",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#FF38A2",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#FF4791",
            "font_style": null,
            "font_weight": null
          },
          "predictive": {
            "color": "#9498a1",
            "font_style": "italic",
            "font_weight": null
          },
          "preproc": {
            "color": "#D0B344",
            "font_style": null,
            "font_weight": null
          },
          "primary": {
            "color": "#FFF0F5",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#DCBFF2",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#FFF0F5",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#d0963a",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#FFF0F5",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#73b5d7",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#D0B344",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#FAE8B6",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#FF4791",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#FF38A2",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#FF0080",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#FF7F9D",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#FA508C",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#FAE8B6",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#D0B344",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#DCBFF2",
            "font_style": "italic",
            "font_weight": null
          },
          "type.interface": {
            "color": "#94AFE8",
            "font_style": "italic",
            "font_weight": null
          },
          "type.super": {
            "color": "#37e884ff",
            "font_style": "italic",
            "font_weight": null
          },
          "variable": {
            "color": "#EBA4AC",
            "font_style": null,
            "font_weight": null
          },
          "variable.member": {
            "color": "#EBA4AC",
            "font_style": null,
            "font_weight": null
          },
          "variable.parameter": {
            "color": "#9CD162",
            "font_style": "italic",
            "font_weight": null
          },
          "variable.special": {
            "color": "#58B896",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": "#F5A6C6",
            "font_style": null,
            "font_weight": null
          },
          "type.builtin": {
            "color": "#DCBFF2",
            "font_style": "italic",
            "font_weight": null
          },
          "function.method": {
            "color": "#ffc85b",
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": "#ffc85b",
            "font_style": null,
            "font_weight": null
          }
        },
        "terminal.background": "#202330",
        "terminal.foreground": "#FFF0F5",
        "terminal.bright_foreground": "#FFF0F5",
        "terminal.dim_foreground": "#9498a1",
        "terminal.ansi.black": "#202330",
        "terminal.ansi.bright_black": "#765d36",
        "terminal.ansi.dim_black": "#202330",
        "terminal.ansi.red": "#ff62a5",
        "terminal.ansi.bright_red": "#ff62a5",
        "terminal.ansi.dim_red": "#ff62a5",
        "terminal.ansi.green": "#3bc089",
        "terminal.ansi.bright_green": "#3bc089",
        "terminal.ansi.dim_green": "#3bc089",
        "terminal.ansi.yellow": "#d0963a",
        "terminal.ansi.bright_yellow": "#d0963a",
        "terminal.ansi.dim_yellow": "#d0963a",
        "terminal.ansi.blue": "#73b5d7",
        "terminal.ansi.bright_blue": "#73b5d7",
        "terminal.ansi.dim_blue": "#73b5d7",
        "terminal.ansi.magenta": "#fe7c8e",
        "terminal.ansi.bright_magenta": "#fe7c8e",
        "terminal.ansi.dim_magenta": "#fe7c8e",
        "terminal.ansi.cyan": "#6089B4",
        "terminal.ansi.bright_cyan": "#6089B4",
        "terminal.ansi.dim_cyan": "#6089B4",
        "terminal.ansi.white": "#ffffff",
        "terminal.ansi.bright_white": "#ffffff",
        "terminal.ansi.dim_white": "#9498a1",
        "background.appearance": "opaque"
      }
    }
  ],
  "id": "RS4i5tdzi5VPPyt77FwMm"
}