{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "dark-violet-base16",
	"vars": {
		"bg": "#000000",
		"fg": "#b08ae6",
		"black": "#000000",
		"red": "#a82ee6",
		"green": "#4595e6",
		"yellow": "#f29df2",
		"blue": "#4136d9",
		"magenta": "#7e5ce6",
		"cyan": "#40dfff",
		"white": "#b08ae6",
		"brightBlack": "#593380",
		"brightRed": "#a82ee6",
		"brightGreen": "#4595e6",
		"brightYellow": "#f29df2",
		"brightBlue": "#4136d9",
		"brightMagenta": "#7e5ce6",
		"brightCyan": "#40dfff",
		"brightWhite": "#a366ff",
		"selectionBg": "#b08ae6",
		"selectionFg": "#000000",
		"borderMutedVar": "#312740",
		"dimVar": "#4d3d65",
		"surface": "#120e17",
		"surface2": "#1c1625",
		"surfaceBlue": "#0a0821",
		"surfaceGreen": "#0a1623",
		"surfaceRed": "#190723",
		"surfaceMagenta": "#171129",
		"exportPage": "#070609",
		"exportCard": "#0e0b12",
		"exportInfo": "#1d131d"
	},
	"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"
	}
}
