{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "marathon-frost",
	"vars": {
		"ice": "#7ec8e3",
		"iceGlow": "#a8daef",
		"iceDim": "#5a9ab5",
		"frostPink": "#e680b0",
		"arcticCyan": "#00d4ff",
		"deepIndigo": "#8070cc",
		"slate": "#94a3b8",
		"darkVoid": "#0a0c10",
		"gunmetal": "#141820",
		"charcoal": "#1e2430",
		"midGray": "#708090",
		"dimGray": "#4a5568",
		"darkEdge": "#2a3040",
		"warningAmber": "#f0b840",
		"errorRed": "#f06060",
		"diffBlue": "#7ec8e3",
		"diffRed": "#f06060"
	},
	"colors": {
		"accent": "ice",
		"border": "iceDim",
		"borderAccent": "ice",
		"borderMuted": "darkEdge",
		"success": "iceGlow",
		"error": "errorRed",
		"warning": "warningAmber",
		"muted": "midGray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "midGray",

		"selectedBg": "#141e2a",
		"userMessageBg": "#0c1018",
		"userMessageText": "",
		"customMessageBg": "#0c0e18",
		"customMessageText": "",
		"customMessageLabel": "ice",
		"toolPendingBg": "#0a0c12",
		"toolSuccessBg": "#0c1620",
		"toolErrorBg": "#1e0c0c",
		"toolTitle": "ice",
		"toolOutput": "midGray",

		"mdHeading": "ice",
		"mdLink": "arcticCyan",
		"mdLinkUrl": "dimGray",
		"mdCode": "iceGlow",
		"mdCodeBlock": "iceDim",
		"mdCodeBlockBorder": "darkEdge",
		"mdQuote": "midGray",
		"mdQuoteBorder": "iceDim",
		"mdHr": "darkEdge",
		"mdListBullet": "ice",

		"toolDiffAdded": "diffBlue",
		"toolDiffRemoved": "diffRed",
		"toolDiffContext": "midGray",

		"syntaxComment": "dimGray",
		"syntaxKeyword": "ice",
		"syntaxFunction": "iceGlow",
		"syntaxVariable": "arcticCyan",
		"syntaxString": "frostPink",
		"syntaxNumber": "deepIndigo",
		"syntaxType": "arcticCyan",
		"syntaxOperator": "ice",
		"syntaxPunctuation": "midGray",

		"thinkingOff": "darkEdge",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "iceDim",
		"thinkingMedium": "ice",
		"thinkingHigh": "deepIndigo",
		"thinkingXhigh": "frostPink",

		"bashMode": "ice"
	},
	"export": {
		"pageBg": "#060810",
		"cardBg": "#0a0e16",
		"infoBg": "#0c1620"
	}
}
