{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "seashells",
	"vars": {
		"bg": "#09141b",
		"fg": "#deb88d",
		"black": "#17384c",
		"red": "#d15123",
		"green": "#027c9b",
		"yellow": "#fca02f",
		"blue": "#1e4950",
		"magenta": "#68d4f1",
		"cyan": "#50a3b5",
		"white": "#deb88d",
		"brightBlack": "#434b53",
		"brightRed": "#d48678",
		"brightGreen": "#628d98",
		"brightYellow": "#fdd39f",
		"brightBlue": "#1bbcdd",
		"brightMagenta": "#bbe3ee",
		"brightCyan": "#87acb4",
		"brightWhite": "#fee4ce",
		"selectionBg": "#1e4962",
		"selectionFg": "#fee4ce",
		"borderMutedVar": "#45423b",
		"dimVar": "#675c4d",
		"surface": "#1e2426",
		"surface2": "#2b2e2d",
		"surfaceBlue": "#0c1c23",
		"surfaceGreen": "#08242e",
		"surfaceRed": "#271d1c",
		"surfaceMagenta": "#1a3742",
		"exportPage": "#121b20",
		"exportCard": "#1a2124",
		"exportInfo": "#26251d"
	},
	"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"
	}
}
