{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-trio-dark",
	"vars": {
		"bg": "#160f0f",
		"fg": "#d8cfd5",
		"black": "#2a2228",
		"red": "#f48359",
		"green": "#60b444",
		"yellow": "#d4a052",
		"blue": "#7fa5f6",
		"magenta": "#d37faf",
		"cyan": "#8fbaff",
		"white": "#d8cfd5",
		"brightBlack": "#564f55",
		"brightRed": "#ff85aa",
		"brightGreen": "#60bf88",
		"brightYellow": "#ef9680",
		"brightBlue": "#72afff",
		"brightMagenta": "#a698ef",
		"brightCyan": "#8fcfdf",
		"brightWhite": "#908890",
		"selectionBg": "#16304f",
		"selectionFg": "#d8cfd5",
		"borderMutedVar": "#4c4546",
		"dimVar": "#6b6366",
		"surface": "#292223",
		"surface2": "#352e2f",
		"surfaceBlue": "#262632",
		"surfaceGreen": "#212817",
		"surfaceRed": "#37201a",
		"surfaceMagenta": "#38232c",
		"exportPage": "#1e1717",
		"exportCard": "#261e1f",
		"exportInfo": "#2d2017"
	},
	"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"
	}
}
