{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "neon",
	"vars": {
		"bg": "#14161a",
		"fg": "#00fffc",
		"black": "#000000",
		"red": "#ff3045",
		"green": "#5ffa74",
		"yellow": "#fffc7e",
		"blue": "#0208cb",
		"magenta": "#f924e7",
		"cyan": "#00fffc",
		"white": "#c7c7c7",
		"brightBlack": "#686868",
		"brightRed": "#ff5a5a",
		"brightGreen": "#75ff88",
		"brightYellow": "#fffd96",
		"brightBlue": "#3c40cb",
		"brightMagenta": "#f15be5",
		"brightCyan": "#88fffe",
		"brightWhite": "#ffffff",
		"selectionBg": "#0013ff",
		"selectionFg": "#08d2cf",
		"borderMutedVar": "#0e5759",
		"dimVar": "#0b7d7d",
		"surface": "#122d31",
		"surface2": "#113b3e",
		"surfaceBlue": "#111435",
		"surfaceGreen": "#1f3828",
		"surfaceRed": "#371a20",
		"surfaceMagenta": "#3d193f",
		"exportPage": "#131f23",
		"exportCard": "#12292c",
		"exportInfo": "#303226"
	},
	"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"
	}
}
