{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "shapeshifter-base16",
	"vars": {
		"bg": "#f9f9f9",
		"fg": "#102015",
		"black": "#f9f9f9",
		"red": "#e92f2f",
		"green": "#0ed839",
		"yellow": "#dddd13",
		"blue": "#3b48e3",
		"magenta": "#f996e2",
		"cyan": "#23edda",
		"white": "#102015",
		"brightBlack": "#555555",
		"brightRed": "#e92f2f",
		"brightGreen": "#0ed839",
		"brightYellow": "#dddd13",
		"brightBlue": "#3b48e3",
		"brightMagenta": "#f996e2",
		"brightCyan": "#23edda",
		"brightWhite": "#000000",
		"selectionBg": "#102015",
		"selectionFg": "#f9f9f9",
		"borderMutedVar": "#c6c9c7",
		"dimVar": "#858d87",
		"surface": "#ebeceb",
		"surface2": "#e2e3e2",
		"surfaceBlue": "#eaebf7",
		"surfaceGreen": "#e6f6ea",
		"surfaceRed": "#f8e9e9",
		"surfaceMagenta": "#f9eff7",
		"exportPage": "#f2f2f2",
		"exportCard": "#f7f7f7",
		"exportInfo": "#f7f7eb"
	},
	"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"
	}
}
