{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "synthwave",
	"vars": {
		"bg": "#000000",
		"fg": "#dad9c7",
		"black": "#000000",
		"red": "#f6188f",
		"green": "#1ebb2b",
		"yellow": "#fdf834",
		"blue": "#2186ec",
		"magenta": "#f85a21",
		"cyan": "#12c3e2",
		"white": "#ffffff",
		"brightBlack": "#000000",
		"brightRed": "#f841a0",
		"brightGreen": "#25c141",
		"brightYellow": "#fdf454",
		"brightBlue": "#2f9ded",
		"brightMagenta": "#f97137",
		"brightCyan": "#19cde6",
		"brightWhite": "#ffffff",
		"selectionBg": "#19cde6",
		"selectionFg": "#000000",
		"borderMutedVar": "#3d3d38",
		"dimVar": "#605f58",
		"surface": "#161614",
		"surface2": "#232320",
		"surfaceBlue": "#051423",
		"surfaceGreen": "#051c06",
		"surfaceRed": "#250415",
		"surfaceMagenta": "#2d1006",
		"exportPage": "#090908",
		"exportCard": "#111110",
		"exportInfo": "#1e1e06"
	},
	"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"
	}
}
