{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "rose-pine-dawn",
  "vars": {
    "accent": "#907aa9",
    "accent2": "#56949f",
    "green": "#286983",
    "red": "#b4637a",
    "yellow": "#ea9d34",
    "orange": "#d7827e",
    "purple": "#907aa9",
    "cyan": "#56949f",
    "textSoft": "#464261",
    "muted": "#797593",
    "dim": "#9893a5",
    "comment": "#9893a5",
    "borderMuted": "#9893a5",
    "thinkingMin": "#9893a5",
    "bgSelect": "#f2e9e1",
    "bgUser": "#faf4ed",
    "bgPending": "#f2e9e1",
    "bgSuccess": "#f2e9e1",
    "bgError": "#f2e9e1",
    "bgCustom": "#f2e9e1",
    "pageBg": "#fffaf3"
  },
  "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": "purple",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "orange",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "purple",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "accent",
    "syntaxVariable": "textSoft",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan",
    "syntaxOperator": "accent2",
    "syntaxPunctuation": "dim",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "thinkingMin",
    "thinkingLow": "accent",
    "thinkingMedium": "accent2",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#faf4ed",
    "cardBg": "#fffaf3",
    "infoBg": "#f2e9e1"
  }
}
