{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "spacedust",
	"vars": {
		"bg": "#0a1e24",
		"fg": "#ecf0c1",
		"black": "#6e5346",
		"red": "#e35b00",
		"green": "#5cab96",
		"yellow": "#e3cd7b",
		"blue": "#0f548b",
		"magenta": "#e35b00",
		"cyan": "#06afc7",
		"white": "#f0f1ce",
		"brightBlack": "#684c31",
		"brightRed": "#ff8a3a",
		"brightGreen": "#aecab8",
		"brightYellow": "#ffc878",
		"brightBlue": "#67a0ce",
		"brightMagenta": "#ff8a3a",
		"brightCyan": "#83a7b4",
		"brightWhite": "#fefff1",
		"selectionBg": "#0a385c",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#495950",
		"dimVar": "#6d7a69",
		"surface": "#213334",
		"surface2": "#2e403d",
		"surfaceBlue": "#0b2633",
		"surfaceGreen": "#163335",
		"surfaceRed": "#2b271f",
		"surfaceMagenta": "#31291e",
		"exportPage": "#13262a",
		"exportCard": "#1c2f31",
		"exportInfo": "#24332e"
	},
	"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"
	}
}
