{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "shel-gogh",
	"vars": {
		"bg": "#2a201f",
		"fg": "#4882cd",
		"black": "#2c2423",
		"red": "#ab2463",
		"green": "#6ca323",
		"yellow": "#ab6423",
		"blue": "#2c64a2",
		"magenta": "#6c24a2",
		"cyan": "#2ca363",
		"white": "#918988",
		"brightBlack": "#918988",
		"brightRed": "#f588b9",
		"brightGreen": "#c2ee86",
		"brightYellow": "#f5ba86",
		"brightBlue": "#8fbaec",
		"brightMagenta": "#c288ec",
		"brightCyan": "#8feeb9",
		"brightWhite": "#f5eeec",
		"selectionBg": "#3c2144",
		"selectionFg": "#2a201f",
		"borderMutedVar": "#323b50",
		"dimVar": "#374b6c",
		"surface": "#2d2a30",
		"surface2": "#2f303b",
		"surfaceBlue": "#2a2a33",
		"surfaceGreen": "#343420",
		"surfaceRed": "#3d2129",
		"surfaceMagenta": "#362137",
		"exportPage": "#2b2426",
		"exportCard": "#2c282d",
		"exportInfo": "#39281f"
	},
	"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"
	}
}
