{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-day",
	"vars": {
		"bg": "#fff5ea",
		"fg": "#584141",
		"black": "#f2e9db",
		"red": "#ba2d2f",
		"green": "#007a0a",
		"yellow": "#a45a22",
		"blue": "#375cc6",
		"magenta": "#ca3e54",
		"cyan": "#3f60af",
		"white": "#584141",
		"brightBlack": "#c9c0b8",
		"brightRed": "#cf2f4f",
		"brightGreen": "#0f7f5f",
		"brightYellow": "#aa4f30",
		"brightBlue": "#265fbf",
		"brightMagenta": "#8448aa",
		"brightCyan": "#0f7b8f",
		"brightWhite": "#63728f",
		"selectionBg": "#f0d2df",
		"selectionFg": "#584141",
		"borderMutedVar": "#dacdc5",
		"dimVar": "#ac9b96",
		"surface": "#f5eae0",
		"surface2": "#eee3d9",
		"surfaceBlue": "#efe9e7",
		"surfaceGreen": "#ebebd8",
		"surfaceRed": "#f9e5db",
		"surfaceMagenta": "#fae3db",
		"exportPage": "#faf0e5",
		"exportCard": "#fdf3e8",
		"exportInfo": "#faecde"
	},
	"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"
	}
}
