{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "city-streets-terminal-sexy",
	"vars": {
		"bg": "#000000",
		"fg": "#d3d3d3",
		"black": "#201e24",
		"red": "#2d2b30",
		"green": "#3f3d40",
		"yellow": "#413c3e",
		"blue": "#423e41",
		"magenta": "#4e4a4b",
		"cyan": "#6e6765",
		"white": "#837e81",
		"brightBlack": "#837c78",
		"brightRed": "#89827d",
		"brightGreen": "#a7a099",
		"brightYellow": "#c2bec1",
		"brightBlue": "#c3bcb2",
		"brightMagenta": "#cbc5ba",
		"brightCyan": "#e3ddd2",
		"brightWhite": "#efe8dc",
		"selectionBg": "#161515",
		"selectionFg": "#000000",
		"borderMutedVar": "#3b3b3b",
		"dimVar": "#5d5d5d",
		"surface": "#151515",
		"surface2": "#222222",
		"surfaceBlue": "#0a090a",
		"surfaceGreen": "#09090a",
		"surfaceRed": "#070607",
		"surfaceMagenta": "#0e0d0e",
		"exportPage": "#080808",
		"exportCard": "#111111",
		"exportInfo": "#080707"
	},
	"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"
	}
}
