{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "catppuccin-latte-2",
	"vars": {
		"bg": "#eff1f5",
		"fg": "#4c4f69",
		"black": "#5c5f77",
		"red": "#d20f39",
		"green": "#40a02b",
		"yellow": "#df8e1d",
		"blue": "#1e66f5",
		"magenta": "#ea76cb",
		"cyan": "#179299",
		"white": "#acb0be",
		"brightBlack": "#6c6f85",
		"brightRed": "#d20f39",
		"brightGreen": "#40a02b",
		"brightYellow": "#df8e1d",
		"brightBlue": "#1e66f5",
		"brightMagenta": "#ea76cb",
		"brightCyan": "#179299",
		"brightWhite": "#bcc0cc",
		"selectionBg": "#acb0be",
		"selectionFg": "#4c4f69",
		"borderMutedVar": "#cbcdd6",
		"dimVar": "#9ea0af",
		"surface": "#e5e7ed",
		"surface2": "#dfe1e7",
		"surfaceBlue": "#dee6f5",
		"surfaceGreen": "#e1ebe5",
		"surfaceRed": "#eddfe6",
		"surfaceMagenta": "#efe5f1",
		"exportPage": "#eaecf1",
		"exportCard": "#edeff4",
		"exportInfo": "#eeebe8"
	},
	"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"
	}
}
