{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "onecode-light",
  "vars": {
    "clay": "#c05f38",
    "clayDeep": "#9c4a29",
    "surface": "#f0ebe5",
    "surfaceRaised": "#e4ddd4",
    "toolIdle": "#f2eee9",
    "toolOk": "#e8f0e4",
    "toolBad": "#f7e6e4",
    "gray": 240,
    "grayDim": 245,
    "green": "#4f7a3c",
    "red": "#b8342c",
    "amber": "#9a6b1f",
    "blue": "#33608c",
    "cyan": "#2f6f72",
    "violet": "#7a4f86"
  },
  "colors": {
    "accent": "clay",
    "border": "gray",
    "borderAccent": "clay",
    "borderMuted": "grayDim",
    "success": "green",
    "error": "red",
    "warning": "amber",
    "muted": "gray",
    "dim": "grayDim",
    "text": "",
    "thinkingText": "grayDim",
    "selectedBg": "surface",
    "scrollbarThumb": "surfaceRaised",
    "userMessageBg": "surface",
    "userMessageText": "",
    "customMessageBg": "surface",
    "customMessageText": "",
    "customMessageLabel": "clay",
    "toolPendingBg": "",
    "toolSuccessBg": "",
    "toolErrorBg": "toolBad",
    "toolTitle": "clay",
    "toolOutput": "",
    "mdHeading": "clay",
    "mdLink": "blue",
    "mdLinkUrl": "gray",
    "mdCode": "cyan",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "grayDim",
    "mdQuote": "gray",
    "mdQuoteBorder": "grayDim",
    "mdHr": "grayDim",
    "mdListBullet": "clay",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "grayDim",
    "syntaxKeyword": "clay",
    "syntaxFunction": "blue",
    "syntaxVariable": "amber",
    "syntaxString": "green",
    "syntaxNumber": "violet",
    "syntaxType": "cyan",
    "syntaxOperator": "clayDeep",
    "syntaxPunctuation": "gray",
    "thinkingOff": "grayDim",
    "thinkingMinimal": "gray",
    "thinkingLow": "cyan",
    "thinkingMedium": "blue",
    "thinkingHigh": "clay",
    "thinkingXhigh": "red",
    "thinkingMax": "violet",
    "bashMode": "amber"
  },
  "export": {
    "pageBg": "#faf7f3",
    "cardBg": "surface",
    "infoBg": "surfaceRaised"
  }
}
