{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "one-dark-pro",
  "vars": {
    "fg": "#abb2bf",
    "comment": "#5c6370",
    "dim": "#4b5263",
    "bg": "#282c34",
    "bgDarker": "#21252b",
    "selectionBg": "#3e4451",
    "currentLine": "#2c313a",
    "red": "#e06c75",
    "orange": "#d19a66",
    "yellow": "#e5c07b",
    "green": "#98c379",
    "cyan": "#56b6c2",
    "blue": "#61afef",
    "purple": "#c678dd",
    "toolSuccessBg": "#1e2a22",
    "toolErrorBg": "#2e2126"
  },
  "colors": {
    "accent": "blue",
    "border": "#3b4048",
    "borderAccent": "blue",
    "borderMuted": "comment",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "comment",
    "dim": "dim",
    "text": "",
    "thinkingText": "comment",

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

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

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

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

    "thinkingOff": "#61afef",
    "thinkingMinimal": "#839de9",
    "thinkingLow": "#a58be3",
    "thinkingMedium": "#c678dd",
    "thinkingHigh": "#cf74ba",
    "thinkingXhigh": "#d87098",
    "thinkingMax": "#e06c75",

    "bashMode": "orange"
  },
  "export": {
    "pageBg": "#282c34",
    "cardBg": "#21252b",
    "infoBg": "#2c313a"
  }
}
