{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-cherie",
	"vars": {
		"bg": "#190a0f",
		"fg": "#d3cfcf",
		"black": "#291f26",
		"red": "#ff7359",
		"green": "#60b444",
		"yellow": "#e5b76f",
		"blue": "#8fa5f6",
		"magenta": "#ef80bf",
		"cyan": "#8fbaef",
		"white": "#d3cfcf",
		"brightBlack": "#594a4f",
		"brightRed": "#ff78aa",
		"brightGreen": "#60bf88",
		"brightYellow": "#f59280",
		"brightBlue": "#7fa5ff",
		"brightMagenta": "#df7fff",
		"brightCyan": "#8fcfdf",
		"brightWhite": "#808898",
		"selectionBg": "#232f3f",
		"selectionFg": "#d3cfcf",
		"borderMutedVar": "#4d4145",
		"dimVar": "#6b6163",
		"surface": "#2c1e22",
		"surface2": "#372a2e",
		"surfaceBlue": "#2b2132",
		"surfaceGreen": "#242417",
		"surfaceRed": "#3c1a1a",
		"surfaceMagenta": "#401f2f",
		"exportPage": "#201217",
		"exportCard": "#281a1e",
		"exportInfo": "#311f1b"
	},
	"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"
	}
}
