{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "mono-light",
	"vars": {
		"bg": "#ffffff",
		"bg-light": "#f2f2f2",
		"bg-dark": "#e6e6e6",
		"text": "#000000",
		"text-muted": "#555555",
		"text-dim": "#8a8a8a",
		"text-faint": "#b3b3b3",
		"gray": "#808080",
		"gray-light": "#666666",
		"gray-mid": "#949494",
		"gray-dark": "#d4d4d4",
		"gray-strong": "#3a3a3a",
		"thinking-off": "#909090",
		"thinking-minimal": "#858585",
		"thinking-low": "#767676",
		"surface-soft": "#e8e8e8",
		"surface": "#dcdcdc",
		"surface-hi": "#cccccc",
		"accent": "#000000"
	},
	"colors": {
		"accent": "accent",
		"border": "text-dim",
		"borderAccent": "gray-light",
		"borderMuted": "gray-mid",
		"success": "text-muted",
		"error": "text",
		"warning": "gray-light",
		"muted": "text-muted",
		"dim": "text-dim",
		"text": "text",
		"thinkingText": "text-muted",

		"selectedBg": "bg-light",
		"scrollbarThumb": "gray-mid",
		"userMessageBg": "bg-light",
		"userMessageText": "text",
		"customMessageBg": "bg-light",
		"customMessageText": "text",
		"customMessageLabel": "text-muted",
		"toolPendingBg": "surface-soft",
		"toolSuccessBg": "surface",
		"toolErrorBg": "surface-hi",
		"toolTitle": "text",
		"toolOutput": "text-muted",

		"mdHeading": "text",
		"mdLink": "gray-light",
		"mdLinkUrl": "text-dim",
		"mdCode": "gray-light",
		"mdCodeBlock": "text-muted",
		"mdCodeBlockBorder": "gray-dark",
		"mdQuote": "text-dim",
		"mdQuoteBorder": "gray-dark",
		"mdHr": "gray-dark",
		"mdListBullet": "accent",

		"toolDiffAdded": "gray-light",
		"toolDiffRemoved": "text-faint",
		"toolDiffContext": "text-dim",

		"syntaxComment": "text-faint",
		"syntaxKeyword": "text",
		"syntaxFunction": "text",
		"syntaxVariable": "text-muted",
		"syntaxString": "text-muted",
		"syntaxNumber": "text-muted",
		"syntaxType": "text",
		"syntaxOperator": "text",
		"syntaxPunctuation": "text-dim",

		"thinkingOff": "thinking-off",
		"thinkingMinimal": "thinking-minimal",
		"thinkingLow": "thinking-low",
		"thinkingMedium": "gray-light",
		"thinkingHigh": "text-muted",
		"thinkingXhigh": "gray-strong",

		"bashMode": "text"
	},
	"export": {
		"pageBg": "bg",
		"cardBg": "bg-light",
		"infoBg": "surface-soft"
	}
}
