{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "atom-one-dark",
  "vars": {
    "bg": "#282c34",
    "panel": "#2c313c",
    "panelAlt": "#2f3440",
    "selected": "#3e4451",
    "border": "#4b5263",
    "accent": "#61afef",
    "cyan": "#56b6c2",
    "green": "#98c379",
    "red": "#e06c75",
    "yellow": "#e5c07b",
    "orange": "#d19a66",
    "purple": "#c678dd",
    "text": "#abb2bf",
    "muted": "#828997",
    "dim": "#5c6370",
    "toolSuccessBg": "#2f3a2f",
    "toolErrorBg": "#3b2f33"
  },
  "colors": {
    "accent": "accent",
    "border": "border",
    "borderAccent": "cyan",
    "borderMuted": "dim",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",

    "selectedBg": "selected",
    "userMessageBg": "panel",
    "userMessageText": "",
    "customMessageBg": "panelAlt",
    "customMessageText": "",
    "customMessageLabel": "purple",
    "toolPendingBg": "panelAlt",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "accent",
    "toolOutput": "muted",

    "mdHeading": "orange",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "border",
    "mdQuote": "muted",
    "mdQuoteBorder": "border",
    "mdHr": "border",
    "mdListBullet": "purple",

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

    "syntaxComment": "dim",
    "syntaxKeyword": "purple",
    "syntaxFunction": "accent",
    "syntaxVariable": "red",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "yellow",
    "syntaxOperator": "cyan",
    "syntaxPunctuation": "text",

    "thinkingOff": "dim",
    "thinkingMinimal": "border",
    "thinkingLow": "accent",
    "thinkingMedium": "cyan",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",

    "bashMode": "green"
  },
  "export": {
    "pageBg": "#282c34",
    "cardBg": "#2c313c",
    "infoBg": "#3a3428"
  }
}
