{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "galaxy",
	"vars": {
		"bg": "#1d2837",
		"fg": "#ffffff",
		"black": "#000000",
		"red": "#f9555f",
		"green": "#21b089",
		"yellow": "#fef02a",
		"blue": "#589df6",
		"magenta": "#944d95",
		"cyan": "#1f9ee7",
		"white": "#bbbbbb",
		"brightBlack": "#555555",
		"brightRed": "#fa8c8f",
		"brightGreen": "#35bb9a",
		"brightYellow": "#ffff55",
		"brightBlue": "#589df6",
		"brightMagenta": "#e75699",
		"brightCyan": "#3979bc",
		"brightWhite": "#ffffff",
		"selectionBg": "#b5d5ff",
		"selectionFg": "#000000",
		"borderMutedVar": "#5c646f",
		"dimVar": "#80878f",
		"surface": "#343e4b",
		"surface2": "#414a57",
		"surfaceBlue": "#263a54",
		"surfaceGreen": "#1e3c43",
		"surfaceRed": "#3e2f3d",
		"surfaceMagenta": "#322f48",
		"exportPage": "#26313f",
		"exportCard": "#2f3947",
		"exportInfo": "#384035"
	},
	"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"
	}
}
