{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "shaman-gogh",
	"vars": {
		"bg": "#001015",
		"fg": "#405555",
		"black": "#012026",
		"red": "#b2302d",
		"green": "#00a941",
		"yellow": "#5e8baa",
		"blue": "#449a86",
		"magenta": "#00599d",
		"cyan": "#5d7e19",
		"white": "#405555",
		"brightBlack": "#384451",
		"brightRed": "#ff4242",
		"brightGreen": "#2aea5e",
		"brightYellow": "#8ed4fd",
		"brightBlue": "#61d5ba",
		"brightMagenta": "#1298ff",
		"brightCyan": "#98d028",
		"brightWhite": "#58fbd6",
		"selectionBg": "#00243b",
		"selectionFg": "#001015",
		"borderMutedVar": "#122327",
		"dimVar": "#1c2e31",
		"surface": "#06171b",
		"surface2": "#0a1b1f",
		"surfaceBlue": "#0a2526",
		"surfaceGreen": "#00271c",
		"surfaceRed": "#1b1519",
		"surfaceMagenta": "#001d2d",
		"exportPage": "#031318",
		"exportCard": "#05161a",
		"exportInfo": "#0b1f27"
	},
	"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"
	}
}
