{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "slop",
  "vars": {
    "primary": "#d67858",
    "text": "#f5f2ee",
    "muted": "#b8b4ae",
    "faint": "#87827a"
  },
  "colors": {
    "accent": "primary",
    "border": "faint",
    "borderAccent": "primary",
    "borderMuted": "faint",

    "success": "#6A9955",
    "error": "#cc6666",
    "warning": "#d1d188",

    "muted": "muted",
    "dim": "faint",
    "separator": "#4e4c49",
    "chatModeBorder": "#81a2be",

    "text": "text",
    "thinkingText": "faint",
    "selectedBg": "#383428",

    "userMessageBg": "#252427",
    "userMessageText": "text",

    "customMessageBg": "#2d2838",
    "customMessageText": "text",
    "customMessageLabel": "#9575cd",

    "toolPendingBg": "#242328",
    "toolSuccessBg": "#283328",
    "toolErrorBg": "#3B2828",
    "toolTitle": "#e88720",
    "toolOutput": "text",
    "toolDiffAdded": "#b5bd68",
    "toolDiffRemoved": "#cc6666",
    "toolDiffContext": "#808080",

    "mdHeading": "#DCDCAA",
    "mdLink": "#81a2be",
    "mdLinkUrl": "#666666",
    "mdCode": "#8abeb7",
    "mdCodeBlock": "#b5bd68",
    "mdCodeBlockBorder": "#808080",
    "mdQuote": "#808080",
    "mdQuoteBorder": "#808080",
    "mdHr": "#808080",
    "mdListBullet": "#8abeb7",

    "syntaxComment": "#6A9955",
    "syntaxKeyword": "#569CD6",
    "syntaxFunction": "#DCDCAA",
    "syntaxVariable": "#9CDCFE",
    "syntaxString": "#CE9178",
    "syntaxNumber": "#B5CEA8",
    "syntaxType": "#4EC9B0",
    "syntaxOperator": "#D4D4D4",
    "syntaxPunctuation": "#D4D4D4",

    "thinkingOff": "#87827a",
    "thinkingMinimal": "#87827a",
    "thinkingLow": "#87827a",
    "thinkingMedium": "#87827a",
    "thinkingHigh": "#87827a",
    "thinkingXhigh": "#87827a",
    "thinkingMax": "#87827a",
    "bashMode": "#b5bd68"
  },
  "export": {
    "pageBg": "#1a1a18",
    "cardBg": "#2a2820",
    "infoBg": "#383428"
  }
}
