{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "gruvbox-dark",
  "vars": {
    "bg0h":    "#1d2021",
    "bg0":     "#282828",
    "bg1":     "#3c3836",
    "bg2":     "#504945",
    "bg3":     "#665c54",
    "bg4":     "#7c6f64",
    "fg":      "#ebdbb2",
    "fg1":     "#d5c4a1",
    "fg2":     "#bdae93",
    "fg3":     "#a89984",
    "red":     "#cc241d",
    "redB":    "#fb4934",
    "green":   "#98971a",
    "greenB":  "#b8bb26",
    "yellow":  "#d79921",
    "yellowB": "#fabd2f",
    "blue":    "#458588",
    "blueB":   "#83a598",
    "purple":  "#b16286",
    "purpleB": "#d3869b",
    "aqua":    "#689d6a",
    "aquaB":   "#8ec07c",
    "orange":  "#d65d0e",
    "orangeB": "#fe8019",
    "gray":    "#928374"
  },
  "colors": {
    "accent":             "yellowB",
    "border":             "yellowB",
    "borderAccent":       "orangeB",
    "borderMuted":        "bg3",
    "success":            "greenB",
    "error":              "redB",
    "warning":            "orangeB",
    "muted":              "fg3",
    "dim":                "bg4",
    "text":               "",
    "thinkingText":       "fg2",

    "selectedBg":         "bg1",
    "userMessageBg":      "bg0h",
    "userMessageText":    "",
    "customMessageBg":    "bg1",
    "customMessageText":  "",
    "customMessageLabel": "yellowB",
    "toolPendingBg":      "bg0",
    "toolSuccessBg":      "#252d20",
    "toolErrorBg":        "#2d2020",
    "toolTitle":          "yellowB",
    "toolOutput":         "",

    "mdHeading":          "yellowB",
    "mdLink":             "blueB",
    "mdLinkUrl":          "aquaB",
    "mdCode":             "aquaB",
    "mdCodeBlock":        "",
    "mdCodeBlockBorder":  "bg3",
    "mdQuote":            "fg2",
    "mdQuoteBorder":      "bg4",
    "mdHr":               "bg3",
    "mdListBullet":       "orangeB",

    "toolDiffAdded":      "greenB",
    "toolDiffRemoved":    "redB",
    "toolDiffContext":    "fg3",

    "syntaxComment":      "gray",
    "syntaxKeyword":      "redB",
    "syntaxFunction":     "greenB",
    "syntaxVariable":     "blueB",
    "syntaxString":       "yellowB",
    "syntaxNumber":       "purpleB",
    "syntaxType":         "yellowB",
    "syntaxOperator":     "aquaB",
    "syntaxPunctuation":  "fg3",

    "thinkingOff":        "bg3",
    "thinkingMinimal":    "yellowB",
    "thinkingLow":        "blueB",
    "thinkingMedium":     "aquaB",
    "thinkingHigh":       "orangeB",
    "thinkingXhigh":      "redB",

    "bashMode":           "orangeB"
  }
}
