{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "marathon",
	"vars": {
		"chartreuse": "#c3fc0d",
		"chartreuseDim": "#8ab809",
		"teal": "#63ede0",
		"tealDim": "#4ab8ad",
		"indigo": "#470bf6",
		"hotPink": "#f81d78",
		"orange": "#fd6c1d",
		"darkVoid": "#0a0a0f",
		"gunmetal": "#141822",
		"midGray": "#707088",
		"dimGray": "#505068",
		"darkEdge": "#282840"
	},
	"colors": {
		"accent": "chartreuse",
		"border": "indigo",
		"borderAccent": "teal",
		"borderMuted": "darkEdge",
		"success": "chartreuse",
		"error": "hotPink",
		"warning": "orange",
		"muted": "midGray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "midGray",

		"selectedBg": "#1a2a0a",
		"userMessageBg": "#0c1408",
		"userMessageText": "",
		"customMessageBg": "#0c0c1e",
		"customMessageText": "",
		"customMessageLabel": "chartreuse",
		"toolPendingBg": "#0a0e08",
		"toolSuccessBg": "#0e1a0a",
		"toolErrorBg": "#1e0a10",
		"toolTitle": "chartreuse",
		"toolOutput": "midGray",

		"mdHeading": "chartreuse",
		"mdLink": "teal",
		"mdLinkUrl": "dimGray",
		"mdCode": "teal",
		"mdCodeBlock": "tealDim",
		"mdCodeBlockBorder": "darkEdge",
		"mdQuote": "midGray",
		"mdQuoteBorder": "tealDim",
		"mdHr": "darkEdge",
		"mdListBullet": "orange",

		"toolDiffAdded": "chartreuse",
		"toolDiffRemoved": "hotPink",
		"toolDiffContext": "midGray",

		"syntaxComment": "dimGray",
		"syntaxKeyword": "chartreuse",
		"syntaxFunction": "teal",
		"syntaxVariable": "orange",
		"syntaxString": "hotPink",
		"syntaxNumber": "indigo",
		"syntaxType": "teal",
		"syntaxOperator": "chartreuse",
		"syntaxPunctuation": "midGray",

		"thinkingOff": "darkEdge",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "chartreuseDim",
		"thinkingMedium": "chartreuse",
		"thinkingHigh": "indigo",
		"thinkingXhigh": "hotPink",

		"bashMode": "orange"
	},
	"export": {
		"pageBg": "#060810",
		"cardBg": "#0a0c14",
		"infoBg": "#0e1a0a"
	}
}
