{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ultradark",
	"vars": {
		"bg": "#000000",
		"fg": "#ffffff",
		"black": "#000000",
		"red": "#f07178",
		"green": "#c3e88d",
		"yellow": "#ffcb6b",
		"blue": "#82aaff",
		"magenta": "#c792ea",
		"cyan": "#89ddff",
		"white": "#cccccc",
		"brightBlack": "#333333",
		"brightRed": "#f6a9ae",
		"brightGreen": "#dbf1ba",
		"brightYellow": "#ffdfa6",
		"brightBlue": "#b4ccff",
		"brightMagenta": "#ddbdf2",
		"brightCyan": "#b8eaff",
		"brightWhite": "#ffffff",
		"selectionBg": "#222222",
		"selectionFg": "#cccccc",
		"borderMutedVar": "#474747",
		"dimVar": "#707070",
		"surface": "#1a1a1a",
		"surface2": "#292929",
		"surfaceBlue": "#141a26",
		"surfaceGreen": "#1d2315",
		"surfaceRed": "#241112",
		"surfaceMagenta": "#241a2a",
		"exportPage": "#0a0a0a",
		"exportCard": "#141414",
		"exportInfo": "#1f180d"
	},
	"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"
	}
}
