{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "gruvbox-dark",
  "vars": {
    "bgH":    "#1d2021",
    "bg0":    "#282828",
    "bg1":    "#3c3836",
    "bg2":    "#504945",
    "bg3":    "#665c54",
    "bg4":    "#7c6f64",
    "gray":   "#928374",
    "fg4":    "#a89984",
    "fg1":    "#ebdbb2",
    "red":    "#fb4934",
    "orange": "#fe8019",
    "yellow": "#fabd2f",
    "green":  "#b8bb26",
    "aqua":   "#8ec07c",
    "blue":   "#83a598",
    "purple": "#d3869b",
    "nBlue":  "#458588",
    "nAqua":  "#689d6a"
  },
  "colors": {
    "accent":           "orange",
    "border":           "nBlue",
    "borderAccent":     "blue",
    "borderMuted":      "bg2",
    "success":          "green",
    "error":            "red",
    "warning":          "yellow",
    "muted":            "gray",
    "dim":              "bg4",
    "text":             "",
    "thinkingText":     "gray",

    "selectedBg":       "bg1",
    "userMessageBg":    "bgH",
    "userMessageText":  "",
    "customMessageBg":  "bg1",
    "customMessageText": "",
    "customMessageLabel": "purple",
    "toolPendingBg":    "#282830",
    "toolSuccessBg":    "#282e20",
    "toolErrorBg":      "#302020",
    "toolTitle":        "",
    "toolOutput":       "gray",

    "mdHeading":        "yellow",
    "mdLink":           "blue",
    "mdLinkUrl":        "bg4",
    "mdCode":           "aqua",
    "mdCodeBlock":      "green",
    "mdCodeBlockBorder": "bg4",
    "mdQuote":          "gray",
    "mdQuoteBorder":    "gray",
    "mdHr":             "bg3",
    "mdListBullet":     "orange",

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

    "syntaxComment":    "bg4",
    "syntaxKeyword":    "red",
    "syntaxFunction":   "green",
    "syntaxVariable":   "blue",
    "syntaxString":     "yellow",
    "syntaxNumber":     "purple",
    "syntaxType":       "yellow",
    "syntaxOperator":   "orange",
    "syntaxPunctuation": "fg4",

    "thinkingOff":      "bg2",
    "thinkingMinimal":  "bg3",
    "thinkingLow":      "nBlue",
    "thinkingMedium":   "blue",
    "thinkingHigh":     "orange",
    "thinkingXhigh":    "red",

    "bashMode":         "nAqua"
  },
  "export": {
    "pageBg":  "#1d2021",
    "cardBg":  "#282828",
    "infoBg":  "#3c3218"
  }
}
