{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "zenbones",
	"vars": {
		"bg": "#f0edec",
		"fg": "#2c363c",
		"black": "#f0edec",
		"red": "#a8334c",
		"green": "#4f6c31",
		"yellow": "#944927",
		"blue": "#286486",
		"magenta": "#88507d",
		"cyan": "#3b8992",
		"white": "#2c363c",
		"brightBlack": "#cfc1ba",
		"brightRed": "#94253e",
		"brightGreen": "#3f5a22",
		"brightYellow": "#803d1c",
		"brightBlue": "#1d5573",
		"brightMagenta": "#7b3b70",
		"brightCyan": "#2b747c",
		"brightWhite": "#4f5e68",
		"selectionBg": "#cbd9e3",
		"selectionFg": "#2c363c",
		"borderMutedVar": "#c5c5c5",
		"dimVar": "#8e9294",
		"surface": "#e4e2e1",
		"surface2": "#dcdbda",
		"surfaceBlue": "#e0e2e4",
		"surfaceGreen": "#e3e3dd",
		"surfaceRed": "#eadedf",
		"surfaceMagenta": "#e6dde1",
		"exportPage": "#eae8e7",
		"exportCard": "#eeebea",
		"exportInfo": "#eae3e0"
	},
	"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"
	}
}
