{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "unikitty-dark-base16",
	"vars": {
		"bg": "#2e2a31",
		"fg": "#bcbabe",
		"black": "#2e2a31",
		"red": "#d8137f",
		"green": "#17ad98",
		"yellow": "#dc8a0e",
		"blue": "#796af5",
		"magenta": "#bb60ea",
		"cyan": "#149bda",
		"white": "#bcbabe",
		"brightBlack": "#838085",
		"brightRed": "#d8137f",
		"brightGreen": "#17ad98",
		"brightYellow": "#dc8a0e",
		"brightBlue": "#796af5",
		"brightMagenta": "#bb60ea",
		"brightCyan": "#149bda",
		"brightWhite": "#f5f4f7",
		"selectionBg": "#bcbabe",
		"selectionFg": "#2e2a31",
		"borderMutedVar": "#565258",
		"dimVar": "#6c696f",
		"surface": "#3c383f",
		"surface2": "#454148",
		"surfaceBlue": "#39344e",
		"surfaceGreen": "#2b3e40",
		"surfaceRed": "#48273d",
		"surfaceMagenta": "#473452",
		"exportPage": "#343037",
		"exportCard": "#39363c",
		"exportInfo": "#43362d"
	},
	"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"
	}
}
