{
  "palette": {
    "gray": {
      "l1": "#86878c",
      "l2": "#939498",
      "l3": "#a0a1a4",
      "l4": "#adaeb1",
      "l5": "#c5c5c8"
    },
    "red": {
      "l1": "#e5474f",
      "l2": "#f07171",
      "l3": "#f28886",
      "l4": "#f49d9a",
      "l5": "#f6b1ae"
    },
    "pink": {
      "l1": "#e24e37",
      "l2": "#ec6a53",
      "l3": "#ef8774",
      "l4": "#f2a191",
      "l5": "#f5b3a6"
    },
    "orange": {
      "l1": "#cf6610",
      "l2": "#e77316",
      "l3": "#fa8532",
      "l4": "#fe9b5d",
      "l5": "#ffb183"
    },
    "peach": {
      "l1": "#b87734",
      "l2": "#ce863d",
      "l3": "#e59645",
      "l4": "#f3a455",
      "l5": "#f9b677"
    },
    "yellow": {
      "l1": "#b37c00",
      "l2": "#c58900",
      "l3": "#d89600",
      "l4": "#eba400",
      "l5": "#ffb62b"
    },
    "green": {
      "l1": "#719700",
      "l2": "#7ba500",
      "l3": "#86b300",
      "l4": "#95c702",
      "l5": "#a5dc04"
    },
    "teal": {
      "l1": "#3b9b7c",
      "l2": "#44ad8a",
      "l3": "#4cbf99",
      "l4": "#54d0a7",
      "l5": "#5ce1b5"
    },
    "indigo": {
      "l1": "#4393ae",
      "l2": "#4ca3c1",
      "l3": "#55b4d4",
      "l4": "#60c5e7",
      "l5": "#75d5f6"
    },
    "blue": {
      "l1": "#1a91cd",
      "l2": "#22a4e6",
      "l3": "#3fb3f4",
      "l4": "#63c1fb",
      "l5": "#88cffd"
    },
    "purple": {
      "l1": "#9d6fc8",
      "l2": "#a37acc",
      "l3": "#b190d4",
      "l4": "#c0a6dd",
      "l5": "#cfbce5"
    }
  },
  /** Syntax highlighting colors */
  "syntax": {
    /** HTML/XML tags, CSS selectors */
    "tag": "#55b4d4",
    /** Function names and calls */
    "func": "#eba400",
    /** Class names, types, modules */
    "entity": "#22a4e6",
    /** String literals */
    "string": "#86b300",
    /** Regular expressions */
    "regexp": "#4cbf99",
    /** Markup elements (bold, italic, headings) */
    "markup": "#f07171",
    /** Language keywords (if, else, return) */
    "keyword": "#fa8532",
    /** Special values (this, self, super) */
    "special": "#e59645",
    /** Code comments */
    "comment": "#adaeb1",
    /** Constants and numbers */
    "constant": "#a37acc",
    /** Operators (+, -, =, etc.) */
    "operator": "#f2a191"
  },
  "terminal": {
    "black": "#86878c",
    "red": "#f07171",
    "green": "#86b300",
    "yellow": "#eba400",
    "blue": "#22a4e6",
    "magenta": "#a37acc",
    "cyan": "#4cbf99",
    "white": "#adaeb1",
    "brightBlack": "#939498",
    "brightRed": "#f07171",
    "brightGreen": "#86b300",
    "brightYellow": "#eba400",
    "brightBlue": "#22a4e6",
    "brightMagenta": "#a37acc",
    "brightCyan": "#4cbf99",
    "brightWhite": "#c5c5c8"
  },
  "vcs": {
    "added": "#6cbf43",
    "modified": "#478acc",
    "removed": "#ff7383"
  },
  "surface": {
    "sunk": "#ebeef0",
    "base": "#f8f9fa",
    "lift": "#fcfcfc",
    "over": "#ffffff"
  },
  "editor": {
    "fg": "#5c6166",
    "selection": {
      "active": "#035bd626",
      "inactive": "#035bd612"
    },
    "findMatch": {
      "active": "#ffe294",
      "inactive": "#ffe29480"
    },
    "lineNumber": {
      "active": "#828e9fcc",
      "normal": "#828e9f66"
    },
    "indentGuide": {
      "active": "#828e9f59",
      "normal": "#828e9f2e"
    },
    "bg": "#fcfcfc",
    "line": "#828e9f1a"
  },
  "ui": {
    "fg": "#828e9f",
    "line": "#6b7d8f1f",
    "selection": {
      "active": "#6b7d8f24",
      "normal": "#6b7d8f1f"
    },
    "panel": {
      "bg": "#fafafa",
      "shadow": "#6b7d8f12"
    },
    "popup": {
      "bg": "#ffffff",
      "shadow": "#6b7d8f1a"
    },
    "bg": "#f8f9fa"
  },
  "common": {
    "accent": {
      "tint": "#f29718",
      "on": "#7e4b01"
    },
    "error": "#e65050"
  }
}
