{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "mar-gogh",
	"vars": {
		"bg": "#ffffff",
		"fg": "#23476a",
		"black": "#000000",
		"red": "#b5407b",
		"green": "#7bb540",
		"yellow": "#b57b40",
		"blue": "#407bb5",
		"magenta": "#7b40b5",
		"cyan": "#40b57b",
		"white": "#f8f8f8",
		"brightBlack": "#737373",
		"brightRed": "#cd73a0",
		"brightGreen": "#a0cd73",
		"brightYellow": "#cda073",
		"brightBlue": "#73a0cd",
		"brightMagenta": "#a073cd",
		"brightCyan": "#73cda0",
		"brightWhite": "#ffffff",
		"selectionBg": "#ede4f5",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#cfd7de",
		"dimVar": "#91a3b5",
		"surface": "#f2f4f6",
		"surface2": "#e9edf0",
		"surfaceBlue": "#f0f4f9",
		"surfaceGreen": "#f4f9f0",
		"surfaceRed": "#f9f0f4",
		"surfaceMagenta": "#f2ecf8",
		"exportPage": "#f8f9fb",
		"exportCard": "#fdfdfe",
		"exportInfo": "#fbf7f4"
	},
	"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"
	}
}
