{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "solar-flare-base16",
	"vars": {
		"bg": "#18262f",
		"fg": "#a6afb8",
		"black": "#18262f",
		"red": "#ef5253",
		"green": "#7cc844",
		"yellow": "#e4b51c",
		"blue": "#33b5e1",
		"magenta": "#a363d5",
		"cyan": "#52cbb0",
		"white": "#a6afb8",
		"brightBlack": "#667581",
		"brightRed": "#ef5253",
		"brightGreen": "#7cc844",
		"brightYellow": "#e4b51c",
		"brightBlue": "#33b5e1",
		"brightMagenta": "#a363d5",
		"brightCyan": "#52cbb0",
		"brightWhite": "#f5f7fa",
		"selectionBg": "#a6afb8",
		"selectionFg": "#18262f",
		"borderMutedVar": "#404c55",
		"dimVar": "#56626b",
		"surface": "#26343d",
		"surface2": "#2f3c45",
		"surfaceBlue": "#1c3b4a",
		"surfaceGreen": "#273e32",
		"surfaceRed": "#382d34",
		"surfaceMagenta": "#31314d",
		"exportPage": "#1e2b34",
		"exportCard": "#23313a",
		"exportInfo": "#30372d"
	},
	"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"
	}
}
