{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "ada",
  "vars": {
    "ink": "#FAF8F3",
    "paper": "#1A1A18",
    "paper2": "#222220",
    "paper3": "#2A2A27",
    "panel": "#252523",
    "stone": "#6B6B63",
    "ash": "#8A8A80",
    "darkAsh": "#4A4A44",
    "sage": "#687B4E",
    "teal": "#7A9A6B",
    "rose": "#C87359",
    "violet": "#9B8AA0",
    "selection": "#3A3F30",
    "successBg": "#2A3025",
    "errorBg": "#302520"
  },
  "colors": {
    "accent": "sage",
    "border": "darkAsh",
    "borderAccent": "sage",
    "borderMuted": "darkAsh",
    "success": "teal",
    "error": "rose",
    "warning": "rose",
    "muted": "stone",
    "dim": "ash",
    "text": "ink",
    "thinkingText": "stone",

    "selectedBg": "selection",
    "userMessageBg": "panel",
    "userMessageText": "",
    "customMessageBg": "paper2",
    "customMessageText": "",
    "customMessageLabel": "stone",
    "toolPendingBg": "paper2",
    "toolSuccessBg": "successBg",
    "toolErrorBg": "errorBg",
    "toolTitle": "ink",
    "toolOutput": "ash",

    "mdHeading": "sage",
    "mdLink": "teal",
    "mdLinkUrl": "stone",
    "mdCode": "teal",
    "mdCodeBlock": "ink",
    "mdCodeBlockBorder": "darkAsh",
    "mdQuote": "ash",
    "mdQuoteBorder": "darkAsh",
    "mdHr": "darkAsh",
    "mdListBullet": "sage",

    "toolDiffAdded": "teal",
    "toolDiffRemoved": "rose",
    "toolDiffContext": "stone",

    "syntaxComment": "stone",
    "syntaxKeyword": "sage",
    "syntaxFunction": "teal",
    "syntaxVariable": "ink",
    "syntaxString": "teal",
    "syntaxNumber": "rose",
    "syntaxType": "violet",
    "syntaxOperator": "ash",
    "syntaxPunctuation": "stone",

    "thinkingOff": "darkAsh",
    "thinkingMinimal": "stone",
    "thinkingLow": "ash",
    "thinkingMedium": "sage",
    "thinkingHigh": "teal",
    "thinkingXhigh": "rose",

    "bashMode": "sage"
  },
  "export": {
    "pageBg": "#1A1A18",
    "cardBg": "#222220",
    "infoBg": "#252523"
  }
}
