{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "whimsy",
	"vars": {
		"bg": "#29283b",
		"fg": "#b3b0d6",
		"black": "#535178",
		"red": "#ef6487",
		"green": "#5eca89",
		"yellow": "#fdd877",
		"blue": "#65aef7",
		"magenta": "#aa7ff0",
		"cyan": "#43c1be",
		"white": "#ffffff",
		"brightBlack": "#535178",
		"brightRed": "#ef6487",
		"brightGreen": "#5eca89",
		"brightYellow": "#fdd877",
		"brightBlue": "#65aef7",
		"brightMagenta": "#aa7ff0",
		"brightCyan": "#43c1be",
		"brightWhite": "#ffffff",
		"selectionBg": "#3d3c58",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#504e66",
		"dimVar": "#66647f",
		"surface": "#37364b",
		"surface2": "#3f3e54",
		"surfaceBlue": "#323c57",
		"surfaceGreen": "#314047",
		"surfaceRed": "#473146",
		"surfaceMagenta": "#40385c",
		"exportPage": "#2f2d41",
		"exportCard": "#343347",
		"exportInfo": "#423d42"
	},
	"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"
	}
}
