{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ef-winter",
	"vars": {
		"bg": "#0f0b15",
		"fg": "#b8c6d5",
		"black": "#1d202f",
		"red": "#f47359",
		"green": "#29a444",
		"yellow": "#b58a52",
		"blue": "#3f95f6",
		"magenta": "#d369af",
		"cyan": "#4fbaef",
		"white": "#b8c6d5",
		"brightBlack": "#4a4f62",
		"brightRed": "#ff6a7a",
		"brightGreen": "#00a392",
		"brightYellow": "#df9080",
		"brightBlue": "#029fff",
		"brightMagenta": "#af85ea",
		"brightCyan": "#35afbf",
		"brightWhite": "#807c9f",
		"selectionBg": "#342464",
		"selectionFg": "#b8c6d5",
		"borderMutedVar": "#3e3f4b",
		"dimVar": "#595d69",
		"surface": "#201e28",
		"surface2": "#2a2934",
		"surfaceBlue": "#162037",
		"surfaceGreen": "#13221c",
		"surfaceRed": "#311b1f",
		"surfaceMagenta": "#321c31",
		"exportPage": "#16121d",
		"exportCard": "#1d1a24",
		"exportInfo": "#231a1c"
	},
	"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"
	}
}
