{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "alabaster",
	"vars": {
		"bg": "#f7f7f7",
		"fg": "#000000",
		"black": "#000000",
		"red": "#aa3731",
		"green": "#448c27",
		"yellow": "#cb9000",
		"blue": "#325cc0",
		"magenta": "#7a3e9d",
		"cyan": "#0083b2",
		"white": "#f7f7f7",
		"brightBlack": "#777777",
		"brightRed": "#f05050",
		"brightGreen": "#60cb00",
		"brightYellow": "#ffbc5d",
		"brightBlue": "#007acc",
		"brightMagenta": "#e64ce6",
		"brightCyan": "#00aacb",
		"brightWhite": "#f7f7f7",
		"selectionBg": "#bfdbfe",
		"selectionFg": "#000000",
		"borderMutedVar": "#c1c1c1",
		"dimVar": "#7c7c7c",
		"surface": "#e8e8e8",
		"surface2": "#dedede",
		"surfaceBlue": "#e7ebf3",
		"surfaceGreen": "#e9eee6",
		"surfaceRed": "#f1e8e7",
		"surfaceMagenta": "#ebe5ee",
		"exportPage": "#f0f0f0",
		"exportCard": "#f5f5f5",
		"exportInfo": "#f4f1e8"
	},
	"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"
	}
}
