{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "iceberg-dark",
	"vars": {
		"bg": "#161821",
		"fg": "#c6c8d1",
		"black": "#1e2132",
		"red": "#e27878",
		"green": "#b4be82",
		"yellow": "#e2a478",
		"blue": "#84a0c6",
		"magenta": "#a093c7",
		"cyan": "#89b8c2",
		"white": "#c6c8d1",
		"brightBlack": "#6b7089",
		"brightRed": "#e98989",
		"brightGreen": "#c0ca8e",
		"brightYellow": "#e9b189",
		"brightBlue": "#91acd1",
		"brightMagenta": "#ada0d3",
		"brightCyan": "#95c4ce",
		"brightWhite": "#d2d4de",
		"selectionBg": "#c6c8d1",
		"selectionFg": "#161821",
		"borderMutedVar": "#474952",
		"dimVar": "#63656e",
		"surface": "#282a33",
		"surface2": "#32343d",
		"surfaceBlue": "#272c3a",
		"surfaceGreen": "#2e3130",
		"surfaceRed": "#35262e",
		"surfaceMagenta": "#2f2e3f",
		"exportPage": "#1d1f28",
		"exportCard": "#24262f",
		"exportInfo": "#2e292b"
	},
	"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"
	}
}
