{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "qualia-base16",
	"vars": {
		"bg": "#101010",
		"fg": "#c0c0c0",
		"black": "#101010",
		"red": "#efa6a2",
		"green": "#80c990",
		"yellow": "#e6a3dc",
		"blue": "#50cacd",
		"magenta": "#e0af85",
		"cyan": "#c8c874",
		"white": "#c0c0c0",
		"brightBlack": "#454545",
		"brightRed": "#efa6a2",
		"brightGreen": "#80c990",
		"brightYellow": "#e6a3dc",
		"brightBlue": "#50cacd",
		"brightMagenta": "#e0af85",
		"brightCyan": "#c8c874",
		"brightWhite": "#454545",
		"selectionBg": "#c0c0c0",
		"selectionFg": "#101010",
		"borderMutedVar": "#414141",
		"dimVar": "#5d5d5d",
		"surface": "#222222",
		"surface2": "#2c2c2c",
		"surfaceBlue": "#1a2c2c",
		"surfaceGreen": "#212c23",
		"surfaceRed": "#312726",
		"surfaceMagenta": "#352d25",
		"exportPage": "#171717",
		"exportCard": "#1e1e1e",
		"exportInfo": "#2a2228"
	},
	"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"
	}
}
