{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "flat",
	"vars": {
		"bg": "#002240",
		"fg": "#2cc55d",
		"black": "#222d3f",
		"red": "#a82320",
		"green": "#32a548",
		"yellow": "#e58d11",
		"blue": "#3167ac",
		"magenta": "#781aa0",
		"cyan": "#2c9370",
		"white": "#b0b6ba",
		"brightBlack": "#212c3c",
		"brightRed": "#d4312e",
		"brightGreen": "#2d9440",
		"brightYellow": "#e5be0c",
		"brightBlue": "#3c7dd2",
		"brightMagenta": "#8230a7",
		"brightCyan": "#35b387",
		"brightWhite": "#e7eced",
		"selectionBg": "#792b9c",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#0c5048",
		"dimVar": "#136a4d",
		"surface": "#043243",
		"surface2": "#073c45",
		"surfaceBlue": "#072c50",
		"surfaceGreen": "#083641",
		"surfaceRed": "#19223b",
		"surfaceMagenta": "#162151",
		"exportPage": "#022941",
		"exportCard": "#042f42",
		"exportInfo": "#1b2f3a"
	},
	"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"
	}
}
