{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "pinky-base16",
	"vars": {
		"bg": "#171517",
		"fg": "#f5f5f5",
		"black": "#171517",
		"red": "#ffa600",
		"green": "#ff0066",
		"yellow": "#20df6c",
		"blue": "#00ffff",
		"magenta": "#007fff",
		"cyan": "#6600ff",
		"white": "#f5f5f5",
		"brightBlack": "#383338",
		"brightRed": "#ffa600",
		"brightGreen": "#ff0066",
		"brightYellow": "#20df6c",
		"brightBlue": "#00ffff",
		"brightMagenta": "#007fff",
		"brightCyan": "#6600ff",
		"brightWhite": "#f7f3f7",
		"selectionBg": "#f5f5f5",
		"selectionFg": "#171517",
		"borderMutedVar": "#555455",
		"dimVar": "#797879",
		"surface": "#2d2b2d",
		"surface2": "#3b393b",
		"surfaceBlue": "#14383a",
		"surfaceGreen": "#3a1223",
		"surfaceRed": "#3a2b14",
		"surfaceMagenta": "#132841",
		"exportPage": "#201e20",
		"exportCard": "#292729",
		"exportInfo": "#182d21"
	},
	"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"
	}
}
