{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "tokyo-night",
  "vars": {
    "bg": "#1a1b26",
    "bgDark": "#16161e",
    "fg": "#a9b1d6",
    "comment": "#51597d",
    "cyan": "#7dcfff",
    "blue": "#7aa2f7",
    "purple": "#bb9af7",
    "green": "#9ece6a",
    "teal": "#73daca",
    "darkTeal": "#2ac3de",
    "orange": "#ff9e64",
    "yellow": "#e0af68",
    "red": "#f7768e",
    "darkRed": "#db4b4b",
    "gray": "#363b54",
    "dimGray": "#51597d",
    "lightBlue": "#c0caf5",
    "cyan2": "#0db9d7",
    "selectedBg": "#2a2f41"
  },
  "colors": {
    "accent": "purple",
    "border": "blue",
    "borderAccent": "cyan",
    "borderMuted": "gray",
    "success": "teal",
    "error": "darkRed",
    "warning": "yellow",
    "muted": "comment",
    "dim": "dimGray",
    "text": "#c0caf5",
    "thinkingText": "dimGray",
    "selectedBg": "#242430",
    "userMessageBg": "#18181e",
    "userMessageText": "#7dcfff",
    "customMessageBg": "#1e1e26",
    "customMessageText": "#bb9af7",
    "customMessageLabel": "purple",
    "toolPendingBg": "#1e1e28",
    "toolSuccessBg": "#1e1e28",
    "toolErrorBg": "#281e1e",
    "toolTitle": "purple",
    "toolOutput": "dimGray",
    "mdHeading": "purple",
    "mdLink": "cyan",
    "mdLinkUrl": "blue",
    "mdCode": "lightBlue",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "gray",
    "mdQuote": "fg",
    "mdQuoteBorder": "gray",
    "mdHr": "gray",
    "mdListBullet": "cyan",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "fg",
    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "blue",
    "syntaxVariable": "lightBlue",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan2",
    "syntaxOperator": "fg",
    "syntaxPunctuation": "fg",
    "thinkingOff": "gray",
    "thinkingMinimal": "#565f89",
    "thinkingLow": "#7768a8",
    "thinkingMedium": "#9580c7",
    "thinkingHigh": "#b393e0",
    "thinkingXhigh": "#c9a0ff",
    "bashMode": "cyan"
  },
  "export": {
    "pageBg": "#16161e",
    "cardBg": "#1a1b26",
    "infoBg": "#2a2639"
  }
}
