{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-cyprus",
	"vars": {
		"bg": "#fcf7ef",
		"fg": "#242521",
		"black": "#f0ece0",
		"red": "#9f0d0f",
		"green": "#006f00",
		"yellow": "#a7601f",
		"blue": "#375cc6",
		"magenta": "#9a456f",
		"cyan": "#1f70af",
		"white": "#242521",
		"brightBlack": "#c5c3b8",
		"brightRed": "#ca3400",
		"brightGreen": "#00824f",
		"brightYellow": "#a2604f",
		"brightBlue": "#065fbf",
		"brightMagenta": "#8448aa",
		"brightCyan": "#007a9f",
		"brightWhite": "#59786f",
		"selectionBg": "#e0e7e5",
		"selectionFg": "#242521",
		"borderMutedVar": "#ccc9c2",
		"dimVar": "#908e88",
		"surface": "#efeae3",
		"surface2": "#e6e2da",
		"surfaceBlue": "#ecebec",
		"surfaceGreen": "#e8ecdc",
		"surfaceRed": "#f5e4dd",
		"surfaceMagenta": "#f2e5e2",
		"exportPage": "#f6f1e9",
		"exportCard": "#faf5ed",
		"exportInfo": "#f7eee3"
	},
	"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"
	}
}
