{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "atelier-cave-light-base16",
	"vars": {
		"bg": "#efecf4",
		"fg": "#585260",
		"black": "#efecf4",
		"red": "#be4678",
		"green": "#2a9292",
		"yellow": "#a06e3b",
		"blue": "#576ddb",
		"magenta": "#955ae7",
		"cyan": "#398bc6",
		"white": "#585260",
		"brightBlack": "#7e7887",
		"brightRed": "#be4678",
		"brightGreen": "#2a9292",
		"brightYellow": "#a06e3b",
		"brightBlue": "#576ddb",
		"brightMagenta": "#955ae7",
		"brightCyan": "#398bc6",
		"brightWhite": "#19171c",
		"selectionBg": "#585260",
		"selectionFg": "#efecf4",
		"borderMutedVar": "#cecad3",
		"dimVar": "#a49faa",
		"surface": "#e6e3eb",
		"surface2": "#e0dde5",
		"surfaceBlue": "#e3e2f2",
		"surfaceGreen": "#dfe5ec",
		"surfaceRed": "#ebdfea",
		"surfaceMagenta": "#e6ddf3",
		"exportPage": "#eae7f0",
		"exportCard": "#edeaf3",
		"exportInfo": "#eae4e9"
	},
	"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"
	}
}
