{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "spacegray-eighties-gogh",
	"vars": {
		"bg": "#222222",
		"fg": "#bdbaae",
		"black": "#15171c",
		"red": "#ec5f67",
		"green": "#81a764",
		"yellow": "#fec254",
		"blue": "#5486c0",
		"magenta": "#bf83c1",
		"cyan": "#57c2c1",
		"white": "#efece7",
		"brightBlack": "#555555",
		"brightRed": "#ff6973",
		"brightGreen": "#93d493",
		"brightYellow": "#ffd256",
		"brightBlue": "#4d84d1",
		"brightMagenta": "#ff55ff",
		"brightCyan": "#83e9e4",
		"brightWhite": "#ffffff",
		"selectionBg": "#4e3d4f",
		"selectionFg": "#222222",
		"borderMutedVar": "#4d4d49",
		"dimVar": "#666560",
		"surface": "#323130",
		"surface2": "#3b3a38",
		"surfaceBlue": "#2a313a",
		"surfaceGreen": "#30362c",
		"surfaceRed": "#402b2c",
		"surfaceMagenta": "#3e333f",
		"exportPage": "#282828",
		"exportCard": "#2e2e2d",
		"exportInfo": "#3c3528"
	},
	"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"
	}
}
