{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "flat-remix-gogh",
	"vars": {
		"bg": "#272a34",
		"fg": "#ffffff",
		"black": "#1f2229",
		"red": "#d41919",
		"green": "#5ebdab",
		"yellow": "#fea44c",
		"blue": "#367bf0",
		"magenta": "#bf2e5d",
		"cyan": "#49aee6",
		"white": "#e6e6e6",
		"brightBlack": "#8c42ab",
		"brightRed": "#ec0101",
		"brightGreen": "#47d4b9",
		"brightYellow": "#ff8a18",
		"brightBlue": "#277fff",
		"brightMagenta": "#d71655",
		"brightCyan": "#05a1f7",
		"brightWhite": "#ffffff",
		"selectionBg": "#522b3f",
		"selectionFg": "#272a34",
		"borderMutedVar": "#63666d",
		"dimVar": "#86888d",
		"surface": "#3d3f48",
		"surface2": "#4a4c54",
		"surfaceBlue": "#293650",
		"surfaceGreen": "#2f4046",
		"surfaceRed": "#412730",
		"surfaceMagenta": "#422b3b",
		"exportPage": "#30333c",
		"exportCard": "#383b44",
		"exportInfo": "#413937"
	},
	"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"
	}
}
