{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "humanoid-light-base16",
	"vars": {
		"bg": "#f8f8f2",
		"fg": "#232629",
		"black": "#f8f8f2",
		"red": "#b0151a",
		"green": "#388e3c",
		"yellow": "#ffb627",
		"blue": "#0082c9",
		"magenta": "#700f98",
		"cyan": "#008e8e",
		"white": "#232629",
		"brightBlack": "#c0c0bd",
		"brightRed": "#b0151a",
		"brightGreen": "#388e3c",
		"brightYellow": "#ffb627",
		"brightBlue": "#0082c9",
		"brightMagenta": "#700f98",
		"brightCyan": "#008e8e",
		"brightWhite": "#070708",
		"selectionBg": "#232629",
		"selectionFg": "#f8f8f2",
		"borderMutedVar": "#c9cac6",
		"dimVar": "#8e8f8e",
		"surface": "#ebebe6",
		"surface2": "#e3e3de",
		"surfaceBlue": "#e4efef",
		"surfaceGreen": "#e9f0e3",
		"surfaceRed": "#f2e6e1",
		"surfaceMagenta": "#eae1e9",
		"exportPage": "#f2f2ec",
		"exportCard": "#f6f6f0",
		"exportInfo": "#f8f4e6"
	},
	"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"
	}
}
