{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "panda-gogh",
	"vars": {
		"bg": "#1d1e20",
		"fg": "#f0f0f0",
		"black": "#1f1f20",
		"red": "#fb055a",
		"green": "#26ffd4",
		"yellow": "#fdaa5a",
		"blue": "#5c9fff",
		"magenta": "#fc59a6",
		"cyan": "#26ffd4",
		"white": "#f0f0f0",
		"brightBlack": "#5c6370",
		"brightRed": "#fb055a",
		"brightGreen": "#26ffd4",
		"brightYellow": "#febe7e",
		"brightBlue": "#55adff",
		"brightMagenta": "#fd95d0",
		"brightCyan": "#26ffd4",
		"brightWhite": "#f0f0f0",
		"selectionBg": "#5b2f46",
		"selectionFg": "#1d1e20",
		"borderMutedVar": "#58595a",
		"dimVar": "#7a7a7c",
		"surface": "#323335",
		"surface2": "#3f4041",
		"surfaceBlue": "#263141",
		"surfaceGreen": "#1e403b",
		"surfaceRed": "#3e1a29",
		"surfaceMagenta": "#452938",
		"exportPage": "#252628",
		"exportCard": "#2e2f31",
		"exportInfo": "#382f27"
	},
	"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"
	}
}
