{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-bio",
	"vars": {
		"bg": "#111111",
		"fg": "#cfdfd5",
		"black": "#222522",
		"red": "#ef6560",
		"green": "#3fb83f",
		"yellow": "#d4aa02",
		"blue": "#37aff6",
		"magenta": "#d38faf",
		"cyan": "#6fc5ef",
		"white": "#cfdfd5",
		"brightBlack": "#505250",
		"brightRed": "#ff778f",
		"brightGreen": "#00c089",
		"brightYellow": "#cfc04f",
		"brightBlue": "#32cfef",
		"brightMagenta": "#af9fff",
		"brightCyan": "#5dc0aa",
		"brightWhite": "#808f80",
		"selectionBg": "#3a3027",
		"selectionFg": "#cfdfd5",
		"borderMutedVar": "#464b48",
		"dimVar": "#656c67",
		"surface": "#242625",
		"surface2": "#2f3230",
		"surfaceBlue": "#172933",
		"surfaceGreen": "#182a18",
		"surfaceRed": "#321e1d",
		"surfaceMagenta": "#34282d",
		"exportPage": "#191919",
		"exportCard": "#202121",
		"exportInfo": "#28230f"
	},
	"colors": {
		"accent": "magenta",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "borderMutedVar",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "brightBlack",
		"dim": "dimVar",
		"text": "fg",
		"thinkingText": "brightBlack",
		"selectedBg": "selectionBg",
		"userMessageBg": "surface",
		"userMessageText": "fg",
		"customMessageBg": "surfaceMagenta",
		"customMessageText": "fg",
		"customMessageLabel": "brightMagenta",
		"toolPendingBg": "surfaceBlue",
		"toolSuccessBg": "surfaceGreen",
		"toolErrorBg": "surfaceRed",
		"toolTitle": "fg",
		"toolOutput": "brightBlack",
		"mdHeading": "yellow",
		"mdLink": "blue",
		"mdLinkUrl": "dimVar",
		"mdCode": "cyan",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "brightBlack",
		"mdQuote": "brightBlack",
		"mdQuoteBorder": "borderMutedVar",
		"mdHr": "borderMutedVar",
		"mdListBullet": "magenta",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "brightBlack",
		"syntaxComment": "brightBlack",
		"syntaxKeyword": "blue",
		"syntaxFunction": "yellow",
		"syntaxVariable": "cyan",
		"syntaxString": "green",
		"syntaxNumber": "magenta",
		"syntaxType": "brightCyan",
		"syntaxOperator": "fg",
		"syntaxPunctuation": "brightBlack",
		"thinkingOff": "borderMutedVar",
		"thinkingMinimal": "brightBlack",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "magenta",
		"thinkingXhigh": "red",
		"bashMode": "green"
	},
	"export": {
		"pageBg": "exportPage",
		"cardBg": "exportCard",
		"infoBg": "exportInfo"
	}
}
