{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "neopolitan-gogh",
	"vars": {
		"bg": "#271f19",
		"fg": "#ffffff",
		"black": "#000000",
		"red": "#800000",
		"green": "#61ce3c",
		"yellow": "#fbde2d",
		"blue": "#253b76",
		"magenta": "#ff0080",
		"cyan": "#8da6ce",
		"white": "#f8f8f8",
		"brightBlack": "#000000",
		"brightRed": "#800000",
		"brightGreen": "#61ce3c",
		"brightYellow": "#fbde2d",
		"brightBlue": "#253b76",
		"brightMagenta": "#ff0080",
		"brightCyan": "#8da6ce",
		"brightWhite": "#f8f8f8",
		"selectionBg": "#631636",
		"selectionFg": "#271f19",
		"borderMutedVar": "#635e59",
		"dimVar": "#86827e",
		"surface": "#3d3530",
		"surface2": "#4a433e",
		"surfaceBlue": "#272327",
		"surfaceGreen": "#30391e",
		"surfaceRed": "#341a15",
		"surfaceMagenta": "#4e192c",
		"exportPage": "#302822",
		"exportCard": "#38312b",
		"exportInfo": "#40361b"
	},
	"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"
	}
}
