{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "one-dark",
	"vars": {
		"bg": "#282c34",
		"surface": "#3e4451",
		"text": "#abb2bf",
		"muted": "#5c6370",
		"red": "#e06c75",
		"green": "#98c379",
		"yellow": "#e5c07b",
		"blue": "#61afef",
		"purple": "#c678dd",
		"cyan": "#56b6c2",
		"orange": "#d19a66",
		"accent": "#61afef"
	},
	"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": "#282c34",
		"cardBg": "#3e4451",
		"infoBg": "#3e4451"
	}
}
