{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ir-black",
	"vars": {
		"bg": "#000000",
		"fg": "#f1f1f1",
		"black": "#4f4f4f",
		"red": "#fa6c60",
		"green": "#a8ff60",
		"yellow": "#fffeb7",
		"blue": "#96cafe",
		"magenta": "#fa73fd",
		"cyan": "#c6c5fe",
		"white": "#efedef",
		"brightBlack": "#7b7b7b",
		"brightRed": "#fcb6b0",
		"brightGreen": "#cfffab",
		"brightYellow": "#ffffcc",
		"brightBlue": "#b5dcff",
		"brightMagenta": "#fb9cfe",
		"brightCyan": "#e0e0fe",
		"brightWhite": "#ffffff",
		"selectionBg": "#b5d5ff",
		"selectionFg": "#000000",
		"borderMutedVar": "#434343",
		"dimVar": "#6a6a6a",
		"surface": "#181818",
		"surface2": "#272727",
		"surfaceBlue": "#171e26",
		"surfaceGreen": "#19260e",
		"surfaceRed": "#26100e",
		"surfaceMagenta": "#2d152e",
		"exportPage": "#0a0a0a",
		"exportCard": "#131313",
		"exportInfo": "#1f1e16"
	},
	"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"
	}
}
