{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "claude-code-dark-daltonized",
  "vars": {
    "claude": "#FF9933",
    "claudeShimmer": "#FFB765",
    "autoAccept": "#AF87FF",
    "bashBorder": "#3399FF",
    "permission": "#99CCFF",
    "planMode": "#669999",
    "promptBorder": "#888888",
    "inactive": "#999999",
    "subtle": "#505050",
    "success": "#3399FF",
    "error": "#FF6666",
    "warning": "#FFCC00",
    "diffAddedWord": "#0077B3",
    "diffRemovedWord": "#B30000",
    "userMsgBg": "#373737",
    "selectionBg": "#264F78",
    "bashMsgBg": "#413C41"
  },
  "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": "#FFFFFF",
    "customMessageBg": "userMsgBg",
    "customMessageText": "#FFFFFF",
    "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": "#6A9955",
    "syntaxKeyword": "#569CD6",
    "syntaxFunction": "#DCDCAA",
    "syntaxVariable": "#9CDCFE",
    "syntaxString": "#CE9178",
    "syntaxNumber": "#B5CEA8",
    "syntaxType": "#4EC9B0",
    "syntaxOperator": "#D4D4D4",
    "syntaxPunctuation": "#808080",
    "thinkingOff": "promptBorder",
    "thinkingMinimal": "promptBorder",
    "thinkingLow": "promptBorder",
    "thinkingMedium": "promptBorder",
    "thinkingHigh": "promptBorder",
    "thinkingXhigh": "promptBorder",
    "thinkingMax": "promptBorder",
    "bashMode": "bashBorder"
  },
  "export": {
    "pageBg": "#1E1E1E",
    "cardBg": "#373737",
    "infoBg": "#413C41"
  }
}
