{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "atelier-heath-light-base16",
	"vars": {
		"bg": "#f7f3f7",
		"fg": "#695d69",
		"black": "#f7f3f7",
		"red": "#ca402b",
		"green": "#918b3b",
		"yellow": "#bb8a35",
		"blue": "#516aec",
		"magenta": "#7b59c0",
		"cyan": "#159393",
		"white": "#695d69",
		"brightBlack": "#9e8f9e",
		"brightRed": "#ca402b",
		"brightGreen": "#918b3b",
		"brightYellow": "#bb8a35",
		"brightBlue": "#516aec",
		"brightMagenta": "#7b59c0",
		"brightCyan": "#159393",
		"brightWhite": "#1b181b",
		"selectionBg": "#695d69",
		"selectionFg": "#f7f3f7",
		"borderMutedVar": "#d8d2d8",
		"dimVar": "#b0a8b0",
		"surface": "#eeeaee",
		"surface2": "#e9e4e9",
		"surfaceBlue": "#eae8f6",
		"surfaceGreen": "#efebe8",
		"surfaceRed": "#f3e5e7",
		"surfaceMagenta": "#ebe4f2",
		"exportPage": "#f3eff3",
		"exportCard": "#f6f2f6",
		"exportInfo": "#f3edeb"
	},
	"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"
	}
}
