{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "box",
  "vars": {
    "bg": "#141d2b",
    "fg": "#9fef00",
    "gray": "#767676",
    "darkGray": "#232c3a",
    "accent": "#fffd00",
    "accentDark": "#cdcb00",
    "accentMid": "#cff600",
    "secondary": "#19cb00",
    "white": "#ffffff",
    "panel": "#192230",
    "panelAlt": "#1c2533",
    "panelSuccess": "#192735",
    "panelError": "#242230",
    "panelInfo": "#1e2735",
    "success": "#14ffff",
    "error": "#f2201f",
    "warning": "#fffd00",
    "diffAdded": "#6af560",
    "diffRemoved": "#c1980d",
    "diffContext": "#97d915"
  },
  "colors": {
    "accent": "accent",
    "border": "gray",
    "borderAccent": "accent",
    "borderMuted": "darkGray",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "gray",
    "dim": "gray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "panelInfo",
    "userMessageBg": "panel",
    "userMessageText": "",
    "customMessageBg": "panelAlt",
    "customMessageText": "",
    "customMessageLabel": "accent",
    "toolPendingBg": "panelAlt",
    "toolSuccessBg": "panelSuccess",
    "toolErrorBg": "panelError",
    "toolTitle": "white",
    "toolOutput": "fg",
    "mdHeading": "white",
    "mdLink": "secondary",
    "mdLinkUrl": "gray",
    "mdCode": "accent",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "accentDark",
    "mdQuote": "gray",
    "mdQuoteBorder": "gray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "diffAdded",
    "toolDiffRemoved": "diffRemoved",
    "toolDiffContext": "diffContext",
    "syntaxComment": "gray",
    "syntaxKeyword": "accent",
    "syntaxFunction": "secondary",
    "syntaxVariable": "fg",
    "syntaxString": "success",
    "syntaxNumber": "warning",
    "syntaxType": "white",
    "syntaxOperator": "error",
    "syntaxPunctuation": "gray",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "gray",
    "thinkingLow": "accentDark",
    "thinkingMedium": "accentMid",
    "thinkingHigh": "accent",
    "thinkingXhigh": "white",
    "bashMode": "accent"
  },
  "export": {
    "pageBg": "#141d2b",
    "cardBg": "#192230",
    "infoBg": "#1e2735"
  }
}
