{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "darkmatrix",
	"vars": {
		"bg": "#070c0e",
		"fg": "#3e5715",
		"black": "#091013",
		"red": "#006536",
		"green": "#6fa64c",
		"yellow": "#7e8000",
		"blue": "#2c9a84",
		"magenta": "#452d53",
		"cyan": "#114d53",
		"white": "#006536",
		"brightBlack": "#333333",
		"brightRed": "#00733d",
		"brightGreen": "#90d762",
		"brightYellow": "#e2e500",
		"brightBlue": "#46d8b8",
		"brightMagenta": "#4a3059",
		"brightCyan": "#12545a",
		"brightWhite": "#006536",
		"selectionBg": "#0f191c",
		"selectionFg": "#00ff87",
		"borderMutedVar": "#162110",
		"dimVar": "#1f2d11",
		"surface": "#0d140f",
		"surface2": "#10180f",
		"surfaceBlue": "#0d2120",
		"surfaceGreen": "#172317",
		"surfaceRed": "#061914",
		"surfaceMagenta": "#12121a",
		"exportPage": "#090f0e",
		"exportCard": "#0b120f",
		"exportInfo": "#151a0c"
	},
	"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"
	}
}
