{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "default-light-terminal-sexy",
	"vars": {
		"bg": "#f5f5f5",
		"fg": "#303030",
		"black": "#151515",
		"red": "#ac4142",
		"green": "#90a959",
		"yellow": "#f4bf75",
		"blue": "#6a9fb5",
		"magenta": "#aa759f",
		"cyan": "#75b5aa",
		"white": "#d0d0d0",
		"brightBlack": "#505050",
		"brightRed": "#ac4142",
		"brightGreen": "#90a959",
		"brightYellow": "#f4bf75",
		"brightBlue": "#6a9fb5",
		"brightMagenta": "#aa759f",
		"brightCyan": "#75b5aa",
		"brightWhite": "#f5f5f5",
		"selectionBg": "#ebe3e9",
		"selectionFg": "#f5f5f5",
		"borderMutedVar": "#cacaca",
		"dimVar": "#939393",
		"surface": "#e9e9e9",
		"surface2": "#e1e1e1",
		"surfaceBlue": "#eaeef0",
		"surfaceGreen": "#edefe9",
		"surfaceRed": "#efe7e7",
		"surfaceMagenta": "#eee8ec",
		"exportPage": "#efefef",
		"exportCard": "#f3f3f3",
		"exportInfo": "#f5f2ed"
	},
	"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"
	}
}
