{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "apathy-base16",
	"vars": {
		"bg": "#031a16",
		"fg": "#81b5ac",
		"black": "#031a16",
		"red": "#3e9688",
		"green": "#883e96",
		"yellow": "#3e4c96",
		"blue": "#96883e",
		"magenta": "#4c963e",
		"cyan": "#963e4c",
		"white": "#81b5ac",
		"brightBlack": "#2b685e",
		"brightRed": "#3e9688",
		"brightGreen": "#883e96",
		"brightYellow": "#3e4c96",
		"brightBlue": "#96883e",
		"brightMagenta": "#4c963e",
		"brightCyan": "#963e4c",
		"brightWhite": "#d2e7e4",
		"selectionBg": "#81b5ac",
		"selectionFg": "#031a16",
		"borderMutedVar": "#264540",
		"dimVar": "#3a5e58",
		"surface": "#102a25",
		"surface2": "#17332e",
		"surfaceBlue": "#192b1c",
		"surfaceGreen": "#171f29",
		"surfaceRed": "#0c2d27",
		"surfaceMagenta": "#10301d",
		"exportPage": "#08201c",
		"exportCard": "#0d2622",
		"exportInfo": "#0a2025"
	},
	"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"
	}
}
