{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "jellybeans-mono-light",
  "vars": {
    "foreground": "#252525",
    "background": "#f5f0e8",
    "accent1": "#7d7163",
    "accent2": "#4a5e81",
    "string": "#796858",
    "grey": "#787878",
    "greyOne": "#e8e0d5",
    "greyTwo": "#645c54",
    "greyThree": "#e0d8d0",
    "regentGrey": "#757a82",
    "scorpion": "#909090",
    "codGrey": "#f5f5f5",
    "tundora": "#606060",
    "zambezi": "#605958",
    "silverRust": "#6a6564",
    "silver": "#555555",
    "alto": "#444444",
    "gravel": "#d0ccd1",
    "boulder": "#777777",
    "cocoaBrown": "#d8c8b8",
    "greyChateau": "#505860",
    "brightGrey": "#e8e8e8",
    "shuttleGrey": "#939da6",
    "mineShaft": "#d7c8b8",
    "temptress": "#ffe5ea",
    "bayouxBlue": "#576270",
    "totalWhite": "#000000",
    "totalBlack": "#ffffff",
    "cadetBlue": "#505860",
    "oldBrick": "#e8d0c8",
    "error": "#cc0000",
    "warning": "#a36000",
    "amber": "#a87530",
    "taupe": "#8a7a6a",
    "magenta": "#bd1f6b",
    "info": "#0060a3",
    "hint": "#796858",
    "ok": "#3d6c25",
    "morningGlory": "#4a5e81",
    "greenSmoke": "#7d7163",
    "koromiko": "#707070",
    "rawSienna": "#645c54",
    "bilobaFlower": "#555555",
    "goldenrod": "#7d7163",
    "brandy": "#6a6564",
    "wewak": "#645c54"
  },
  "colors": {
    "accent": "accent2",
    "border": "tundora",
    "borderAccent": "accent1",
    "borderMuted": "greyThree",
    "success": "ok",
    "error": "error",
    "warning": "warning",
    "muted": "greyTwo",
    "dim": "regentGrey",
    "text": "foreground",
    "thinkingText": "greyTwo",

    "selectedBg": "greyOne",
    "scrollbarThumb": "tundora",
    "userMessageBg": "greyThree",
    "userMessageText": "foreground",
    "customMessageBg": "cocoaBrown",
    "customMessageText": "foreground",
    "customMessageLabel": "accent1",
    "toolPendingBg": "greyThree",
    "toolSuccessBg": "mineShaft",
    "toolErrorBg": "temptress",
    "toolTitle": "accent2",
    "toolOutput": "foreground",

    "mdHeading": "accent1",
    "mdLink": "accent2",
    "mdLinkUrl": "regentGrey",
    "mdCode": "silver",
    "mdCodeBlock": "foreground",
    "mdCodeBlockBorder": "boulder",
    "mdQuote": "greyChateau",
    "mdQuoteBorder": "boulder",
    "mdHr": "boulder",
    "mdListBullet": "accent2",

    "toolDiffAdded": "ok",
    "toolDiffRemoved": "error",
    "toolDiffContext": "greyTwo",

    "syntaxComment": "scorpion",
    "syntaxKeyword": "grey",
    "syntaxFunction": "accent2",
    "syntaxVariable": "foreground",
    "syntaxString": "string",
    "syntaxNumber": "accent1",
    "syntaxType": "accent1",
    "syntaxOperator": "boulder",
    "syntaxPunctuation": "silver",

    "thinkingOff": "greyThree",
    "thinkingMinimal": "greyTwo",
    "thinkingLow": "taupe",
    "thinkingMedium": "accent1",
    "thinkingHigh": "amber",
    "thinkingXhigh": "warning",
    "thinkingMax": "magenta",

    "bashMode": "warning"
  },
  "export": {
    "pageBg": "background",
    "cardBg": "brightGrey",
    "infoBg": "greyThree"
  }
}
