{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "solar-flare-light-base16",
	"vars": {
		"bg": "#f5f7fa",
		"fg": "#586875",
		"black": "#f5f7fa",
		"red": "#ef5253",
		"green": "#7cc844",
		"yellow": "#e4b51c",
		"blue": "#33b5e1",
		"magenta": "#a363d5",
		"cyan": "#52cbb0",
		"white": "#586875",
		"brightBlack": "#85939e",
		"brightRed": "#ef5253",
		"brightGreen": "#7cc844",
		"brightYellow": "#e4b51c",
		"brightBlue": "#33b5e1",
		"brightMagenta": "#a363d5",
		"brightCyan": "#52cbb0",
		"brightWhite": "#18262f",
		"selectionBg": "#586875",
		"selectionFg": "#f5f7fa",
		"borderMutedVar": "#d2d8dd",
		"dimVar": "#a7b0b8",
		"surface": "#eceef2",
		"surface2": "#e5e9ed",
		"surfaceBlue": "#e5f2f8",
		"surfaceGreen": "#ebf3eb",
		"surfaceRed": "#f5eaed",
		"surfaceMagenta": "#ede8f6",
		"exportPage": "#f0f3f6",
		"exportCard": "#f3f6f9",
		"exportInfo": "#f4f3ed"
	},
	"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"
	}
}
