{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "purplepeter",
	"vars": {
		"bg": "#2a1a4a",
		"fg": "#ece7fa",
		"black": "#0a0520",
		"red": "#ff796d",
		"green": "#99b481",
		"yellow": "#efdfac",
		"blue": "#66d9ef",
		"magenta": "#e78fcd",
		"cyan": "#ba8cff",
		"white": "#ffba81",
		"brightBlack": "#100b23",
		"brightRed": "#f99f92",
		"brightGreen": "#b4be8f",
		"brightYellow": "#f2e9bf",
		"brightBlue": "#79daed",
		"brightMagenta": "#ba91d4",
		"brightCyan": "#a0a0d6",
		"brightWhite": "#b9aed3",
		"selectionBg": "#8689c2",
		"selectionFg": "#271c50",
		"borderMutedVar": "#60537b",
		"dimVar": "#7f7497",
		"surface": "#3d2f5c",
		"surface2": "#493b66",
		"surfaceBlue": "#333763",
		"surfaceGreen": "#3b3152",
		"surfaceRed": "#4a284f",
		"surfaceMagenta": "#4c2f62",
		"exportPage": "#322251",
		"exportCard": "#3a2a58",
		"exportInfo": "#423256"
	},
	"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"
	}
}
