{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "material",
	"vars": {
		"bg": "#eaeaea",
		"fg": "#232322",
		"black": "#212121",
		"red": "#b7141f",
		"green": "#457b24",
		"yellow": "#f6981e",
		"blue": "#134eb2",
		"magenta": "#560088",
		"cyan": "#0e717c",
		"white": "#efefef",
		"brightBlack": "#424242",
		"brightRed": "#e83b3f",
		"brightGreen": "#7aba3a",
		"brightYellow": "#ffea2e",
		"brightBlue": "#54a4f3",
		"brightMagenta": "#aa4dbc",
		"brightCyan": "#26bbd1",
		"brightWhite": "#d9d9d9",
		"selectionBg": "#c2c2c2",
		"selectionFg": "#4e4e4e",
		"borderMutedVar": "#bebebe",
		"dimVar": "#878786",
		"surface": "#dedede",
		"surface2": "#d6d6d6",
		"surfaceBlue": "#d9dee6",
		"surfaceGreen": "#dde1da",
		"surfaceRed": "#e6d9da",
		"surfaceMagenta": "#dbd3e0",
		"exportPage": "#e4e4e4",
		"exportCard": "#e8e8e8",
		"exportInfo": "#ebe5de"
	},
	"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"
	}
}
