{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "one-dark",
  "vars": {
    "accent": "#61afef",
    "accent2": "#56b6c2",
    "green": "#98c379",
    "red": "#e06c75",
    "yellow": "#e5c07b",
    "orange": "#d19a66",
    "purple": "#c678dd",
    "cyan": "#56b6c2",
    "textSoft": "#abb2bf",
    "muted": "#828997",
    "dim": "#5c6370",
    "comment": "#5c6370",
    "borderMuted": "#5c6370",
    "thinkingMin": "#5c6370",
    "bgSelect": "#3e4451",
    "bgUser": "#282c34",
    "bgPending": "#21252b",
    "bgSuccess": "#3e4451",
    "bgError": "#3e4451",
    "bgCustom": "#3e4451",
    "pageBg": "#21252b"
  },
  "colors": {
    "accent": "accent",
    "border": "accent",
    "borderAccent": "accent2",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgSelect",
    "userMessageBg": "bgUser",
    "userMessageText": "textSoft",
    "customMessageBg": "bgCustom",
    "customMessageText": "textSoft",
    "customMessageLabel": "purple",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "orange",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "purple",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "accent",
    "syntaxVariable": "textSoft",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan",
    "syntaxOperator": "accent2",
    "syntaxPunctuation": "#5c6370",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "#5c6370",
    "thinkingLow": "accent",
    "thinkingMedium": "accent2",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#21252b",
    "cardBg": "#282c34",
    "infoBg": "#3e4451"
  }
}
