{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "violet-dark",
	"vars": {
		"bg": "#1c1d1f",
		"fg": "#708284",
		"black": "#56595c",
		"red": "#c94c22",
		"green": "#85981c",
		"yellow": "#b4881d",
		"blue": "#2e8bce",
		"magenta": "#d13a82",
		"cyan": "#32a198",
		"white": "#c9c6bd",
		"brightBlack": "#45484b",
		"brightRed": "#bd3613",
		"brightGreen": "#738a04",
		"brightYellow": "#a57705",
		"brightBlue": "#2176c7",
		"brightMagenta": "#c61c6f",
		"brightCyan": "#259286",
		"brightWhite": "#c9c6bd",
		"selectionBg": "#595ab7",
		"selectionFg": "#1c1d1f",
		"borderMutedVar": "#34393b",
		"dimVar": "#41494b",
		"surface": "#242729",
		"surface2": "#292d2f",
		"surfaceBlue": "#1f2e39",
		"surfaceGreen": "#2c2f1f",
		"surfaceRed": "#36241f",
		"surfaceMagenta": "#3d2231",
		"exportPage": "#1f2123",
		"exportCard": "#232527",
		"exportInfo": "#2e2a1f"
	},
	"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"
	}
}
