{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "blue-dolphin-gogh",
	"vars": {
		"bg": "#006984",
		"fg": "#c5f2ff",
		"black": "#292d3e",
		"red": "#ff8288",
		"green": "#b4e88d",
		"yellow": "#f4d69f",
		"blue": "#82aaff",
		"magenta": "#e9c1ff",
		"cyan": "#89ebff",
		"white": "#d0d0d0",
		"brightBlack": "#434758",
		"brightRed": "#ff8b92",
		"brightGreen": "#ddffa7",
		"brightYellow": "#ffe585",
		"brightBlue": "#9cc4ff",
		"brightMagenta": "#ddb0f6",
		"brightCyan": "#a3f7ff",
		"brightWhite": "#ffffff",
		"selectionBg": "#4182a6",
		"selectionFg": "#006984",
		"borderMutedVar": "#378fa6",
		"dimVar": "#57a5ba",
		"surface": "#147790",
		"surface2": "#207f98",
		"surfaceBlue": "#147396",
		"surfaceGreen": "#1b7c85",
		"surfaceRed": "#266d85",
		"surfaceMagenta": "#2a799a",
		"exportPage": "#086e89",
		"exportCard": "#10748e",
		"exportInfo": "#1d7687"
	},
	"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"
	}
}
