{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "everblush",
	"vars": {
		"bg": "#141b1e",
		"fg": "#dadada",
		"black": "#232a2d",
		"red": "#e57474",
		"green": "#8ccf7e",
		"yellow": "#e5c76b",
		"blue": "#67b0e8",
		"magenta": "#c47fd5",
		"cyan": "#6cbfbf",
		"white": "#b3b9b8",
		"brightBlack": "#2d3437",
		"brightRed": "#ef7e7e",
		"brightGreen": "#96d988",
		"brightYellow": "#f4d67a",
		"brightBlue": "#71baf2",
		"brightMagenta": "#ce89df",
		"brightCyan": "#67cbe7",
		"brightWhite": "#bdc3c2",
		"selectionBg": "#141b1e",
		"selectionFg": "#dadada",
		"borderMutedVar": "#4b5053",
		"dimVar": "#6b6f71",
		"surface": "#282e31",
		"surface2": "#343a3c",
		"surfaceBlue": "#20313c",
		"surfaceGreen": "#26362c",
		"surfaceRed": "#33282b",
		"surfaceMagenta": "#342d3f",
		"exportPage": "#1c2326",
		"exportCard": "#242a2d",
		"exportInfo": "#2d3027"
	},
	"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"
	}
}
