{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tangoesque-terminal-sexy",
	"vars": {
		"bg": "#000000",
		"fg": "#aaaaaa",
		"black": "#202020",
		"red": "#ff6565",
		"green": "#93d44f",
		"yellow": "#eab93d",
		"blue": "#204a87",
		"magenta": "#ce5c00",
		"cyan": "#89b6e2",
		"white": "#cccccc",
		"brightBlack": "#606060",
		"brightRed": "#ff8d8d",
		"brightGreen": "#c8e7a8",
		"brightYellow": "#ffc123",
		"brightBlue": "#3465a4",
		"brightMagenta": "#f57900",
		"brightCyan": "#46a4ff",
		"brightWhite": "#ffffff",
		"selectionBg": "#3a1a00",
		"selectionFg": "#000000",
		"borderMutedVar": "#303030",
		"dimVar": "#4b4b4b",
		"surface": "#111111",
		"surface2": "#1b1b1b",
		"surfaceBlue": "#050b14",
		"surfaceGreen": "#16200c",
		"surfaceRed": "#260f0f",
		"surfaceMagenta": "#251100",
		"exportPage": "#070707",
		"exportCard": "#0e0e0e",
		"exportInfo": "#1c1607"
	},
	"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"
	}
}
