{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "grape-gogh",
	"vars": {
		"bg": "#171423",
		"fg": "#9f9fa1",
		"black": "#2d283f",
		"red": "#ed2261",
		"green": "#1fa91b",
		"yellow": "#8ddc20",
		"blue": "#487df4",
		"magenta": "#8d35c9",
		"cyan": "#3bdeed",
		"white": "#9e9ea0",
		"brightBlack": "#59516a",
		"brightRed": "#f0729a",
		"brightGreen": "#53aa5e",
		"brightYellow": "#b2dc87",
		"brightBlue": "#a9bcec",
		"brightMagenta": "#ad81c2",
		"brightCyan": "#9de3eb",
		"brightWhite": "#a288f7",
		"selectionBg": "#381d51",
		"selectionFg": "#171423",
		"borderMutedVar": "#3d3b46",
		"dimVar": "#53515a",
		"surface": "#252230",
		"surface2": "#2d2a37",
		"surfaceBlue": "#1e2442",
		"surfaceGreen": "#182a22",
		"surfaceRed": "#37162c",
		"surfaceMagenta": "#2c1a41",
		"exportPage": "#1c1a28",
		"exportCard": "#221f2d",
		"exportInfo": "#252c23"
	},
	"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"
	}
}
