{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "wzoreck-gogh",
	"vars": {
		"bg": "#424043",
		"fg": "#fcfcfa",
		"black": "#2e3436",
		"red": "#fc6386",
		"green": "#a9dc76",
		"yellow": "#fce94f",
		"blue": "#fb976b",
		"magenta": "#75507b",
		"cyan": "#34e2e2",
		"white": "#ffffff",
		"brightBlack": "#989595",
		"brightRed": "#fc6386",
		"brightGreen": "#a9dc76",
		"brightYellow": "#fce94f",
		"brightBlue": "#fb976b",
		"brightMagenta": "#ab9df2",
		"brightCyan": "#34e2e2",
		"brightWhite": "#d1d1c0",
		"selectionBg": "#504453",
		"selectionFg": "#424043",
		"borderMutedVar": "#767576",
		"dimVar": "#949394",
		"surface": "#555355",
		"surface2": "#605e60",
		"surfaceBlue": "#5e4d49",
		"surfaceGreen": "#51574b",
		"surfaceRed": "#5e454d",
		"surfaceMagenta": "#4b434d",
		"exportPage": "#49484a",
		"exportCard": "#514f52",
		"exportInfo": "#585444"
	},
	"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"
	}
}
