{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "cockpit-minimal",
  "vars": {
    "accent": "#79b8ff", "blue": "#79b8ff", "blueSoft": "#a9c9ed", "green": "#8bd49c", "pink": "#efa7c5",
    "white": "#f2f5f7", "lightGray": "#b8c0ca", "dim": "#7d8794", "border": "#66717f",
    "selected": "#242d37", "message": "#1b2128", "pending": "#20272f", "successBg": "#1c2b23", "errorBg": "#272b30"
  },
  "colors": {
    "accent": "accent", "border": "border", "borderAccent": "blue", "borderMuted": "border",
    "success": "green", "error": "pink", "warning": "blueSoft", "muted": "lightGray", "dim": "dim", "text": "white", "thinkingText": "lightGray",
    "selectedBg": "selected", "userMessageBg": "message", "userMessageText": "white", "customMessageBg": "message", "customMessageText": "white", "customMessageLabel": "pink",
    "toolPendingBg": "pending", "toolSuccessBg": "successBg", "toolErrorBg": "errorBg", "toolTitle": "white", "toolOutput": "lightGray",
    "mdHeading": "white", "mdLink": "blue", "mdLinkUrl": "dim", "mdCode": "blue", "mdCodeBlock": "white", "mdCodeBlockBorder": "border",
    "mdQuote": "lightGray", "mdQuoteBorder": "border", "mdHr": "border", "mdListBullet": "green",
    "toolDiffAdded": "green", "toolDiffRemoved": "pink", "toolDiffContext": "dim",
    "syntaxComment": "dim", "syntaxKeyword": "pink", "syntaxFunction": "blue", "syntaxVariable": "blueSoft", "syntaxString": "green",
    "syntaxNumber": "blueSoft", "syntaxType": "blue", "syntaxOperator": "white", "syntaxPunctuation": "lightGray",
    "thinkingOff": "lightGray", "thinkingMinimal": "lightGray", "thinkingLow": "lightGray", "thinkingMedium": "lightGray", "thinkingHigh": "lightGray", "thinkingXhigh": "lightGray", "thinkingMax": "lightGray",
    "bashMode": "lightGray"
  },
  "export": { "pageBg": "#111418", "cardBg": "#181d23", "infoBg": "#202832" }
}
