{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "solarized-light",
  "vars": {
    "base3":    "#fdf6e3",
    "base2":    "#eee8d5",
    "base1":    "#93a1a1",
    "base0":    "#839496",
    "base00":   "#657b83",
    "base01":   "#586e75",
    "yellow":   "#b58900",
    "orange":   "#cb4b16",
    "red":      "#dc322f",
    "magenta":  "#d33682",
    "violet":   "#6c71c4",
    "blue":     "#268bd2",
    "cyan":     "#2aa198",
    "green":    "#859900"
  },
  "colors": {
    "accent":           "cyan",
    "border":           "blue",
    "borderAccent":     "cyan",
    "borderMuted":      "base1",
    "success":          "green",
    "error":            "red",
    "warning":          "yellow",
    "muted":            "base1",
    "dim":              "base0",
    "text":             "",
    "thinkingText":     "base1",

    "selectedBg":       "base2",
    "userMessageBg":    "#f5eed8",
    "userMessageText":  "",
    "customMessageBg":  "base2",
    "customMessageText": "",
    "customMessageLabel": "violet",
    "toolPendingBg":    "#e8eef5",
    "toolSuccessBg":    "#e5f0d0",
    "toolErrorBg":      "#f5e0d0",
    "toolTitle":        "",
    "toolOutput":       "base1",

    "mdHeading":        "yellow",
    "mdLink":           "blue",
    "mdLinkUrl":        "base1",
    "mdCode":           "cyan",
    "mdCodeBlock":      "green",
    "mdCodeBlockBorder": "base1",
    "mdQuote":          "base1",
    "mdQuoteBorder":    "base0",
    "mdHr":             "base0",
    "mdListBullet":     "cyan",

    "toolDiffAdded":    "green",
    "toolDiffRemoved":  "red",
    "toolDiffContext":  "base1",

    "syntaxComment":    "base1",
    "syntaxKeyword":    "green",
    "syntaxFunction":   "blue",
    "syntaxVariable":   "base00",
    "syntaxString":     "cyan",
    "syntaxNumber":     "magenta",
    "syntaxType":       "yellow",
    "syntaxOperator":   "blue",
    "syntaxPunctuation": "base00",

    "thinkingOff":      "base1",
    "thinkingMinimal":  "base0",
    "thinkingLow":      "blue",
    "thinkingMedium":   "cyan",
    "thinkingHigh":     "violet",
    "thinkingXhigh":    "magenta",

    "bashMode":         "green"
  },
  "export": {
    "pageBg":  "#fdf6e3",
    "cardBg":  "#eee8d5",
    "infoBg":  "#f5f0d0"
  }
}
