{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "slate-gogh",
	"vars": {
		"bg": "#222222",
		"fg": "#35b1d2",
		"black": "#222222",
		"red": "#e2a8bf",
		"green": "#81d778",
		"yellow": "#c4c9c0",
		"blue": "#264b49",
		"magenta": "#a481d3",
		"cyan": "#15ab9c",
		"white": "#02c5e0",
		"brightBlack": "#ffffff",
		"brightRed": "#ffcdd9",
		"brightGreen": "#beffa8",
		"brightYellow": "#d0ccca",
		"brightBlue": "#7ab0d2",
		"brightMagenta": "#c5a7d9",
		"brightCyan": "#8cdfe0",
		"brightWhite": "#e0e0e0",
		"selectionBg": "#463d54",
		"selectionFg": "#222222",
		"borderMutedVar": "#274a53",
		"dimVar": "#2a616f",
		"surface": "#243034",
		"surface2": "#25393e",
		"surfaceBlue": "#232828",
		"surfaceGreen": "#303d2f",
		"surfaceRed": "#3f363a",
		"surfaceMagenta": "#393342",
		"exportPage": "#232829",
		"exportCard": "#242d30",
		"exportInfo": "#353635"
	},
	"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"
	}
}
