{
  "author": "himumi",
  "name": "Neovim-custom",
  "themes": [
    {
      "appearance": "dark",
      "name": "Neovim custom",
      "style": {
        "background": "#15171ce0",
        "border": "#4f5258",
        "border.disabled": "70",
        "border.focused": "#e0e2ea",
        "border.selected": "#e0e2ea",
        "border.transparent": "#00000000",
        "border.variant": "#2c2e33",
        "conflict": "#fce094",
        "conflict.background": "#2c2e33",
        "conflict.border": "#fce094",
        "created": "#b3f6c0",
        "created.background": "#2c2e33",
        "created.border": "#b3f6c0",
        "deleted": "#ffc0b9",
        "deleted.background": "#2c2e33",
        "deleted.border": "#ffc0b9",
        "drop_target.background": "#4f525880",
        "editor.active_line_number": "#e0e2ea",
        "editor.active_wrap_guide": "#4f525870",
        "editor.background": "#00000000",
        "editor.document_highlight.read_background": "#00000000",
        "editor.document_highlight.write_background": "#00000000",
        "editor.foreground": "#e0e2ea",
        "editor.gutter.background": "#00000000",
        "editor.highlighted_line.background": "#15171cb5",
        "editor.invisible": "#15171cb5",
        "editor.line_number": "#9b9ea4",
        "editor.subheader.background": null,
        "editor.wrap_guide": "#4f525850",
        "element.active": "#4f5258",
        "element.background": "#14161b",
        "element.disabled": "#14161b",
        "element.hover": "#2c2e33",
        "element.selected": "#4f5258",
        "elevated_surface.background": "#15171cb5",
        "error": "#ffc0b9",
        "error.background": "#2c2e33",
        "error.border": "#ffc0b9",
        "ghost_element.active": null,
        "ghost_element.background": null,
        "ghost_element.disabled": null,
        "ghost_element.hover": "#2c2e33",
        "ghost_element.selected": "#4f5258",
        "hidden": "#e0e2ea70",
        "hidden.background": "#2c2e33",
        "hidden.border": "#e0e2ea",
        "hint": "#4f5258",
        "hint.background": "#2c2e33",
        "hint.border": "",
        "icon": "#e0e2ea",
        "icon.accent": "#8cf8f7",
        "icon.disabled": "#e0e2ea70",
        "icon.muted": "#9b9ea4",
        "icon.placeholder": "#9b9ea4",
        "ignored": "#e0e2ea70",
        "ignored.background": "#2c2e33",
        "ignored.border": "#e0e2ea",
        "info": "#8cf8f7",
        "info.background": "#2c2e33",
        "info.border": "#8cf8f7",
        "link_text.hover": "#8cf8f7",
        "modified": "#fce094",
        "modified.background": "#2c2e33",
        "modified.border": "#fce094",
        "panel.background": "#00000000",
        "players": [
          {
            "background": "#e0e2ea",
            "cursor": "#e0e2ea"
          }
        ],
        "predictive": "#9b9ea4",
        "predictive.background": "#2c2e33",
        "predictive.border": "#9b9ea4",
        "renamed": "#8cf8f7",
        "renamed.background": "#2c2e33",
        "renamed.border": "#8cf8f7",
        "scrollbar.thumb.border": "#2c2e33",
        "scrollbar.thumb.hover_background": "#2c2e33",
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": "#14161b",
        "scrollbar.thumb.background": "#2c2e3380",
        "search.match_background": "#9b9ea4",
        "status_bar.background": "#15171c",
        "success": "#b3f6c0",
        "success.background": "#2c2e33",
        "success.border": "#b3f6c0",
        "surface.background": null,
        "syntax": {
          "attribute": {
            "color": "#e0e2ea"
          },
          "boolean": {
            "color": "#e0e2ea"
          },
          "character": {
            "color": "#e0e2ea"
          },
          "class": {
            "color": "#e0e2ea"
          },
          "comment": {
            "color": "#9b9ea4"
          },
          "comment.doc": {
            "color": "#9b9ea4"
          },
          "constant": {
            "color": "#e0e2ea"
          },
          "constant.builtin": {
            "color": "#8cf8f7"
          },
          "constructor": {
            "color": "#8cf8f7"
          },
          "decorator": {
            "color": "#e0e2ea"
          },
          "enum": {
            "color": "#e0e2ea"
          },
          "enum.member": {
            "color": "#e0e2ea"
          },
          "function": {
            "color": "#8cf8f7"
          },
          "hint": {
            "color": "#4f5258"
          },
          "interface": {
            "color": "#e0e2ea"
          },
          "keyword": {
            "color": "#e0e2ea",
            "font_weight": 900
          },
          "label": {
            "color": "#e0e2ea",
            "font_weight": 900
          },
          "macro": {
            "color": "#e0e2ea"
          },
          "markup": {
            "color": "#8cf8f7"
          },
          "markup.heading": {
            "color": "#e0e2ea"
          },
          "markup.link": {
            "font_style": "italic"
          },
          "method": {
            "color": "#8cf8f7"
          },
          "modifier": {
            "color": "#e0e2ea"
          },
          "module": {
            "color": "#e0e2ea"
          },
          "namespace": {
            "color": "#e0e2ea"
          },
          "number": {
            "color": "#e0e2ea"
          },
          "operator": {
            "color": "#e0e2ea"
          },
          "parameter": {
            "color": "#8cf8f7"
          },
          "preproc": {
            "color": "#e0e2ea"
          },
          "property": {
            "color": "#a6dbff"
          },
          "punctuation": {
            "color": "#e0e2ea"
          },
          "punctuation.bracket": {
            "color": "#e0e2ea"
          },
          "punctuation.delimiter": {
            "color": "#e0e2ea"
          },
          "punctuation.list_marker": {
            "color": "#e0e2ea"
          },
          "punctuation.special": {
            "color": "#8cf8f7"
          },
          "string": {
            "color": "#b3f6c0"
          },
          "string.escape": {
            "color": "#8cf8f7"
          },
          "string.regexp": {
            "color": "#8cf8f7"
          },
          "string.special": {
            "color": "#8cf8f7"
          },
          "string.special.symbol": {
            "color": "#8cf8f7"
          },
          "struct": {
            "color": "#e0e2ea"
          },
          "tag": {
            "color": "#8cf8f7"
          },
          "text.literal": {
            "color": "#b3f6c0"
          },
          "title": {
            "color": "#e0e2ea"
          },
          "type": {
            "color": "#8cf8f7"
          },
          "type.builtin": {
            "color": "#8cf8f7"
          },
          "variable": {
            "color": "#e0e2ea"
          },
          "variable.builtin": {
            "color": "#8cf8f7"
          },
          "variable.member": {
            "color": "#a6dbff"
          },
          "variable.special": {
            "color": "#8cf8f7"
          }
        },
        "tab.active_background": "#00000000",
        "tab.inactive_background": "#00000000",
        "tab_bar.background": "#00000000",
        "text": "#e0e2ea",
        "text.accent": "#8cf8f7",
        "text.disabled": "#e0e2ea70",
        "text.muted": "#9b9ea4",
        "text.placeholder": "#e0e2ea70",
        "title_bar.background": "#15171ce0",
        "toolbar.background": "#00000000",
        "unreachable": "#9b9ea4",
        "unreachable.background": "#2c2e33",
        "unreachable.border": "#9b9ea4",
        "warning": "#fce094",
        "warning.background": "#2c2e33",
        "warning.border": "#fce094",
        "background.appearance": "blurred",
        "terminal.background": "#00000000"
      }
    }
  ],
  "id": "CZ5rwv8SICk1QUZmCt0Dq"
}