{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "killeros",
  "vars": {
    "coral": "#d77757",
    "coralBright": "#e58b6d",
    "commandBlue": "#78a9ff",
    "canvas": "#0a0a0a",
    "surface": "#121212",
    "surfaceRaised": "#1a1a1a",
    "line": "#404040",
    "lineMuted": "#2e2e2e",
    "text": "#f2f2f2",
    "muted": "#adadad",
    "dim": "#808080",
    "success": "#8fa88b",
    "error": "#c8786c",
    "warning": "#bda36c",
    "pink": "#b98aa5"
  },
  "colors": {
    "accent": "coral",
    "border": "line",
    "borderAccent": "coral",
    "borderMuted": "lineMuted",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",

    "selectedBg": "surfaceRaised",
    "userMessageBg": "surface",
    "userMessageText": "text",
    "customMessageBg": "surface",
    "customMessageText": "text",
    "customMessageLabel": "coralBright",
    "toolPendingBg": "surface",
    "toolSuccessBg": "surface",
    "toolErrorBg": "surface",
    "toolTitle": "coralBright",
    "toolOutput": "muted",

    "mdHeading": "coralBright",
    "mdLink": "commandBlue",
    "mdLinkUrl": "dim",
    "mdCode": "coralBright",
    "mdCodeBlock": "text",
    "mdCodeBlockBorder": "lineMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "line",
    "mdHr": "line",
    "mdListBullet": "coral",

    "toolDiffAdded": "success",
    "toolDiffRemoved": "error",
    "toolDiffContext": "muted",

    "syntaxComment": "dim",
    "syntaxKeyword": "coralBright",
    "syntaxFunction": "#c9a48d",
    "syntaxVariable": "#b7c0c8",
    "syntaxString": "#a9b78d",
    "syntaxNumber": "#c5a77a",
    "syntaxType": "#a3afb8",
    "syntaxOperator": "muted",
    "syntaxPunctuation": "muted",

    "thinkingOff": "dim",
    "thinkingMinimal": "#927f74",
    "thinkingLow": "#a27b6a",
    "thinkingMedium": "#b27762",
    "thinkingHigh": "coral",
    "thinkingXhigh": "#d58272",
    "thinkingMax": "pink",

    "bashMode": "warning"
  },
  "export": {
    "pageBg": "#0a0a0a",
    "cardBg": "#121212",
    "infoBg": "#1a1a1a"
  }
}
