{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "afterglow",
	"vars": {
		"bg": "#212121",
		"fg": "#d0d0d0",
		"black": "#151515",
		"red": "#ac4142",
		"green": "#7e8e50",
		"yellow": "#e5b567",
		"blue": "#6c99bb",
		"magenta": "#9f4e85",
		"cyan": "#7dd6cf",
		"white": "#d0d0d0",
		"brightBlack": "#505050",
		"brightRed": "#ac4142",
		"brightGreen": "#7e8e50",
		"brightYellow": "#e5b567",
		"brightBlue": "#6c99bb",
		"brightMagenta": "#9f4e85",
		"brightCyan": "#7dd6cf",
		"brightWhite": "#f5f5f5",
		"selectionBg": "#303030",
		"selectionFg": "#d0d0d0",
		"borderMutedVar": "#525252",
		"dimVar": "#6e6e6e",
		"surface": "#333333",
		"surface2": "#3d3d3d",
		"surfaceBlue": "#2c3338",
		"surfaceGreen": "#2f3128",
		"surfaceRed": "#362626",
		"surfaceMagenta": "#382933",
		"exportPage": "#282828",
		"exportCard": "#2f2f2f",
		"exportInfo": "#393329"
	},
	"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"
	}
}
