{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "darcula-base16",
	"vars": {
		"bg": "#2b2b2b",
		"fg": "#a9b7c6",
		"black": "#2b2b2b",
		"red": "#4eade5",
		"green": "#6a8759",
		"yellow": "#bbb529",
		"blue": "#9876aa",
		"magenta": "#cc7832",
		"cyan": "#629755",
		"white": "#a9b7c6",
		"brightBlack": "#606366",
		"brightRed": "#4eade5",
		"brightGreen": "#6a8759",
		"brightYellow": "#bbb529",
		"brightBlue": "#9876aa",
		"brightMagenta": "#cc7832",
		"brightCyan": "#629755",
		"brightWhite": "#ffffff",
		"selectionBg": "#a9b7c6",
		"selectionFg": "#2b2b2b",
		"borderMutedVar": "#4e5256",
		"dimVar": "#62696f",
		"surface": "#38393b",
		"surface2": "#3f4144",
		"surfaceBlue": "#3b363e",
		"surfaceGreen": "#343932",
		"surfaceRed": "#303f47",
		"surfaceMagenta": "#48392c",
		"exportPage": "#303131",
		"exportCard": "#353637",
		"exportInfo": "#3c3c2b"
	},
	"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"
	}
}
