{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ayu-mirage",
	"vars": {
		"bg": "#1f2430",
		"fg": "#cbccc6",
		"black": "#191e2a",
		"red": "#ed8274",
		"green": "#a6cc70",
		"yellow": "#fad07b",
		"blue": "#6dcbfa",
		"magenta": "#cfbafa",
		"cyan": "#90e1c6",
		"white": "#c7c7c7",
		"brightBlack": "#686868",
		"brightRed": "#f28779",
		"brightGreen": "#bae67e",
		"brightYellow": "#ffd580",
		"brightBlue": "#73d0ff",
		"brightMagenta": "#d4bfff",
		"brightCyan": "#95e6cb",
		"brightWhite": "#ffffff",
		"selectionBg": "#33415e",
		"selectionFg": "#cbccc6",
		"borderMutedVar": "#4f535a",
		"dimVar": "#6b6e72",
		"surface": "#30353f",
		"surface2": "#3b3f48",
		"surfaceBlue": "#2b3d4e",
		"surfaceGreen": "#333d3a",
		"surfaceRed": "#3e323a",
		"surfaceMagenta": "#3f3f54",
		"exportPage": "#262b36",
		"exportCard": "#2d313c",
		"exportInfo": "#393939"
	},
	"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"
	}
}
