{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "material-darker",
  "vars": {
    "bg": "#212121",
    "fg": "#eeffff",
    "gray": "#545454",
    "darkGray": "#303030",
    "accent": "#ffcb6b",
    "accentDark": "#cd9939",
    "accentMid": "#f6e5b5",
    "secondary": "#82aaff",
    "white": "#ffffff",
    "panel": "#262626",
    "panelAlt": "#292929",
    "panelSuccess": "#282a2b",
    "panelError": "#31292a",
    "panelInfo": "#2b2b2b",
    "success": "#89ddff",
    "error": "#ff5370",
    "warning": "#ffcb6b",
    "diffAdded": "#c7f2ff",
    "diffRemoved": "#f5b6c2",
    "diffContext": "#d2e0e0"
  },
  "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": "#212121",
    "cardBg": "#262626",
    "infoBg": "#2b2b2b"
  }
}
