{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "one-dark-pro",
  "vars": {
    "editorBg": "#282C34",
    "panelBg": "#21252B",
    "inputBg": "#1D1F23",
    "line": "#2C313C",
    "border": "#3E4452",
    "borderMuted": "#3B4048",
    "selectedBg": "#404859",
    "text": "#ABB2BF",
    "muted": "#7F848E",
    "dim": "#5C6370",
    "comment": "#7F848E",
    "accent": "#61AFEF",
    "cursor": "#528BFF",
    "success": "#98C379",
    "error": "#E06C75",
    "warning": "#D19A66",
    "keyword": "#C678DD",
    "function": "#61AFEF",
    "type": "#E5C07B",
    "string": "#98C379",
    "regexp": "#56B6C2",
    "variable": "#E06C75",
    "number": "#D19A66",
    "operator": "#56B6C2",
    "punctuation": "#ABB2BF",
    "special": "#BE5046",
    "diffAdded": "#109868",
    "diffRemoved": "#9A353D",
    "toolPendingBg": "#21252B",
    "toolSuccessBg": "#26313A",
    "toolErrorBg": "#34292D",
    "findBg": "#554941"
  },
  "colors": {
    "accent": "accent",
    "border": "border",
    "borderAccent": "cursor",
    "borderMuted": "borderMuted",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",
    "selectedBg": "selectedBg",
    "userMessageBg": "line",
    "userMessageText": "text",
    "customMessageBg": "panelBg",
    "customMessageText": "text",
    "customMessageLabel": "accent",
    "toolPendingBg": "toolPendingBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "accent",
    "toolOutput": "text",
    "mdHeading": "variable",
    "mdLink": "function",
    "mdLinkUrl": "muted",
    "mdCode": "warning",
    "mdCodeBlock": "string",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "comment",
    "mdQuoteBorder": "comment",
    "mdHr": "borderMuted",
    "mdListBullet": "type",
    "toolDiffAdded": "diffAdded",
    "toolDiffRemoved": "diffRemoved",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "keyword",
    "syntaxFunction": "function",
    "syntaxVariable": "variable",
    "syntaxString": "string",
    "syntaxNumber": "number",
    "syntaxType": "type",
    "syntaxOperator": "operator",
    "syntaxPunctuation": "punctuation",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "dim",
    "thinkingLow": "function",
    "thinkingMedium": "accent",
    "thinkingHigh": "keyword",
    "thinkingXhigh": "variable",
    "bashMode": "success"
  },
  "export": {
    "pageBg": "#282C34",
    "cardBg": "#21252B",
    "infoBg": "#554941"
  }
}
