{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "red-planet",
	"vars": {
		"bg": "#222222",
		"fg": "#c2b790",
		"black": "#202020",
		"red": "#8c3432",
		"green": "#728271",
		"yellow": "#e8bf6a",
		"blue": "#69819e",
		"magenta": "#896492",
		"cyan": "#5b8390",
		"white": "#b9aa99",
		"brightBlack": "#676767",
		"brightRed": "#b55242",
		"brightGreen": "#869985",
		"brightYellow": "#ebeb91",
		"brightBlue": "#60827e",
		"brightMagenta": "#de4974",
		"brightCyan": "#38add8",
		"brightWhite": "#d6bfb8",
		"selectionBg": "#1b324a",
		"selectionFg": "#bcb291",
		"borderMutedVar": "#4f4c41",
		"dimVar": "#686452",
		"surface": "#32312d",
		"surface2": "#3c3a34",
		"surfaceBlue": "#2d3035",
		"surfaceGreen": "#2e302e",
		"surfaceRed": "#322524",
		"surfaceMagenta": "#352e36",
		"exportPage": "#282826",
		"exportCard": "#2f2e2b",
		"exportInfo": "#3a352b"
	},
	"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"
	}
}
