{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "pi-coder-1337",
  "vars": {
    "bg": "#191919",
    "invisibles": "#3b3a32",
    "lineHighlight": "#3d3d3d",
    "selection": "#515151",
    "comment": "#6d6d6d",
    "gutterIgnored": "#999999",
    "white": "#ffffff",
    "fg": "#f8f8f2",
    "softFg": "#d0d0d0",
    "string": "#fbe3bf",
    "number": "#fdb082",
    "constantLanguage": "#ff8942",
    "variable": "#e9fdac",
    "keyword": "#ff5e5e",
    "storageType": "#fbdfb5",
    "funcBlue": "#8cdaff",
    "param": "#fc9354",
    "tagAttr": "#97d8ea",
    "libFunc": "#6699cc",
    "languageLiteral": "#d699ff",
    "namespacePink": "#ffb2f9",
    "inserted": "#a6e22e",
    "userBg": "#242424",
    "accent": "#8cdaff",
    "mdCodeCyan": "#0d92c1",
    "successCard": "#202020",
    "errorCard": "#171010",
    "thinkingGrey": "#696969",
    "bashOutput": "#999999",
    "addedGreen": "#8bc391",
    "addedLine": "#1c241b",
    "removedLine": "#2e1c21",
    "removedRed": "#e27878",
    "cardBg": "#181825",
    "pageBg": "#111111"
  },
  "colors": {
    "accent": "accent",
    "border": "selection",
    "borderAccent": "accent",
    "borderMuted": "invisibles",
    "success": "inserted",
    "error": "removedRed",
    "warning": "number",
    "muted": "gutterIgnored",
    "dim": "comment",
    "text": "fg",
    "thinkingText": "comment",
    "selectedBg": "selection",
    "scrollbarTrack": "bg",
    "scrollbarThumb": "comment",
    "searchMatchBg": "lineHighlight",
    "searchMatchText": "fg",
    "userMessageBg": "userBg",
    "userMessageText": "fg",
    "customMessageBg": "userBg",
    "customMessageText": "fg",
    "customMessageLabel": "namespacePink",
    "toolPendingBg": "",
    "toolSuccessBg": "successCard",
    "toolErrorBg": "errorCard",
    "toolTitle": "funcBlue",
    "toolOutput": "softFg",
    "bashOutput": "bashOutput",
    "mdHeading": "constantLanguage",
    "mdLink": "libFunc",
    "mdLinkUrl": "comment",
    "mdCode": "mdCodeCyan",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "selection",
    "mdQuote": "softFg",
    "mdQuoteBorder": "selection",
    "mdHr": "comment",
    "mdListBullet": "storageType",
    "toolDiffAdded": "addedGreen",
    "toolDiffRemoved": "removedRed",
    "toolDiffContext": "softFg",
    "toolDiffAddedBg": "addedLine",
    "toolDiffRemovedBg": "removedLine",
    "syntaxComment": "comment",
    "syntaxKeyword": "keyword",
    "syntaxFunction": "funcBlue",
    "syntaxVariable": "variable",
    "syntaxString": "string",
    "syntaxNumber": "number",
    "syntaxType": "funcBlue",
    "syntaxOperator": "fg",
    "syntaxPunctuation": "white",
    "thinkingOff": "invisibles",
    "thinkingMinimal": "selection",
    "thinkingLow": "libFunc",
    "thinkingMedium": "tagAttr",
    "thinkingHigh": "languageLiteral",
    "thinkingXhigh": "thinkingGrey",
    "thinkingMax": "thinkingGrey",
    "bashMode": "param"
  },
  "export": {
    "pageBg": "pageBg",
    "cardBg": "cardBg",
    "infoBg": "lineHighlight"
  }
}
