{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Pastelized",
  "author": "robclu",
  "themes": [
    {
      "name": "Pastelized Pro",
      "appearance": "dark",
      "style": {
        "border": "#4d4d4d",
        "border.variant": "#23272e",
        "border.focused": "#23272e",
        "border.selected": "#23272e",
        "border.transparent": "#23272e",
        "border.disabled": "#23272e",
        "elevated_surface.background": "#282A36",
        "surface.background": "#282A36",
        "background": "#282A36",
        "element.background": "#3c3e4d",
        "element.hover": "#55576a",
        "element.active": "#3c3e4d",
        "element.selected": "#535a68",
        "element.disabled": "#404754",
        "ghost_element.hover": "#2c313a",
        "ghost_element.selected": "#2c313a",
        "panel.text": "#cdd3e0",
        "panel.text.ignored": "#555b66",
        "ignored": "#555b66",
        "text": "#bdcacc",
        "text.muted": "#869294",
        "text.placeholder": "#787f8a",
        "text.disabled": "#6d7687",
        "text.accent": "#74d0f8",
        "icon": "#7965f4",
        "icon.muted": "#636d83",
        "icon.disabled": "#b3a9f7",
        "icon.placeholder": "#636d83",
        "icon.accent": "#96f8ae",
        "status_bar.background": "#282A36",
        "title_bar.background": "#282A36",
        "toolbar.background": "#282A36",
        "tab_bar.background": "#282A36",
        "tab.inactive_background": "#282A36",
        "tab.active_background": "#1e202a",
        "search.match_background": "#d19a6644",
        "panel.background": "#282A36",
        "scrollbar.thumb.background": "#4e566680",
        "scrollbar.thumb.hover_background": "#5a6375",
        "scrollbar.thumb.border": "#4d4d4d",
        "scrollbar.track.background": "#23272e",
        "editor.foreground": "#7e889b",
        "editor.background": "#282A36",
        "editor.gutter.background": "#282A36",
        "editor.active_line.background": "#2c313c",
        "editor.line_number": "#495162",
        "editor.active_line_number": "#b66cf0",
        "editor.wrap_guide": "#3e4452",
        "editor.active_wrap_guide": "#3e4452",
        "editor.document_highlight.read_background": "#555a6345",
        "editor.document_highlight.write_background": "#555a6345",
        "editor.document_highlight.bracket_background": "#abb2bf30",
        "terminal.background": "#282A36",
        "terminal.ansi.black": "#ff79c6",
        "terminal.ansi.bright_black": "#ff92d0",
        "terminal.ansi.red": "#67fb8d",
        "terminal.ansi.bright_red": "#6df298",
        "terminal.ansi.green": "#f1fa8c",
        "terminal.ansi.bright_green": "#f4f99d",
        "terminal.ansi.yellow": "#cfb1fb",
        "terminal.ansi.bright_yellow": "#b98df8",
        "terminal.ansi.blue": "#fd758a",
        "terminal.ansi.bright_blue": "#f84468",
        "terminal.ansi.magenta": "#8be9fd",
        "terminal.ansi.bright_magenta": "#9aedfe",
        "terminal.ansi.cyan": "#f8f8f2",
        "terminal.ansi.bright_cyan": "#f8f8f2",
        "terminal.ansi.white": "#2c2d34",
        "terminal.ansi.bright_white": "#626483",
        "created": "#a7f5a3",
        "deleted": "#ff7e89",
        "modified": "#64b9ef",
        "error": "#ff6860",
        "error.background": "#1e2227",
        "error.border": "#ff6860",
        "hint": "#a9edf0",
        "hint.background": "#1e2227",
        "hint.border": "#a9edf0",
        "warning": "#e1f895",
        "warning.background": "#1e2227",
        "warning.border": "#e1f895",
        "predictive": "#4d5970",
        "players": [
          {
            "cursor": "#74ade8ff",
            "background": "#74ade8ff",
            "selection": "#67769640"
          },
          {
            "cursor": "#be5046ff",
            "background": "#be5046ff",
            "selection": "#be504640"
          },
          {
            "cursor": "#bf956aff",
            "background": "#bf956aff",
            "selection": "#bf956a40"
          },
          {
            "cursor": "#b477cfff",
            "background": "#b477cfff",
            "selection": "#b477cf40"
          },
          {
            "cursor": "#6eb4bfff",
            "background": "#6eb4bfff",
            "selection": "#6eb4bf40"
          },
          {
            "cursor": "#d07277ff",
            "background": "#d07277ff",
            "selection": "#d0727740"
          },
          {
            "cursor": "#dec184ff",
            "background": "#dec184ff",
            "selection": "#dec18440"
          },
          {
            "cursor": "#a1c181ff",
            "background": "#a1c181ff",
            "selection": "#a1c18140"
          }
        ],
        "syntax": {
          "comment": {
            "color": "#595b70"
          },
          "comment.doc": {
            "color": "#595b70"
          },
          "attribute": {
            "color": "#f0f4a2"
          },
          "boolean": {
            "color": "#ef67e9"
          },
          "constant": {
            "color": "#c6f471"
          },
          "constructor": {
            "color": "#FC85D1"
          },
          "embedded": {
            "color": "#abb2bf"
          },
          "emphasis": {
            "color": "#c678dd"
          },
          "enum": {
            "color": "#E36FFA"
          },
          "function": {
            "color": "#55A7FF"
          },
          "keyword": {
            "color": "#9EEFC0"
          },
          "keyword.operator": {
            "color": "#c678dd"
          },
          "link_text": {
            "color": "#61afef"
          },
          "link_uri": {
            "color": "#61afef"
          },
          "number": {
            "color": "#C96BFF"
          },
          "operator": {
            "color": "#abb2bf"
          },
          "predictive": {
            "color": "#4d5970",
            "font_style": "italic"
          },
          "property": {
            "color": "#55A7FF"
          },
          "punctuation": {
            "color": "#abb2bf"
          },
          "punctuation.list_marker": {
            "color": "#F3B9FB"
          },
          "string": {
            "color": "#F3B9FB"
          },
          "string.escape": {
            "color": "#5cd9e9"
          },
          "string.regex": {
            "color": "#F3B9FB"
          },
          "string.special": {
            "color": "#F3B9FB"
          },
          "string.special.symbol": {
            "color": "#fc51b8"
          },
          "tag": {
            "color": "#ec6dfd"
          },
          "text.literal": {
            "color": "#e857fb"
          },
          "title": {
            "color": "#87e7af"
          },
          "type": {
            "color": "#FC85D1"
          },
          "variable": {
            "color": "#72D1FD"
          },
          "variable.special": {
            "color": "#72D1FD"
          },
          "variant": {
            "color": "#72D1FD"
          },
          "preproc": {
            "color": "#C96BFF",
            "font_style": null,
            "font_weight": null
          }
        }
      }
    }
  ],
  "id": "bpub8pjQddApH8cDRgLqI"
}