{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "claude-code-light",
  "vars": {
    "claude": "#D77757",
    "claudeShimmer": "#F59575",
    "autoAccept": "#8700FF",
    "bashBorder": "#FF0087",
    "permission": "#5769F7",
    "planMode": "#006666",
    "promptBorder": "#999999",
    "inactive": "#666666",
    "subtle": "#AFAFAF",
    "success": "#2C7A39",
    "error": "#AB2B3F",
    "warning": "#966C1E",
    "diffAddedWord": "#2F9D44",
    "diffRemovedWord": "#D1454B",
    "userMsgBg": "#F0F0F0",
    "selectionBg": "#B4D5FF",
    "bashMsgBg": "#FAF5FA"
  },
  "colors": {
    "accent": "permission",
    "border": "subtle",
    "borderAccent": "claude",
    "borderMuted": "promptBorder",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "inactive",
    "dim": "subtle",
    "text": "",
    "thinkingText": "inactive",
    "selectedBg": "selectionBg",
    "scrollbarThumb": "selectionBg",
    "searchMatchBg": "selectionBg",
    "searchMatchText": "",
    "userMessageBg": "userMsgBg",
    "userMessageText": "#000000",
    "customMessageBg": "userMsgBg",
    "customMessageText": "#000000",
    "customMessageLabel": "claudeShimmer",
    "toolPendingBg": "bashMsgBg",
    "toolSuccessBg": "bashMsgBg",
    "toolErrorBg": "bashMsgBg",
    "toolTitle": "claude",
    "toolOutput": "inactive",
    "mdHeading": "",
    "mdLink": 4,
    "mdLinkUrl": "subtle",
    "mdCode": "permission",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "subtle",
    "mdQuote": "",
    "mdQuoteBorder": "subtle",
    "mdHr": "subtle",
    "mdListBullet": "",
    "toolDiffAdded": "diffAddedWord",
    "toolDiffRemoved": "diffRemovedWord",
    "toolDiffContext": "inactive",
    "syntaxComment": "#6A737D",
    "syntaxKeyword": "#D73A49",
    "syntaxFunction": "#6F42C1",
    "syntaxVariable": "#005CC5",
    "syntaxString": "#032F62",
    "syntaxNumber": "#005CC5",
    "syntaxType": "#22863A",
    "syntaxOperator": "#24292E",
    "syntaxPunctuation": "#6A737D",
    "thinkingOff": "promptBorder",
    "thinkingMinimal": "promptBorder",
    "thinkingLow": "promptBorder",
    "thinkingMedium": "promptBorder",
    "thinkingHigh": "promptBorder",
    "thinkingXhigh": "promptBorder",
    "thinkingMax": "promptBorder",
    "bashMode": "bashBorder"
  },
  "export": {
    "pageBg": "#FFFFFF",
    "cardBg": "#F0F0F0",
    "infoBg": "#FAF5FA"
  }
}
