{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "catppuccin-frappe-2",
	"vars": {
		"bg": "#303446",
		"fg": "#c6d0f5",
		"black": "#51576d",
		"red": "#e78284",
		"green": "#a6d189",
		"yellow": "#e5c890",
		"blue": "#8caaee",
		"magenta": "#f4b8e4",
		"cyan": "#81c8be",
		"white": "#b5bfe2",
		"brightBlack": "#626880",
		"brightRed": "#e78284",
		"brightGreen": "#a6d189",
		"brightYellow": "#e5c890",
		"brightBlue": "#8caaee",
		"brightMagenta": "#f4b8e4",
		"brightCyan": "#81c8be",
		"brightWhite": "#a5adce",
		"selectionBg": "#626880",
		"selectionFg": "#c6d0f5",
		"borderMutedVar": "#5a6077",
		"dimVar": "#727993",
		"surface": "#3f4458",
		"surface2": "#484d62",
		"surfaceBlue": "#3e465f",
		"surfaceGreen": "#424c50",
		"surfaceRed": "#4b404f",
		"surfaceMagenta": "#534c62",
		"exportPage": "#363a4d",
		"exportCard": "#3c4054",
		"exportInfo": "#46464f"
	},
	"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"
	}
}
