{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "jellybeans-mono",
  "vars": {
    "foreground": "#e8e8d3",
    "background": "#151515",
    "accent1": "#b39066",
    "accent2": "#7a8aa6",
    "string": "#a08070",
    "grey": "#888888",
    "greyOne": "#1c1c1c",
    "greyTwo": "#f0f0f0",
    "greyThree": "#333333",
    "regentGrey": "#9098A0",
    "scorpion": "#606060",
    "codGrey": "#101010",
    "tundora": "#404040",
    "zambezi": "#605958",
    "silverRust": "#ccc5c4",
    "silver": "#c7c7c7",
    "alto": "#dddddd",
    "gravel": "#403c41",
    "boulder": "#777777",
    "cocoaBrown": "#302028",
    "greyChateau": "#a0a8b0",
    "brightGrey": "#384048",
    "shuttleGrey": "#535d66",
    "mineShaft": "#1f1f1f",
    "temptress": "#40000a",
    "bayouxBlue": "#556779",
    "totalWhite": "#ffffff",
    "totalBlack": "#000000",
    "cadetBlue": "#b0b8c0",
    "oldBrick": "#f0e0d6",
    "error": "#c95c5c",
    "warning": "#ffaf00",
    "amber": "#d89645",
    "taupe": "#8a7a6a",
    "magenta": "#ff5faf",
    "info": "#7a8aa6",
    "hint": "#a08070",
    "ok": "#afd787",
    "morningGlory": "#7a8aa6",
    "greenSmoke": "#b39066",
    "koromiko": "#888888",
    "rawSienna": "#a0a8b0",
    "bilobaFlower": "#c7c7c7",
    "goldenrod": "#b39066",
    "brandy": "#ccc5c4",
    "wewak": "#a0a8b0"
  },
  "colors": {
    "accent": "accent2",
    "border": "tundora",
    "borderAccent": "accent1",
    "borderMuted": "greyThree",
    "success": "ok",
    "error": "error",
    "warning": "warning",
    "muted": "greyChateau",
    "dim": "scorpion",
    "text": "foreground",
    "thinkingText": "regentGrey",

    "selectedBg": "greyOne",
    "scrollbarThumb": "tundora",
    "userMessageBg": "greyThree",
    "userMessageText": "foreground",
    "customMessageBg": "gravel",
    "customMessageText": "foreground",
    "customMessageLabel": "accent1",
    "toolPendingBg": "mineShaft",
    "toolSuccessBg": "gravel",
    "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": "greyChateau",

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

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

    "bashMode": "warning"
  },
  "export": {
    "pageBg": "background",
    "cardBg": "greyOne",
    "infoBg": "mineShaft"
  }
}
