{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "terafox",
	"vars": {
		"bg": "#152528",
		"fg": "#e6eaea",
		"black": "#2f3239",
		"red": "#e85c51",
		"green": "#7aa4a1",
		"yellow": "#fda47f",
		"blue": "#5a93aa",
		"magenta": "#ad5c7c",
		"cyan": "#a1cdd8",
		"white": "#ebebeb",
		"brightBlack": "#4e5157",
		"brightRed": "#eb746b",
		"brightGreen": "#8eb2af",
		"brightYellow": "#fdb292",
		"brightBlue": "#73a3b7",
		"brightMagenta": "#b97490",
		"brightCyan": "#afd4de",
		"brightWhite": "#eeeeee",
		"selectionBg": "#293e40",
		"selectionFg": "#e6eaea",
		"borderMutedVar": "#505c5e",
		"dimVar": "#717c7d",
		"surface": "#2a393b",
		"surface2": "#364547",
		"surfaceBlue": "#1f363c",
		"surfaceGreen": "#24383a",
		"surfaceRed": "#352d2e",
		"surfaceMagenta": "#302f37",
		"exportPage": "#1d2d30",
		"exportCard": "#263538",
		"exportInfo": "#313432"
	},
	"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"
	}
}
