{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "toychest",
	"vars": {
		"bg": "#24364b",
		"fg": "#31d07b",
		"black": "#2c3f58",
		"red": "#be2d26",
		"green": "#1a9172",
		"yellow": "#db8e27",
		"blue": "#325d96",
		"magenta": "#8a5edc",
		"cyan": "#35a08f",
		"white": "#23d183",
		"brightBlack": "#336889",
		"brightRed": "#dd5944",
		"brightGreen": "#31d07b",
		"brightYellow": "#e7d84b",
		"brightBlue": "#34a6da",
		"brightMagenta": "#ae6bdc",
		"brightCyan": "#42c3ae",
		"brightWhite": "#d5d5d5",
		"selectionBg": "#5f217a",
		"selectionFg": "#d5d5d5",
		"borderMutedVar": "#286158",
		"dimVar": "#2a7a60",
		"surface": "#254550",
		"surface2": "#264f53",
		"surfaceBlue": "#263c56",
		"surfaceGreen": "#234451",
		"surfaceRed": "#3b3545",
		"surfaceMagenta": "#363d65",
		"exportPage": "#253c4d",
		"exportCard": "#25424f",
		"exportInfo": "#3a4147"
	},
	"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"
	}
}
