{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "poimandres",
	"vars": {
		"brightYellow": "#fffac2",
		"brightMint": "#5DE4c7",
		"lowerMint": "#5fb3a1",
		"blueishGreen": "#42675A",
		"lowerBlue": "#89ddff",
		"lightBlue": "#ADD7FF",
		"desaturatedBlue": "#91B4D5",
		"bluishGrayBrighter": "#7390AA",
		"hotRed": "#d0679d",
		"pink": "#f087bd",
		"gray": "#a6accd",
		"darkerGray": "#767c9d",
		"bluishGray": "#506477",
		"focus": "#303340",
		"bg": "#1b1e28",
		"offWhite": "#e4f0fb",
		"selection": "#717cb4",
		"white": "#ffffff",
		"black": "#000000",
		"transparent": "#000000"
	},
	"colors": {
		"accent": "brightMint",
		"success": "blueishGreen",
		"error": "pink",
		"warning": "brightYellow",
		"muted": "offWhite",
		"dim": "gray",
		"text": "",
		"border": "focus",
		"borderAccent": "brightMint",
		"borderMuted": "offWhite",
		"selectedBg": "selection",
		"userMessageBg": "blueishGreen",
		"userMessageText": "offWhite",
		"customMessageBg": "bluishGray",
		"customMessageText": "lowerBlue",
		"customMessageLabel": "white",
		"toolPendingBg": "bg",
		"toolSuccessBg": "focus",
		"toolErrorBg": "hotRed",
		"toolTitle": "white",
		"toolOutput": "offWhite",
		"mdHeading": "white",
		"mdLink": "brightMint",
		"mdLinkUrl": "brightMint",
		"mdCode": "white",
		"mdCodeBlock": "offWhite",
		"mdCodeBlockBorder": "darkerGray",
		"mdQuote": "desaturatedBlue",
		"mdQuoteBorder": "bluishGray",
		"mdHr": "darkerGray",
		"mdListBullet": "darkerGray",
		"toolDiffAdded": "lowerMint",
		"toolDiffRemoved": "hotRed",
		"toolDiffContext": "offWhite",
		"syntaxComment": "darkerGray",
		"syntaxKeyword": "desaturatedBlue",
		"syntaxFunction": "lightBlue",
		"syntaxVariable": "white",
		"syntaxString": "brightMint",
		"syntaxNumber": "brightMint",
		"syntaxType": "white",
		"syntaxOperator": "brightMint",
		"syntaxPunctuation": "darkerGray",
		"thinkingText": "gray",
		"thinkingOff": "focus",
		"thinkingMinimal": "bluishGrayBrighter",
		"thinkingLow": "lowerBlue",
		"thinkingMedium": "brightMint",
		"thinkingHigh": "brightYellow",
		"thinkingXhigh": "hotRed",
		"bashMode": "brightMint"
	},
	"export": {
		"pageBg": "bg",
		"cardBg": "bg",
		"infoBg": "focus"
	}
}
