{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "synth-midnight-terminal-light-base16",
	"vars": {
		"bg": "#dddfe0",
		"fg": "#28292a",
		"black": "#dddfe0",
		"red": "#b53b50",
		"green": "#06ea61",
		"yellow": "#c9d364",
		"blue": "#03aeff",
		"magenta": "#ea5ce2",
		"cyan": "#42fff9",
		"white": "#28292a",
		"brightBlack": "#a3a5a6",
		"brightRed": "#b53b50",
		"brightGreen": "#06ea61",
		"brightYellow": "#c9d364",
		"brightBlue": "#03aeff",
		"brightMagenta": "#ea5ce2",
		"brightCyan": "#42fff9",
		"brightWhite": "#050608",
		"selectionBg": "#28292a",
		"selectionFg": "#dddfe0",
		"borderMutedVar": "#b5b7b8",
		"dimVar": "#838485",
		"surface": "#d2d4d5",
		"surface2": "#cbcdce",
		"surfaceBlue": "#ccdbe2",
		"surfaceGreen": "#cce0d6",
		"surfaceRed": "#dad2d4",
		"surfaceMagenta": "#ded2e0",
		"exportPage": "#d8dadb",
		"exportCard": "#dbddde",
		"exportInfo": "#dcded9"
	},
	"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"
	}
}
