{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "arcoiris-refined",
  "vars": {
    "background": "#201f1e",
    "foreground": "#eee4d9",
    "cyan": "#63fad5",
    "blue": "#518bfc",
    "magenta": "#e37bd9",
    "green": "#12c258",
    "yellow": "#ffc656",
    "selection": "#25524a",
    "muted": "#a99f96",
    "dim": "#756e68",
    "red": "#ff7b72"
  },
  "colors": {
    "accent": "cyan",
    "border": "#756e68",
    "borderAccent": "cyan",
    "borderMuted": "#4b4743",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "foreground",
    "thinkingText": "muted",
    "selectedBg": "selection",
    "userMessageBg": "#292725",
    "userMessageText": "foreground",
    "customMessageBg": "#292725",
    "customMessageText": "foreground",
    "customMessageLabel": "cyan",
    "toolPendingBg": "#292725",
    "toolSuccessBg": "#203629",
    "toolErrorBg": "#392525",
    "toolTitle": "blue",
    "toolOutput": "foreground",
    "mdHeading": "cyan",
    "mdLink": "blue",
    "mdLinkUrl": "muted",
    "mdCode": "yellow",
    "mdCodeBlock": "foreground",
    "mdCodeBlockBorder": "#756e68",
    "mdQuote": "muted",
    "mdQuoteBorder": "magenta",
    "mdHr": "#756e68",
    "mdListBullet": "magenta",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "dim",
    "syntaxKeyword": "magenta",
    "syntaxFunction": "blue",
    "syntaxVariable": "cyan",
    "syntaxString": "green",
    "syntaxNumber": "yellow",
    "syntaxType": "blue",
    "syntaxOperator": "magenta",
    "syntaxPunctuation": "muted",
    "thinkingOff": "dim",
    "thinkingMinimal": "muted",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "magenta",
    "thinkingXhigh": "yellow",
    "bashMode": "yellow"
  },
  "export": {
    "pageBg": "#201f1e",
    "cardBg": "#292725",
    "infoBg": "#203629"
  }
}
