{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "snazzy-gogh",
	"vars": {
		"bg": "#282a36",
		"fg": "#eff0eb",
		"black": "#282a36",
		"red": "#ff5c57",
		"green": "#5af78e",
		"yellow": "#f3f99d",
		"blue": "#57c7ff",
		"magenta": "#ff6ac1",
		"cyan": "#9aedfe",
		"white": "#f1f1f0",
		"brightBlack": "#686868",
		"brightRed": "#ff5c57",
		"brightGreen": "#5af78e",
		"brightYellow": "#f3f99d",
		"brightBlue": "#57c7ff",
		"brightMagenta": "#ff6ac1",
		"brightCyan": "#9aedfe",
		"brightWhite": "#eff0eb",
		"selectionBg": "#643c5d",
		"selectionFg": "#282a36",
		"borderMutedVar": "#606169",
		"dimVar": "#808186",
		"surface": "#3c3e48",
		"surface2": "#484a53",
		"surfaceBlue": "#2f4254",
		"surfaceGreen": "#304943",
		"surfaceRed": "#48323b",
		"surfaceMagenta": "#4f364f",
		"exportPage": "#30323d",
		"exportCard": "#383a44",
		"exportInfo": "#404342"
	},
	"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"
	}
}
