{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "gruvbox-light",
  "vars": {
    "accent": "#076678",
    "accent2": "#427b58",
    "green": "#79740e",
    "red": "#9d0006",
    "yellow": "#b57614",
    "orange": "#af3a03",
    "purple": "#8f3f71",
    "cyan": "#427b58",
    "textSoft": "#3c3836",
    "muted": "#504945",
    "dim": "#665c54",
    "comment": "#928374",
    "borderMuted": "#bdae93",
    "thinkingMin": "#7c6f64",
    "bgSelect": "#d5c4a1",
    "bgUser": "#fbf1c7",
    "bgPending": "#f2e5bc",
    "bgSuccess": "#ebdbb2",
    "bgError": "#ebdbb2",
    "bgCustom": "#ebdbb2",
    "pageBg": "#f9f5d7"
  },
  "colors": {
    "accent": "accent",
    "border": "accent",
    "borderAccent": "accent2",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgSelect",
    "userMessageBg": "bgUser",
    "userMessageText": "textSoft",
    "customMessageBg": "bgCustom",
    "customMessageText": "textSoft",
    "customMessageLabel": "purple",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "orange",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "purple",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "accent",
    "syntaxVariable": "textSoft",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan",
    "syntaxOperator": "accent2",
    "syntaxPunctuation": "dim",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "thinkingMin",
    "thinkingLow": "accent",
    "thinkingMedium": "accent2",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#f9f5d7",
    "cardBg": "#fbf1c7",
    "infoBg": "#ebdbb2"
  }
}
