{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "maia-gogh",
	"vars": {
		"bg": "#31363b",
		"fg": "#bdc3c7",
		"black": "#232423",
		"red": "#ba2922",
		"green": "#7e807e",
		"yellow": "#4c4f4d",
		"blue": "#16a085",
		"magenta": "#43746a",
		"cyan": "#00cccc",
		"white": "#e0e0e0",
		"brightBlack": "#282928",
		"brightRed": "#cc372c",
		"brightGreen": "#8d8f8d",
		"brightYellow": "#4e524f",
		"brightBlue": "#13bf9d",
		"brightMagenta": "#487d72",
		"brightCyan": "#00d1d1",
		"brightWhite": "#e8e8e8",
		"selectionBg": "#364748",
		"selectionFg": "#31363b",
		"borderMutedVar": "#585d62",
		"dimVar": "#6f7479",
		"surface": "#3f4449",
		"surface2": "#474d51",
		"surfaceBlue": "#2d4646",
		"surfaceGreen": "#3d4145",
		"surfaceRed": "#463437",
		"surfaceMagenta": "#344143",
		"exportPage": "#373c41",
		"exportCard": "#3c4146",
		"exportInfo": "#34393d"
	},
	"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"
	}
}
