{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "vesper",
	"vars": {
		"bg": "#101010",
		"fg": "#ffffff",
		"black": "#101010",
		"red": "#f5a191",
		"green": "#90b99f",
		"yellow": "#e6b99d",
		"blue": "#aca1cf",
		"magenta": "#e29eca",
		"cyan": "#ea83a5",
		"white": "#a0a0a0",
		"brightBlack": "#7e7e7e",
		"brightRed": "#ff8080",
		"brightGreen": "#99ffe4",
		"brightYellow": "#ffc799",
		"brightBlue": "#b9aeda",
		"brightMagenta": "#ecaad6",
		"brightCyan": "#f591b2",
		"brightWhite": "#ffffff",
		"selectionBg": "#988049",
		"selectionFg": "#acb1ab",
		"borderMutedVar": "#535353",
		"dimVar": "#797979",
		"surface": "#282828",
		"surface2": "#363636",
		"surfaceBlue": "#27262d",
		"surfaceGreen": "#232925",
		"surfaceRed": "#322623",
		"surfaceMagenta": "#362a31",
		"exportPage": "#1a1a1a",
		"exportCard": "#232323",
		"exportInfo": "#2a2421"
	},
	"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"
	}
}
