{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "s3r0-modified-terminal-sexy",
	"vars": {
		"bg": "#1f1f1f",
		"fg": "#c0b18b",
		"black": "#4a3637",
		"red": "#d17b49",
		"green": "#7b8748",
		"yellow": "#af865a",
		"blue": "#535c5c",
		"magenta": "#775759",
		"cyan": "#6d715e",
		"white": "#c0b18b",
		"brightBlack": "#4a3637",
		"brightRed": "#d17b49",
		"brightGreen": "#7b8748",
		"brightYellow": "#af865a",
		"brightBlue": "#535c5c",
		"brightMagenta": "#775759",
		"brightCyan": "#6d715e",
		"brightWhite": "#c0b18b",
		"selectionBg": "#382f2f",
		"selectionFg": "#1f1f1f",
		"borderMutedVar": "#4c483d",
		"dimVar": "#665f4f",
		"surface": "#2f2e2a",
		"surface2": "#393630",
		"surfaceBlue": "#272828",
		"surfaceGreen": "#2d2f25",
		"surfaceRed": "#3a2d25",
		"surfaceMagenta": "#2f2929",
		"exportPage": "#252523",
		"exportCard": "#2c2b28",
		"exportInfo": "#302b26"
	},
	"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"
	}
}
