{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "tokyo-night",
  "vars": {
    "bg":          "#1a1b26",
    "bgDark":      "#16161e",
    "bgHighlight": "#292e42",
    "bgFloat":     "#1f2335",
    "fg":          "#c0caf5",
    "fgDark":      "#a9b1d6",
    "comment":     "#565f89",
    "dark3":       "#545c7e",
    "blue":        "#7aa2f7",
    "purple":      "#bb9af7",
    "cyan":        "#7dcfff",
    "teal":        "#73daca",
    "green":       "#9ece6a",
    "yellow":      "#e0af68",
    "orange":      "#ff9e64",
    "red":         "#f7768e"
  },
  "colors": {
    "accent":           "blue",
    "border":           "dark3",
    "borderAccent":     "blue",
    "borderMuted":      "bgHighlight",
    "success":          "teal",
    "error":            "red",
    "warning":          "yellow",
    "muted":            "comment",
    "dim":              "dark3",
    "text":             "",
    "thinkingText":     "comment",

    "selectedBg":       "bgHighlight",
    "userMessageBg":    "bgFloat",
    "userMessageText":  "",
    "customMessageBg":  "bgHighlight",
    "customMessageText": "",
    "customMessageLabel": "purple",
    "toolPendingBg":    "#1f2335",
    "toolSuccessBg":    "#1a2a1f",
    "toolErrorBg":      "#2a1a1f",
    "toolTitle":        "",
    "toolOutput":       "comment",

    "mdHeading":        "yellow",
    "mdLink":           "blue",
    "mdLinkUrl":        "comment",
    "mdCode":           "teal",
    "mdCodeBlock":      "green",
    "mdCodeBlockBorder": "dark3",
    "mdQuote":          "comment",
    "mdQuoteBorder":    "comment",
    "mdHr":             "dark3",
    "mdListBullet":     "blue",

    "toolDiffAdded":    "teal",
    "toolDiffRemoved":  "red",
    "toolDiffContext":  "comment",

    "syntaxComment":    "comment",
    "syntaxKeyword":    "purple",
    "syntaxFunction":   "blue",
    "syntaxVariable":   "fg",
    "syntaxString":     "green",
    "syntaxNumber":     "orange",
    "syntaxType":       "cyan",
    "syntaxOperator":   "cyan",
    "syntaxPunctuation": "fgDark",

    "thinkingOff":      "bgHighlight",
    "thinkingMinimal":  "dark3",
    "thinkingLow":      "teal",
    "thinkingMedium":   "blue",
    "thinkingHigh":     "purple",
    "thinkingXhigh":    "red",

    "bashMode":         "teal"
  },
  "export": {
    "pageBg":  "#16161e",
    "cardBg":  "#1a1b26",
    "infoBg":  "#2a2510"
  }
}
