{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-duo-dark",
	"vars": {
		"bg": "#070019",
		"fg": "#d0d0d0",
		"black": "#1d1a26",
		"red": "#ef656a",
		"green": "#1fa526",
		"yellow": "#c48702",
		"blue": "#379cf6",
		"magenta": "#d369af",
		"cyan": "#5faaef",
		"white": "#d0d0d0",
		"brightBlack": "#4a4759",
		"brightRed": "#ef798f",
		"brightGreen": "#00b982",
		"brightYellow": "#df805f",
		"brightBlue": "#029fff",
		"brightMagenta": "#af85ff",
		"brightCyan": "#0dafdf",
		"brightWhite": "#857f8f",
		"selectionBg": "#042a50",
		"selectionFg": "#d0d0d0",
		"borderMutedVar": "#3f3a4c",
		"dimVar": "#5f5c6a",
		"surface": "#1b152b",
		"surface2": "#272136",
		"surfaceBlue": "#0e173a",
		"surfaceGreen": "#0b191b",
		"surfaceRed": "#2a0f25",
		"surfaceMagenta": "#2c1334",
		"exportPage": "#0f0820",
		"exportCard": "#171128",
		"exportInfo": "#1e1016"
	},
	"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"
	}
}
