{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "tokyo-night",
  "vars": {
    "fg": "#c0caf5",
    "comment": "#565f89",
    "dim": "#414868",
    "blue": "#7aa2f7",
    "cyan": "#7dcfff",
    "green": "#9ece6a",
    "orange": "#ff9e64",
    "yellow": "#e0af68",
    "red": "#f7768e",
    "purple": "#bb9af7",
    "selectionBg": "#283457",
    "userMsgBg": "#1f2335",
    "darkBg": "#16161e",
    "toolSuccessBg": "#1b2a26",
    "toolErrorBg": "#2a1a20"
  },
  "colors": {
    "accent": "blue",
    "border": "comment",
    "borderAccent": "blue",
    "borderMuted": "dim",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "comment",
    "dim": "dim",
    "text": "",
    "thinkingText": "comment",

    "selectedBg": "selectionBg",
    "userMessageBg": "userMsgBg",
    "userMessageText": "",
    "customMessageBg": "userMsgBg",
    "customMessageText": "",
    "customMessageLabel": "purple",
    "toolPendingBg": "darkBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "blue",
    "toolOutput": "",

    "mdHeading": "purple",
    "mdLink": "cyan",
    "mdLinkUrl": "comment",
    "mdCode": "cyan",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "dim",
    "mdQuote": "comment",
    "mdQuoteBorder": "purple",
    "mdHr": "dim",
    "mdListBullet": "cyan",

    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "comment",

    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "blue",
    "syntaxVariable": "cyan",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "yellow",
    "syntaxOperator": "blue",
    "syntaxPunctuation": "comment",

    "thinkingOff": "dim",
    "thinkingMinimal": "comment",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "green",
    "thinkingXhigh": "yellow",
    "thinkingMax": "red",

    "bashMode": "yellow"
  },
  "export": {
    "pageBg": "#1a1b26",
    "cardBg": "#1f2335",
    "infoBg": "#283457"
  }
}
