{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "matrix-machine",
	"vars": {
		"void": "#02070a",
		"panel": "#071316",
		"panelSoft": "#0b1a1d",
		"panelBlue": "#0b1b28",
		"panelGreen": "#0a1c14",
		"panelRed": "#261015",
		"green": "#57d889",
		"greenSoft": "#4aa974",
		"blue": "#5fa8d3",
		"cyan": "#64c3c9",
		"text": "#d7eadb",
		"muted": "#789b84",
		"dim": "#3f6558",
		"yellow": "#c6c970",
		"red": "#d86c82",
		"purple": "#978bd2"
	},
	"colors": {
		"accent": "green",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "dim",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "muted",
		"dim": "dim",
		"text": "text",
		"thinkingText": "muted",

		"selectedBg": "panelBlue",
		"userMessageBg": "panelBlue",
		"userMessageText": "text",
		"customMessageBg": "panelSoft",
		"customMessageText": "text",
		"customMessageLabel": "cyan",
		"toolPendingBg": "panelSoft",
		"toolSuccessBg": "panelGreen",
		"toolErrorBg": "panelRed",
		"toolTitle": "green",
		"toolOutput": "muted",

		"mdHeading": "green",
		"mdLink": "blue",
		"mdLinkUrl": "dim",
		"mdCode": "cyan",
		"mdCodeBlock": "greenSoft",
		"mdCodeBlockBorder": "blue",
		"mdQuote": "muted",
		"mdQuoteBorder": "greenSoft",
		"mdHr": "dim",
		"mdListBullet": "cyan",

		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "muted",

		"syntaxComment": "dim",
		"syntaxKeyword": "blue",
		"syntaxFunction": "green",
		"syntaxVariable": "cyan",
		"syntaxString": "greenSoft",
		"syntaxNumber": "yellow",
		"syntaxType": "cyan",
		"syntaxOperator": "text",
		"syntaxPunctuation": "muted",

		"thinkingOff": "dim",
		"thinkingMinimal": "muted",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "greenSoft",
		"thinkingXhigh": "green",

		"bashMode": "green"
	},
	"export": {
		"pageBg": "void",
		"cardBg": "panel",
		"infoBg": "panelSoft"
	}
}
