{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "pico-base16",
	"vars": {
		"bg": "#000000",
		"fg": "#5f574f",
		"black": "#000000",
		"red": "#ff004d",
		"green": "#00e756",
		"yellow": "#fff024",
		"blue": "#83769c",
		"magenta": "#ff77a8",
		"cyan": "#29adff",
		"white": "#5f574f",
		"brightBlack": "#008751",
		"brightRed": "#ff004d",
		"brightGreen": "#00e756",
		"brightYellow": "#fff024",
		"brightBlue": "#83769c",
		"brightMagenta": "#ff77a8",
		"brightCyan": "#29adff",
		"brightWhite": "#fff1e8",
		"selectionBg": "#5f574f",
		"selectionFg": "#000000",
		"borderMutedVar": "#1b1816",
		"dimVar": "#2a2623",
		"surface": "#0a0908",
		"surface2": "#0f0e0d",
		"surfaceBlue": "#141217",
		"surfaceGreen": "#00230d",
		"surfaceRed": "#26000c",
		"surfaceMagenta": "#2e151e",
		"exportPage": "#040303",
		"exportCard": "#080706",
		"exportInfo": "#1f1d04"
	},
	"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"
	}
}
