{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "abernathy",
	"vars": {
		"bg": "#111416",
		"fg": "#eeeeec",
		"black": "#000000",
		"red": "#cd0000",
		"green": "#00cd00",
		"yellow": "#cdcd00",
		"blue": "#1093f5",
		"magenta": "#cd00cd",
		"cyan": "#00cdcd",
		"white": "#faebd7",
		"brightBlack": "#404040",
		"brightRed": "#ff0000",
		"brightGreen": "#00ff00",
		"brightYellow": "#ffff00",
		"brightBlue": "#11b5f6",
		"brightMagenta": "#ff00ff",
		"brightCyan": "#00ffff",
		"brightWhite": "#ffffff",
		"selectionBg": "#eeeeec",
		"selectionFg": "#333333",
		"borderMutedVar": "#4f5152",
		"dimVar": "#727474",
		"surface": "#272a2b",
		"surface2": "#343738",
		"surfaceBlue": "#112737",
		"surfaceGreen": "#0e3013",
		"surfaceRed": "#2d1113",
		"surfaceMagenta": "#331037",
		"exportPage": "#1a1d1f",
		"exportCard": "#232527",
		"exportInfo": "#282a13"
	},
	"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"
	}
}
