{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "kcode-dark",
  "vars": {
    "text": "#d7dde3",
    "cyan": "#23b8c7",
    "blue": "#4f7fcf",
    "green": "#6dbb76",
    "red": "#d66a6a",
    "yellow": "#d6b45f",
    "gray": "#8b949e",
    "dimGray": "#5f6872",
    "darkGray": "#39414a",
    "accent": "#2fb7a2",
    "selectedBg": "#23343a",
    "userMsgBg": "#1f2a30",
    "toolPendingBg": "#202833",
    "toolSuccessBg": "#1f3026",
    "toolErrorBg": "#332326",
    "customMsgBg": "#242d38"
  },
  "colors": {
    "accent": "accent",
    "border": "blue",
    "borderAccent": "accent",
    "borderMuted": "darkGray",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "gray",
    "dim": "dimGray",
    "text": "text",
    "thinkingText": "gray",
    "selectedBg": "selectedBg",
    "userMessageBg": "userMsgBg",
    "userMessageText": "text",
    "customMessageBg": "customMsgBg",
    "customMessageText": "text",
    "customMessageLabel": "accent",
    "toolPendingBg": "toolPendingBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "text",
    "toolOutput": "gray",
    "mdHeading": "accent",
    "mdLink": "blue",
    "mdLinkUrl": "dimGray",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "darkGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "darkGray",
    "mdHr": "darkGray",
    "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": "dimGray",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "accent",
    "thinkingXhigh": "#d183e8",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#14191f",
    "cardBg": "#1b222a",
    "infoBg": "#272f35"
  }
}

