{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "bamboo-light",
	"vars": {
		"bg": "#fafae0",
		"fg": "#3a4238",
		"black": "#dadac2",
		"red": "#c72a3c",
		"green": "#27850b",
		"yellow": "#a77b00",
		"blue": "#1745d5",
		"magenta": "#8a4adf",
		"cyan": "#188a9e",
		"white": "#3a4238",
		"brightBlack": "#c7c7af",
		"brightRed": "#c72a3c",
		"brightGreen": "#27850b",
		"brightYellow": "#a77b00",
		"brightBlue": "#1745d5",
		"brightMagenta": "#8a4adf",
		"brightCyan": "#188a9e",
		"brightWhite": "#252623",
		"selectionBg": "#a1a7a0",
		"selectionFg": "#3a4238",
		"borderMutedVar": "#d0d2bb",
		"dimVar": "#9a9e8c",
		"surface": "#eeefd6",
		"surface2": "#e7e8cf",
		"surfaceBlue": "#e8ecdf",
		"surfaceGreen": "#e9f1cf",
		"surfaceRed": "#f6e9d3",
		"surfaceMagenta": "#efe8e0",
		"exportPage": "#f4f4db",
		"exportCard": "#f8f8de",
		"exportInfo": "#f5f2d3"
	},
	"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"
	}
}
