{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "cyberdyne",
	"vars": {
		"bg": "#151144",
		"fg": "#00ff92",
		"black": "#080808",
		"red": "#ff8373",
		"green": "#00c172",
		"yellow": "#d2a700",
		"blue": "#0071cf",
		"magenta": "#ff90fe",
		"cyan": "#6bffdd",
		"white": "#f1f1f1",
		"brightBlack": "#2e2e2e",
		"brightRed": "#ffc4be",
		"brightGreen": "#d6fcba",
		"brightYellow": "#fffed5",
		"brightBlue": "#c2e3ff",
		"brightMagenta": "#ffb2fe",
		"brightCyan": "#e6e7fe",
		"brightWhite": "#ffffff",
		"selectionBg": "#454d96",
		"selectionFg": "#f4f4f4",
		"borderMutedVar": "#0f545a",
		"dimVar": "#0c7a66",
		"surface": "#13294c",
		"surface2": "#123750",
		"surfaceBlue": "#121f59",
		"surfaceGreen": "#122b4b",
		"surfaceRed": "#38224b",
		"surfaceMagenta": "#3f2865",
		"exportPage": "#141b47",
		"exportCard": "#13244a",
		"exportInfo": "#2c233c"
	},
	"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"
	}
}
