{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "blue-matrix",
	"vars": {
		"bg": "#101116",
		"fg": "#00a2ff",
		"black": "#101116",
		"red": "#ff5680",
		"green": "#00ff9c",
		"yellow": "#fffc58",
		"blue": "#00b0ff",
		"magenta": "#d57bff",
		"cyan": "#76c1ff",
		"white": "#c7c7c7",
		"brightBlack": "#686868",
		"brightRed": "#ff6e67",
		"brightGreen": "#5ffa68",
		"brightYellow": "#fffc67",
		"brightBlue": "#6871ff",
		"brightMagenta": "#d682ec",
		"brightCyan": "#60fdff",
		"brightWhite": "#ffffff",
		"selectionBg": "#c1deff",
		"selectionFg": "#000000",
		"borderMutedVar": "#0c3a57",
		"dimVar": "#09517d",
		"surface": "#0e202d",
		"surface2": "#0d283b",
		"surfaceBlue": "#0e2939",
		"surfaceGreen": "#0e352a",
		"surfaceRed": "#341b26",
		"surfaceMagenta": "#332440",
		"exportPage": "#0f171f",
		"exportCard": "#0f1d29",
		"exportInfo": "#2d2d1e"
	},
	"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"
	}
}
