{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ciapre",
	"vars": {
		"bg": "#191c27",
		"fg": "#aea47a",
		"black": "#181818",
		"red": "#810009",
		"green": "#48513b",
		"yellow": "#cc8b3f",
		"blue": "#576d8c",
		"magenta": "#724d7c",
		"cyan": "#5c4f4b",
		"white": "#aea47f",
		"brightBlack": "#555555",
		"brightRed": "#ac3835",
		"brightGreen": "#a6a75d",
		"brightYellow": "#dcdf7c",
		"brightBlue": "#3097c6",
		"brightMagenta": "#d33061",
		"brightCyan": "#f3dbb2",
		"brightWhite": "#f4f4f4",
		"selectionBg": "#172539",
		"selectionFg": "#aea47f",
		"borderMutedVar": "#43423e",
		"dimVar": "#5b584c",
		"surface": "#282a2f",
		"surface2": "#313234",
		"surfaceBlue": "#222836",
		"surfaceGreen": "#20242a",
		"surfaceRed": "#291823",
		"surfaceMagenta": "#292536",
		"exportPage": "#1f212a",
		"exportCard": "#25272e",
		"exportInfo": "#2e292a"
	},
	"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"
	}
}
