{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "monokai",
  "vars": {
    "bg": "#272822",
    "fg": "#E8E8E3",
    "black": "#272822",
    "red": "#E73C50",
    "green": "#A6E22D",
    "yellow": "#FD9720",
    "blue": "#AE81FF",
    "purple": "#F92772",
    "cyan": "#66D9EF",
    "white": "#D8D8D3",
    "brightBlack": "#383A3E",
    "brightRed": "#F92772",
    "brightGreen": "#A6E22D",
    "brightYellow": "#E6DB74",
    "brightBlue": "#AE81FF",
    "brightCyan": "#66D9EF",
    "brightWhite": "#E8E8E3",
    "comment": "#8b8674",
    "orange": "#FD9720"
  },
  "colors": {
    "accent": "purple",
    "border": "brightBlack",
    "borderAccent": "purple",
    "borderMuted": "comment",
    "success": "green",
    "error": "red",
    "warning": "orange",
    "muted": "comment",
    "dim": "comment",
    "text": "fg",
    "thinkingText": "comment",
    "selectedBg": "brightBlack",
    "userMessageBg": "bg",
    "userMessageText": "fg",
    "customMessageBg": "bg",
    "customMessageText": "fg",
    "customMessageLabel": "blue",
    "toolPendingBg": "bg",
    "toolSuccessBg": "#1e2e1e",
    "toolErrorBg": "#2e1e1e",
    "toolTitle": "purple",
    "toolOutput": "fg",
    "mdHeading": "purple",
    "mdLink": "blue",
    "mdLinkUrl": "comment",
    "mdCode": "green",
    "mdCodeBlock": "brightBlack",
    "mdCodeBlockBorder": "comment",
    "mdQuote": "yellow",
    "mdQuoteBorder": "comment",
    "mdHr": "comment",
    "mdListBullet": "purple",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "comment",
    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "green",
    "syntaxVariable": "fg",
    "syntaxString": "yellow",
    "syntaxNumber": "blue",
    "syntaxType": "blue",
    "syntaxOperator": "purple",
    "syntaxPunctuation": "fg",
    "thinkingOff": "comment",
    "thinkingMinimal": "purple",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "yellow",
    "thinkingXhigh": "red",
    "bashMode": "orange"
  },
  "export": {
    "pageBg": "#272822",
    "cardBg": "#383A3E",
    "infoBg": "#75715E"
  }
}
