{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "catppuccin-macchiato",
	"vars": {
		"base": "#24273a",
		"bgSearch": "#5c71a0",
		"blue": "#8aadf4",
		"crust": "#181926",
		"diffAddBg": "#414e4e",
		"diffRemoveBg": "#503c4e",
		"green": "#a6da95",
		"mantle": "#1e2030",
		"mauve": "#c6a0f6",
		"overlay0": "#6e738d",
		"overlay1": "#8087a2",
		"peach": "#f5a97f",
		"pink": "#f5bde6",
		"red": "#ed8796",
		"sky": "#91d7e3",
		"subtext0": "#a5adcb",
		"surface0": "#363a4f",
		"surface1": "#494d64",
		"surface2": "#5b6078",
		"teal": "#8bd5ca",
		"text": "#cad3f5",
		"yellow": "#eed49f"
	},
	"colors": {
		"accent": "mauve",
		"border": "overlay0",
		"borderAccent": "mauve",
		"borderMuted": "surface2",
		"success": "green",
		"error": "red",
		"warning": "peach",
		"muted": "overlay1",
		"dim": "surface2",
		"text": "text",
		"thinkingText": "subtext0",
		"selectedBg": "surface1",
		"scrollbarThumb": "surface1",
		"searchMatchBg": "bgSearch",
		"searchMatchText": "text",
		"userMessageBg": "mantle",
		"userMessageText": "text",
		"customMessageBg": "surface0",
		"customMessageText": "text",
		"customMessageLabel": "pink",
		"toolPendingBg": "crust",
		"toolSuccessBg": "diffAddBg",
		"toolErrorBg": "diffRemoveBg",
		"toolTitle": "text",
		"toolOutput": "subtext0",
		"mdHeading": "blue",
		"mdLink": "blue",
		"mdLinkUrl": "overlay1",
		"mdCode": "green",
		"mdCodeBlock": "text",
		"mdCodeBlockBorder": "surface2",
		"mdQuote": "subtext0",
		"mdQuoteBorder": "surface2",
		"mdHr": "surface1",
		"mdListBullet": "sky",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "overlay1",
		"syntaxComment": "overlay0",
		"syntaxKeyword": "mauve",
		"syntaxFunction": "blue",
		"syntaxVariable": "text",
		"syntaxString": "green",
		"syntaxNumber": "peach",
		"syntaxType": "yellow",
		"syntaxOperator": "sky",
		"syntaxPunctuation": "subtext0",
		"thinkingOff": "surface2",
		"thinkingMinimal": "overlay1",
		"thinkingLow": "sky",
		"thinkingMedium": "blue",
		"thinkingHigh": "mauve",
		"thinkingXhigh": "peach",
		"thinkingMax": "red",
		"bashMode": "teal"
	},
	"export": {
		"pageBg": "base",
		"cardBg": "mantle",
		"infoBg": "surface0"
	}
}
