{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "hybrid",
	"vars": {
		"bg": "#161719",
		"fg": "#b7bcba",
		"black": "#2a2e33",
		"red": "#b84d51",
		"green": "#b3bf5a",
		"yellow": "#e4b55e",
		"blue": "#6e90b0",
		"magenta": "#a17eac",
		"cyan": "#7fbfb4",
		"white": "#b5b9b6",
		"brightBlack": "#1d1f22",
		"brightRed": "#8d2e32",
		"brightGreen": "#798431",
		"brightYellow": "#e58a50",
		"brightBlue": "#4b6b88",
		"brightMagenta": "#6e5079",
		"brightCyan": "#4d7b74",
		"brightWhite": "#5a626a",
		"selectionBg": "#1e1f22",
		"selectionFg": "#b7bcba",
		"borderMutedVar": "#434546",
		"dimVar": "#5d6060",
		"surface": "#262829",
		"surface2": "#303133",
		"surfaceBlue": "#232930",
		"surfaceGreen": "#2e3023",
		"surfaceRed": "#2e1f21",
		"surfaceMagenta": "#2f2a33",
		"exportPage": "#1c1e1f",
		"exportCard": "#232426",
		"exportInfo": "#2f2a21"
	},
	"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"
	}
}
