{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "aftc-orange-viz",
	"vars": {
		"bg": "#08131a",
		"fg": "#deb88d",
		"gray": "#424b52",
		"darkGray": "#172229",
		"accent": "#fca02f",
		"accentDark": "#ca6e00",
		"accentMid": "#edac5e",
		"secondary": "#027c9b",
		"white": "#fee3cd",
		"panel": "#0d181f",
		"panelAlt": "#101b22",
		"panelSuccess": "#0e1c23",
		"panelError": "#171b20",
		"panelInfo": "#121d24",
		"success": "#1bbcdd",
		"error": "#d15023",
		"warning": "#d5c246",
		"diffAdded": "#93b9ab",
		"diffRemoved": "#d88c60",
		"diffContext": "#c1a482"
	},
	"colors": {
		"accent": "accent",
		"border": "gray",
		"borderAccent": "accent",
		"borderMuted": "darkGray",
		"success": "success",
		"error": "error",
		"warning": "warning",
		"muted": "gray",
		"dim": "gray",
		"text": "",
		"thinkingText": "gray",
		"selectedBg": "panelInfo",
		"userMessageBg": "panel",
		"userMessageText": "",
		"customMessageBg": "panelAlt",
		"customMessageText": "",
		"customMessageLabel": "accent",
		"toolPendingBg": "panelAlt",
		"toolSuccessBg": "panelSuccess",
		"toolErrorBg": "panelError",
		"toolTitle": "white",
		"toolOutput": "fg",
		"mdHeading": "white",
		"mdLink": "secondary",
		"mdLinkUrl": "gray",
		"mdCode": "accent",
		"mdCodeBlock": "fg",
		"mdCodeBlockBorder": "accentDark",
		"mdQuote": "gray",
		"mdQuoteBorder": "gray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "diffAdded",
		"toolDiffRemoved": "diffRemoved",
		"toolDiffContext": "diffContext",
		"syntaxComment": "gray",
		"syntaxKeyword": "accent",
		"syntaxFunction": "secondary",
		"syntaxVariable": "fg",
		"syntaxString": "success",
		"syntaxNumber": "warning",
		"syntaxType": "white",
		"syntaxOperator": "error",
		"syntaxPunctuation": "gray",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "gray",
		"thinkingLow": "accentDark",
		"thinkingMedium": "accentMid",
		"thinkingHigh": "accent",
		"thinkingXhigh": "white",
		"thinkingMax": "accentDark",
		"bashMode": "accent"
	},
	"export": {
		"pageBg": "#08131a",
		"cardBg": "#0d181f",
		"infoBg": "#121d24"
	}
}