{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "rezza-terminal-sexy",
	"vars": {
		"bg": "#222222",
		"fg": "#dddddd",
		"black": "#191919",
		"red": "#803232",
		"green": "#5b762f",
		"yellow": "#aa9943",
		"blue": "#324c80",
		"magenta": "#706c9a",
		"cyan": "#92b19e",
		"white": "#ffffff",
		"brightBlack": "#252525",
		"brightRed": "#982b2b",
		"brightGreen": "#89b83f",
		"brightYellow": "#efef60",
		"brightBlue": "#2b4f98",
		"brightMagenta": "#826ab1",
		"brightCyan": "#a1cdcd",
		"brightWhite": "#dddddd",
		"selectionBg": "#383744",
		"selectionFg": "#222222",
		"borderMutedVar": "#565656",
		"dimVar": "#747474",
		"surface": "#353535",
		"surface2": "#404040",
		"surfaceBlue": "#242830",
		"surfaceGreen": "#2b2f24",
		"surfaceRed": "#302424",
		"surfaceMagenta": "#302f38",
		"exportPage": "#292929",
		"exportCard": "#313131",
		"exportInfo": "#323026"
	},
	"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"
	}
}
