{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "eva-dim-base16",
	"vars": {
		"bg": "#2a3b4d",
		"fg": "#9fa2a6",
		"black": "#2a3b4d",
		"red": "#c4676c",
		"green": "#5de561",
		"yellow": "#cfd05d",
		"blue": "#1ae1dc",
		"magenta": "#9c6cd3",
		"cyan": "#4b8f77",
		"white": "#9fa2a6",
		"brightBlack": "#55799c",
		"brightRed": "#c4676c",
		"brightGreen": "#5de561",
		"brightYellow": "#cfd05d",
		"brightBlue": "#1ae1dc",
		"brightMagenta": "#9c6cd3",
		"brightCyan": "#4b8f77",
		"brightWhite": "#ffffff",
		"selectionBg": "#9fa2a6",
		"selectionFg": "#2a3b4d",
		"borderMutedVar": "#4b5866",
		"dimVar": "#5d6874",
		"surface": "#364556",
		"surface2": "#3d4b5b",
		"surfaceBlue": "#285462",
		"surfaceGreen": "#325550",
		"surfaceRed": "#414252",
		"surfaceMagenta": "#3f4465",
		"exportPage": "#2f3f51",
		"exportCard": "#334354",
		"exportInfo": "#3e4d4f"
	},
	"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"
	}
}
