{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "crimson-noir",
  "vars": {
    "accent": "#ff4d6d",
    "accent2": "#ff8fa3",
    "green": "#7bd88f",
    "red": "#ff3355",
    "yellow": "#ffd166",
    "orange": "#ff8c42",
    "purple": "#c77dff",
    "cyan": "#ff9fb2",
    "textSoft": "#ffd6dc",
    "muted": "#d79aa5",
    "dim": "#a45f6b",
    "comment": "#8a3f4d",
    "borderMuted": "#6e2a35",
    "thinkingMin": "#9b4c5a",
    "bgSelect": "#2a0b12",
    "bgUser": "#16060a",
    "bgPending": "#100307",
    "bgSuccess": "#0c1d13",
    "bgError": "#2b0710",
    "bgCustom": "#220811",
    "pageBg": "#070103"
  },
  "colors": {
    "accent": "accent",
    "border": "accent",
    "borderAccent": "accent2",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgSelect",
    "userMessageBg": "bgUser",
    "userMessageText": "textSoft",
    "customMessageBg": "bgCustom",
    "customMessageText": "textSoft",
    "customMessageLabel": "accent2",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "accent2",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "orange",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "accent",
    "syntaxFunction": "accent2",
    "syntaxVariable": "textSoft",
    "syntaxString": "orange",
    "syntaxNumber": "yellow",
    "syntaxType": "cyan",
    "syntaxOperator": "accent",
    "syntaxPunctuation": "muted",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "thinkingMin",
    "thinkingLow": "accent2",
    "thinkingMedium": "accent",
    "thinkingHigh": "red",
    "thinkingXhigh": "yellow",
    "bashMode": "red"
  },
  "export": {
    "pageBg": "#070103",
    "cardBg": "#16060a",
    "infoBg": "#220811"
  }
}
