{
  "$schema": "https://raw.githubusercontent.com/O-Catui/Catui/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "warm",
  "vars": {
    "warmBrown": "#c4a574",
    "warmLight": "#d4a574",
    "warmBorder": "#a08060",
    "blue": "#5f87ff",
    "green": "#b5bd68",
    "red": "#cc6666",
    "yellow": "#d4a84b",
    "gray": "#808080",
    "dimGray": "#666666",
    "darkGray": "#505050",
    "accent": "warmBrown",
    "selectedBg": "#3d362a",
    "userMsgBg": "#2e2a24",
    "toolPendingBg": "#2a2820",
    "toolSuccessBg": "#2a3024",
    "toolErrorBg": "#3c2828",
    "customMsgBg": "#2d2838"
  },
  "colors": {
    "accent": "accent",
    "border": "warmBorder",
    "borderAccent": "warmLight",
    "borderMuted": "darkGray",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "gray",
    "dim": "dimGray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "selectedBg",
    "userMessageBg": "userMsgBg",
    "userMessageText": "warmLight",
    "customMessageBg": "customMsgBg",
    "customMessageText": "",
    "customMessageLabel": "#b8956b",
    "toolPendingBg": "toolPendingBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "",
    "toolOutput": "gray",
    "mdHeading": "warmLight",
    "mdLink": "#81a2be",
    "mdLinkUrl": "dimGray",
    "mdCode": "accent",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "gray",
    "mdQuote": "gray",
    "mdQuoteBorder": "gray",
    "mdHr": "gray",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#6A9955",
    "syntaxKeyword": "#569CD6",
    "syntaxFunction": "#DCDCAA",
    "syntaxVariable": "#9CDCFE",
    "syntaxString": "#CE9178",
    "syntaxNumber": "#B5CEA8",
    "syntaxType": "#4EC9B0",
    "syntaxOperator": "#D4D4D4",
    "syntaxPunctuation": "#D4D4D4",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "#6e6e6e",
    "thinkingLow": "#5f87af",
    "thinkingMedium": "warmBrown",
    "thinkingHigh": "#b294bb",
    "thinkingXhigh": "#d183e8",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#1a1814",
    "cardBg": "#242018",
    "infoBg": "#3c3728"
  }
}
