{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "sugarplum",
	"vars": {
		"bg": "#111147",
		"fg": "#db7ddd",
		"black": "#111147",
		"red": "#5ca8dc",
		"green": "#53b397",
		"yellow": "#249a84",
		"blue": "#db7ddd",
		"magenta": "#d0beee",
		"cyan": "#f9f3f9",
		"white": "#a175d4",
		"brightBlack": "#111147",
		"brightRed": "#5cb5dc",
		"brightGreen": "#52deb5",
		"brightYellow": "#01f5c7",
		"brightBlue": "#fa5dfd",
		"brightMagenta": "#c6a5fd",
		"brightCyan": "#ffffff",
		"brightWhite": "#b577fd",
		"selectionBg": "#5ca8dc",
		"selectionFg": "#d0beee",
		"borderMutedVar": "#4a2f71",
		"dimVar": "#6a4189",
		"surface": "#251c56",
		"surface2": "#31225f",
		"surfaceBlue": "#2f215e",
		"surfaceGreen": "#1b2953",
		"surfaceRed": "#1c285d",
		"surfaceMagenta": "#333065",
		"exportPage": "#19154d",
		"exportCard": "#211a53",
		"exportInfo": "#13214e"
	},
	"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"
	}
}
