{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "gruvbox-dark",
  "vars": {
    "accent": "#83a598",
    "accent2": "#8ec07c",
    "green": "#b8bb26",
    "red": "#fb4934",
    "yellow": "#fabd2f",
    "orange": "#fe8019",
    "purple": "#d3869b",
    "cyan": "#8ec07c",
    "textSoft": "#ebdbb2",
    "muted": "#d5c4a1",
    "dim": "#bdae93",
    "comment": "#928374",
    "borderMuted": "#665c54",
    "thinkingMin": "#7c6f64",
    "bgSelect": "#3c3836",
    "bgUser": "#282828",
    "bgPending": "#1d2021",
    "bgSuccess": "#3c3836",
    "bgError": "#3c3836",
    "bgCustom": "#3c3836",
    "pageBg": "#1d2021"
  },
  "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": "#1d2021",
    "cardBg": "#282828",
    "infoBg": "#3c3836"
  }
}
