{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "nord",
	"vars": {
		"bg": "#2e3440",
		"surface": "#3b4252",
		"text": "#d8dee9",
		"muted": "#4c566a",
		"red": "#bf616a",
		"green": "#a3be8c",
		"yellow": "#ebcb8b",
		"blue": "#81a1c1",
		"purple": "#b48ead",
		"cyan": "#88c0d0",
		"orange": "#d08770",
		"accent": "#88c0d0"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "accent",
		"borderMuted": "muted",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "muted",
		"dim": "muted",
		"text": "text",
		"thinkingText": "muted",
		"selectedBg": "surface",
		"scrollbarThumb": "surface",
		"searchMatchBg": "surface",
		"searchMatchText": "text",
		"userMessageBg": "surface",
		"userMessageText": "text",
		"customMessageBg": "surface",
		"customMessageText": "text",
		"customMessageLabel": "purple",
		"toolPendingBg": "surface",
		"toolSuccessBg": "surface",
		"toolErrorBg": "surface",
		"toolTitle": "text",
		"toolOutput": "muted",
		"mdHeading": "purple",
		"mdLink": "blue",
		"mdLinkUrl": "muted",
		"mdCode": "cyan",
		"mdCodeBlock": "text",
		"mdCodeBlockBorder": "muted",
		"mdQuote": "muted",
		"mdQuoteBorder": "muted",
		"mdHr": "muted",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "muted",
		"syntaxComment": "muted",
		"syntaxKeyword": "purple",
		"syntaxFunction": "blue",
		"syntaxVariable": "text",
		"syntaxString": "green",
		"syntaxNumber": "orange",
		"syntaxType": "cyan",
		"syntaxOperator": "accent",
		"syntaxPunctuation": "muted",
		"thinkingOff": "muted",
		"thinkingMinimal": "blue",
		"thinkingLow": "cyan",
		"thinkingMedium": "green",
		"thinkingHigh": "purple",
		"thinkingXhigh": "red",
		"thinkingMax": "orange",
		"bashMode": "green"
	},
	"export": {
		"pageBg": "#2e3440",
		"cardBg": "#3b4252",
		"infoBg": "#3b4252"
	}
}
