{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "xcode-dark-hc",
  "vars": {
    "bg": "#1f1f24",
    "fg": "#ffffff",
    "gray": "#838991",
    "darkGray": "#2e2e33",
    "accent": "#b1faeb",
    "accentDark": "#7fc8b9",
    "accentMid": "#d8fcf5",
    "secondary": "#4ec4e6",
    "white": "#ffffff",
    "panel": "#242429",
    "panelAlt": "#27272c",
    "panelSuccess": "#26282e",
    "panelError": "#2f2b2b",
    "panelInfo": "#29292e",
    "success": "#6bdfff",
    "error": "#ffa14f",
    "warning": "#e5e57f",
    "diffAdded": "#c6f2ff",
    "diffRemoved": "#ffd7b5",
    "diffContext": "#e8e9eb"
  },
  "colors": {
    "accent": "accent",
    "border": "gray",
    "borderAccent": "accent",
    "borderMuted": "darkGray",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "gray",
    "dim": "gray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "panelInfo",
    "userMessageBg": "panel",
    "userMessageText": "",
    "customMessageBg": "panelAlt",
    "customMessageText": "",
    "customMessageLabel": "accent",
    "toolPendingBg": "panelAlt",
    "toolSuccessBg": "panelSuccess",
    "toolErrorBg": "panelError",
    "toolTitle": "white",
    "toolOutput": "fg",
    "mdHeading": "white",
    "mdLink": "secondary",
    "mdLinkUrl": "gray",
    "mdCode": "accent",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "accentDark",
    "mdQuote": "gray",
    "mdQuoteBorder": "gray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "diffAdded",
    "toolDiffRemoved": "diffRemoved",
    "toolDiffContext": "diffContext",
    "syntaxComment": "gray",
    "syntaxKeyword": "accent",
    "syntaxFunction": "secondary",
    "syntaxVariable": "fg",
    "syntaxString": "success",
    "syntaxNumber": "warning",
    "syntaxType": "white",
    "syntaxOperator": "error",
    "syntaxPunctuation": "gray",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "gray",
    "thinkingLow": "accentDark",
    "thinkingMedium": "accentMid",
    "thinkingHigh": "accent",
    "thinkingXhigh": "white",
    "bashMode": "accent"
  },
  "export": {
    "pageBg": "#1f1f24",
    "cardBg": "#242429",
    "infoBg": "#29292e"
  }
}
