{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "zenburn-base16",
	"vars": {
		"bg": "#383838",
		"fg": "#dcdccc",
		"black": "#383838",
		"red": "#dca3a3",
		"green": "#5f7f5f",
		"yellow": "#e0cf9f",
		"blue": "#7cb8bb",
		"magenta": "#dc8cc3",
		"cyan": "#93e0e3",
		"white": "#dcdccc",
		"brightBlack": "#6f6f6f",
		"brightRed": "#dca3a3",
		"brightGreen": "#5f7f5f",
		"brightYellow": "#e0cf9f",
		"brightBlue": "#7cb8bb",
		"brightMagenta": "#dc8cc3",
		"brightCyan": "#93e0e3",
		"brightWhite": "#ffffff",
		"selectionBg": "#dcdccc",
		"selectionFg": "#383838",
		"borderMutedVar": "#666661",
		"dimVar": "#808079",
		"surface": "#484847",
		"surface2": "#525250",
		"surfaceBlue": "#424b4c",
		"surfaceGreen": "#3e433e",
		"surfaceRed": "#514848",
		"surfaceMagenta": "#564751",
		"exportPage": "#3f3f3e",
		"exportCard": "#454544",
		"exportInfo": "#4c4a44"
	},
	"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"
	}
}
