{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "iceberg-light",
	"vars": {
		"bg": "#e8e9ec",
		"fg": "#33374c",
		"black": "#dcdfe7",
		"red": "#cc517a",
		"green": "#668e3d",
		"yellow": "#c57339",
		"blue": "#2d539e",
		"magenta": "#7759b4",
		"cyan": "#3f83a6",
		"white": "#33374c",
		"brightBlack": "#8389a3",
		"brightRed": "#cc3768",
		"brightGreen": "#598030",
		"brightYellow": "#b6662d",
		"brightBlue": "#22478e",
		"brightMagenta": "#6845ad",
		"brightCyan": "#327698",
		"brightWhite": "#262a3f",
		"selectionBg": "#33374c",
		"selectionFg": "#e8e9ec",
		"borderMutedVar": "#c0c2c9",
		"dimVar": "#8e909c",
		"surface": "#dddee2",
		"surface2": "#d6d7dc",
		"surfaceBlue": "#d9dde6",
		"surfaceGreen": "#dee2de",
		"surfaceRed": "#e6dde3",
		"surfaceMagenta": "#dddbe6",
		"exportPage": "#e3e4e7",
		"exportCard": "#e6e7ea",
		"exportInfo": "#e6e2e1"
	},
	"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"
	}
}
