{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "gruvbox-light",
  "vars": {
    "bg0h":    "#f9f5d7",
    "bg0":     "#fbf1c7",
    "bg1":     "#ebdbb2",
    "bg2":     "#d5c4a1",
    "bg3":     "#bdae93",
    "bg4":     "#a89984",
    "fg":      "#3c3836",
    "fg1":     "#504945",
    "fg2":     "#665c54",
    "fg3":     "#7c6f64",
    "red":     "#9d0006",
    "redB":    "#cc241d",
    "green":   "#79740e",
    "greenB":  "#98971a",
    "yellow":  "#b57614",
    "yellowB": "#d79921",
    "blue":    "#076678",
    "blueB":   "#458588",
    "purple":  "#8f3f71",
    "purpleB": "#b16286",
    "aqua":    "#427b58",
    "aquaB":   "#689d6a",
    "orange":  "#af3a03",
    "orangeB": "#d65d0e",
    "gray":    "#7c6f64"
  },
  "colors": {
    "accent":             "blue",
    "border":             "blueB",
    "borderAccent":       "orange",
    "borderMuted":        "bg3",
    "success":            "greenB",
    "error":              "red",
    "warning":            "orange",
    "muted":              "fg3",
    "dim":                "bg4",
    "text":               "",
    "thinkingText":       "fg1",

    "selectedBg":         "bg1",
    "userMessageBg":      "bg0h",
    "userMessageText":    "",
    "customMessageBg":    "bg1",
    "customMessageText":  "",
    "customMessageLabel": "blue",
    "toolPendingBg":      "bg0",
    "toolSuccessBg":      "#e5eedd",
    "toolErrorBg":        "#eeddd5",
    "toolTitle":          "blue",
    "toolOutput":         "",

    "mdHeading":          "orange",
    "mdLink":             "blueB",
    "mdLinkUrl":          "aquaB",
    "mdCode":             "aquaB",
    "mdCodeBlock":        "",
    "mdCodeBlockBorder":  "bg3",
    "mdQuote":            "fg1",
    "mdQuoteBorder":      "bg4",
    "mdHr":               "bg3",
    "mdListBullet":       "orange",

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

    "syntaxComment":      "gray",
    "syntaxKeyword":      "red",
    "syntaxFunction":     "greenB",
    "syntaxVariable":     "blueB",
    "syntaxString":       "yellowB",
    "syntaxNumber":       "purple",
    "syntaxType":         "yellow",
    "syntaxOperator":     "aquaB",
    "syntaxPunctuation":  "fg3",

    "thinkingOff":        "bg3",
    "thinkingMinimal":    "blueB",
    "thinkingLow":        "aquaB",
    "thinkingMedium":     "greenB",
    "thinkingHigh":       "orangeB",
    "thinkingXhigh":      "red",

    "bashMode":           "orangeB"
  }
}
