{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "brewer-base16",
	"vars": {
		"bg": "#0c0d0e",
		"fg": "#b7b8b9",
		"black": "#0c0d0e",
		"red": "#e31a1c",
		"green": "#31a354",
		"yellow": "#dca060",
		"blue": "#3182bd",
		"magenta": "#756bb1",
		"cyan": "#80b1d3",
		"white": "#b7b8b9",
		"brightBlack": "#737475",
		"brightRed": "#e31a1c",
		"brightGreen": "#31a354",
		"brightYellow": "#dca060",
		"brightBlue": "#3182bd",
		"brightMagenta": "#756bb1",
		"brightCyan": "#80b1d3",
		"brightWhite": "#fcfdfe",
		"selectionBg": "#b7b8b9",
		"selectionFg": "#0c0d0e",
		"borderMutedVar": "#3c3d3e",
		"dimVar": "#575859",
		"surface": "#1d1e1f",
		"surface2": "#272829",
		"surfaceBlue": "#121f28",
		"surfaceGreen": "#122419",
		"surfaceRed": "#2c0f10",
		"surfaceMagenta": "#1f1e2b",
		"exportPage": "#131415",
		"exportCard": "#1a1b1c",
		"exportInfo": "#251f18"
	},
	"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"
	}
}
