{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "sequoia-moonlight",
	"vars": {
		"bg": "#0f1014",
		"fg": "#868690",
		"black": "#131317",
		"red": "#f58ee0",
		"green": "#8eb5f5",
		"yellow": "#9898a6",
		"blue": "#c58fff",
		"magenta": "#fdfdfe",
		"cyan": "#ffbb88",
		"white": "#868690",
		"brightBlack": "#575861",
		"brightRed": "#f58ee0",
		"brightGreen": "#8eb5f5",
		"brightYellow": "#9898a6",
		"brightBlue": "#c58fff",
		"brightMagenta": "#fdfdfe",
		"brightCyan": "#ffbb88",
		"brightWhite": "#868690",
		"selectionBg": "#22222a",
		"selectionFg": "#93939c",
		"borderMutedVar": "#303137",
		"dimVar": "#43444b",
		"surface": "#1b1c20",
		"surface2": "#222328",
		"surfaceBlue": "#2a2337",
		"surfaceGreen": "#222936",
		"surfaceRed": "#322333",
		"surfaceMagenta": "#3a3b3e",
		"exportPage": "#141519",
		"exportCard": "#19191e",
		"exportInfo": "#1f2026"
	},
	"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"
	}
}
