{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "kimber-base16",
	"vars": {
		"bg": "#222222",
		"fg": "#dedee7",
		"black": "#222222",
		"red": "#c88c8c",
		"green": "#99c899",
		"yellow": "#d8b56d",
		"blue": "#537c9c",
		"magenta": "#86cacd",
		"cyan": "#78b4b4",
		"white": "#dedee7",
		"brightBlack": "#644646",
		"brightRed": "#c88c8c",
		"brightGreen": "#99c899",
		"brightYellow": "#d8b56d",
		"brightBlue": "#537c9c",
		"brightMagenta": "#86cacd",
		"brightCyan": "#78b4b4",
		"brightWhite": "#ffffe6",
		"selectionBg": "#dedee7",
		"selectionFg": "#222222",
		"borderMutedVar": "#575759",
		"dimVar": "#757579",
		"surface": "#353536",
		"surface2": "#404042",
		"surfaceBlue": "#293034",
		"surfaceGreen": "#343b34",
		"surfaceRed": "#3b3232",
		"surfaceMagenta": "#344041",
		"exportPage": "#2a2a2a",
		"exportCard": "#313132",
		"exportInfo": "#38342b"
	},
	"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"
	}
}
