{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "doom-peacock",
	"vars": {
		"bg": "#2b2a27",
		"fg": "#ede0ce",
		"black": "#1c1f24",
		"red": "#cb4b16",
		"green": "#26a6a6",
		"yellow": "#bcd42a",
		"blue": "#2a6cc6",
		"magenta": "#a9a1e1",
		"cyan": "#5699af",
		"white": "#ede0ce",
		"brightBlack": "#2b2a27",
		"brightRed": "#ff5d38",
		"brightGreen": "#98be65",
		"brightYellow": "#e6f972",
		"brightBlue": "#51afef",
		"brightMagenta": "#c678dd",
		"brightCyan": "#46d9ff",
		"brightWhite": "#dfdfdf",
		"selectionBg": "#a60033",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#615d56",
		"dimVar": "#807a70",
		"surface": "#3e3c38",
		"surface2": "#4a4742",
		"surfaceBlue": "#2b343f",
		"surfaceGreen": "#2a3d3a",
		"surfaceRed": "#432f24",
		"surfaceMagenta": "#423f48",
		"exportPage": "#33312e",
		"exportCard": "#3b3934",
		"exportInfo": "#3c3e27"
	},
	"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"
	}
}
