{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-night",
	"vars": {
		"bg": "#000e17",
		"fg": "#afbcbf",
		"black": "#1a202b",
		"red": "#ef656a",
		"green": "#1fa526",
		"yellow": "#c48502",
		"blue": "#379cf6",
		"magenta": "#d570af",
		"cyan": "#4fb0cf",
		"white": "#afbcbf",
		"brightBlack": "#444e59",
		"brightRed": "#ef798f",
		"brightGreen": "#00a972",
		"brightYellow": "#df8f6f",
		"brightBlue": "#029fff",
		"brightMagenta": "#af8aff",
		"brightCyan": "#3dc0b0",
		"brightWhite": "#70819f",
		"selectionBg": "#253146",
		"selectionFg": "#afbcbf",
		"borderMutedVar": "#313f46",
		"dimVar": "#4d5b61",
		"surface": "#121f28",
		"surface2": "#1c2a32",
		"surfaceBlue": "#082338",
		"surfaceGreen": "#052519",
		"surfaceRed": "#241b23",
		"surfaceMagenta": "#262032",
		"exportPage": "#07151e",
		"exportCard": "#0e1c24",
		"exportInfo": "#181c14"
	},
	"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"
	}
}
