{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "panda-syntax-light",
	"vars": {
		"bg": "#ECECEC",
		"bgAlt": "#E3E3E3",
		"sel": "#E6DBCB",
		"borderLt": "#C9C9C9",
		"fg": "#222223",
		"comment": "#676B79",
		"muted": "#757575",
		"dim": "#8D8D8D",
		"pink": "#FF0077",
		"pinkSoft": "#FF629E",
		"blue": "#0091FF",
		"blueEsc": "#45A9F9",
		"teal": "#12B69D",
		"orange": "#FF8400",
		"orangeSoft": "#FFA13C",
		"purple": "#B084EB",
		"red": "#FF4B82",
		"redDel": "#FF0062"
	},
	"colors": {
		"accent": "pink",
		"border": "comment",
		"borderAccent": "blue",
		"borderMuted": "borderLt",
		"success": "teal",
		"error": "red",
		"warning": "orange",
		"muted": "muted",
		"dim": "dim",
		"text": "",
		"thinkingText": "muted",

		"selectedBg": "sel",
		"userMessageBg": "bgAlt",
		"userMessageText": "",
		"customMessageBg": "bgAlt",
		"customMessageText": "",
		"customMessageLabel": "pink",
		"toolPendingBg": "bgAlt",
		"toolSuccessBg": "#DCEEEA",
		"toolErrorBg": "#F7DCE4",
		"toolTitle": "blue",
		"toolOutput": "",

		"mdHeading": "pink",
		"mdLink": "blue",
		"mdLinkUrl": "comment",
		"mdCode": "teal",
		"mdCodeBlock": "",
		"mdCodeBlockBorder": "borderLt",
		"mdQuote": "muted",
		"mdQuoteBorder": "pink",
		"mdHr": "borderLt",
		"mdListBullet": "pink",

		"toolDiffAdded": "teal",
		"toolDiffRemoved": "redDel",
		"toolDiffContext": "comment",

		"syntaxComment": "comment",
		"syntaxKeyword": "pink",
		"syntaxFunction": "blue",
		"syntaxVariable": "pinkSoft",
		"syntaxString": "teal",
		"syntaxNumber": "orange",
		"syntaxType": "purple",
		"syntaxOperator": "orangeSoft",
		"syntaxPunctuation": "muted",

		"thinkingOff": "comment",
		"thinkingMinimal": "blueEsc",
		"thinkingLow": "teal",
		"thinkingMedium": "orange",
		"thinkingHigh": "pink",
		"thinkingXhigh": "redDel",

		"bashMode": "orange"
	},
	"export": {
		"pageBg": "#ECECEC",
		"cardBg": "#F2F1F1",
		"infoBg": "#EDE4F8"
	}
}
