{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "atelier-lakeside-base16",
	"vars": {
		"bg": "#161b1d",
		"fg": "#7ea2b4",
		"black": "#161b1d",
		"red": "#d22d72",
		"green": "#568c3b",
		"yellow": "#8a8a0f",
		"blue": "#257fad",
		"magenta": "#6b6bb8",
		"cyan": "#2d8f6f",
		"white": "#7ea2b4",
		"brightBlack": "#5a7b8c",
		"brightRed": "#d22d72",
		"brightGreen": "#568c3b",
		"brightYellow": "#8a8a0f",
		"brightBlue": "#257fad",
		"brightMagenta": "#6b6bb8",
		"brightCyan": "#2d8f6f",
		"brightWhite": "#ebf8ff",
		"selectionBg": "#7ea2b4",
		"selectionFg": "#161b1d",
		"borderMutedVar": "#334147",
		"dimVar": "#44565f",
		"surface": "#20292c",
		"surface2": "#273135",
		"surfaceBlue": "#182a33",
		"surfaceGreen": "#202c22",
		"surfaceRed": "#321e2a",
		"surfaceMagenta": "#252939",
		"exportPage": "#1a2023",
		"exportCard": "#1e2629",
		"exportInfo": "#24281b"
	},
	"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"
	}
}
