{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "xcode-dusk-base16",
	"vars": {
		"bg": "#282b35",
		"fg": "#939599",
		"black": "#282b35",
		"red": "#b21889",
		"green": "#df0002",
		"yellow": "#438288",
		"blue": "#790ead",
		"magenta": "#b21889",
		"cyan": "#00a0be",
		"white": "#939599",
		"brightBlack": "#686a71",
		"brightRed": "#b21889",
		"brightGreen": "#df0002",
		"brightYellow": "#438288",
		"brightBlue": "#790ead",
		"brightMagenta": "#b21889",
		"brightCyan": "#00a0be",
		"brightWhite": "#bebfc2",
		"selectionBg": "#939599",
		"selectionFg": "#282b35",
		"borderMutedVar": "#464951",
		"dimVar": "#575a61",
		"surface": "#33363f",
		"surface2": "#393c45",
		"surfaceBlue": "#342747",
		"surfaceGreen": "#43252d",
		"surfaceRed": "#3d2842",
		"surfaceMagenta": "#412844",
		"exportPage": "#2c2f39",
		"exportCard": "#31333d",
		"exportInfo": "#2b353f"
	},
	"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"
	}
}
