{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "summerfruit-light-base16",
	"vars": {
		"bg": "#ffffff",
		"fg": "#101010",
		"black": "#ffffff",
		"red": "#ff0086",
		"green": "#00c918",
		"yellow": "#aba800",
		"blue": "#3777e6",
		"magenta": "#ad00a1",
		"cyan": "#1faaaa",
		"white": "#101010",
		"brightBlack": "#b0b0b0",
		"brightRed": "#ff0086",
		"brightGreen": "#00c918",
		"brightYellow": "#aba800",
		"brightBlue": "#3777e6",
		"brightMagenta": "#ad00a1",
		"brightCyan": "#1faaaa",
		"brightWhite": "#202020",
		"selectionBg": "#101010",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#cacaca",
		"dimVar": "#888888",
		"surface": "#f1f1f1",
		"surface2": "#e7e7e7",
		"surfaceBlue": "#eff4fd",
		"surfaceGreen": "#ebfbed",
		"surfaceRed": "#ffebf5",
		"surfaceMagenta": "#f7e6f6",
		"exportPage": "#f8f8f8",
		"exportCard": "#fdfdfd",
		"exportInfo": "#fafaf0"
	},
	"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"
	}
}
