{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "treehouse",
	"vars": {
		"bg": "#191919",
		"fg": "#786b53",
		"black": "#321300",
		"red": "#b2270e",
		"green": "#44a900",
		"yellow": "#aa820c",
		"blue": "#58859a",
		"magenta": "#97363d",
		"cyan": "#b25a1e",
		"white": "#786b53",
		"brightBlack": "#433626",
		"brightRed": "#ed5d20",
		"brightGreen": "#55f238",
		"brightYellow": "#f2b732",
		"brightBlue": "#85cfed",
		"brightMagenta": "#e14c5a",
		"brightCyan": "#f07d14",
		"brightWhite": "#ffc800",
		"selectionBg": "#786b53",
		"selectionFg": "#fac800",
		"borderMutedVar": "#343029",
		"dimVar": "#433d33",
		"surface": "#23211f",
		"surface2": "#282622",
		"surfaceBlue": "#22292c",
		"surfaceGreen": "#1f2f15",
		"surfaceRed": "#301b17",
		"surfaceMagenta": "#301e1f",
		"exportPage": "#1d1c1b",
		"exportCard": "#21201e",
		"exportInfo": "#2a2617"
	},
	"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"
	}
}
