{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "lavandula",
	"vars": {
		"bg": "#050014",
		"fg": "#736e7d",
		"black": "#230046",
		"red": "#7d1625",
		"green": "#337e6f",
		"yellow": "#7f6f49",
		"blue": "#4f4a7f",
		"magenta": "#5a3f7f",
		"cyan": "#58777f",
		"white": "#736e7d",
		"brightBlack": "#372d46",
		"brightRed": "#e05167",
		"brightGreen": "#52e0c4",
		"brightYellow": "#e0c386",
		"brightBlue": "#8e87e0",
		"brightMagenta": "#a776e0",
		"brightCyan": "#9ad4e0",
		"brightWhite": "#8c91fa",
		"selectionBg": "#37323c",
		"selectionFg": "#8c91fa",
		"borderMutedVar": "#241f31",
		"dimVar": "#353042",
		"surface": "#100b1f",
		"surface2": "#171225",
		"surfaceBlue": "#100b24",
		"surfaceGreen": "#0c1322",
		"surfaceRed": "#170317",
		"surfaceMagenta": "#140b27",
		"exportPage": "#090418",
		"exportCard": "#0e091c",
		"exportInfo": "#140d1a"
	},
	"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"
	}
}
