{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "catppuccin-mocha",
	"vars": {
		"base": "#1e1e2e",
		"bgSearch": "#59719e",
		"blue": "#89b4fa",
		"crust": "#11111b",
		"diffAddBg": "#3c4947",
		"diffRemoveBg": "#4d3649",
		"green": "#a6e3a1",
		"mantle": "#181825",
		"mauve": "#cba6f7",
		"overlay0": "#6c7086",
		"overlay1": "#7f849c",
		"peach": "#fab387",
		"pink": "#f5c2e7",
		"red": "#f38ba8",
		"sky": "#89dceb",
		"subtext0": "#a6adc8",
		"surface0": "#313244",
		"surface1": "#45475a",
		"surface2": "#585b70",
		"teal": "#94e2d5",
		"text": "#cdd6f4",
		"yellow": "#f9e2af"
	},
	"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"
	}
}
