{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "blulocodark",
	"vars": {
		"bg": "#282c34",
		"fg": "#b9c0cb",
		"black": "#41444d",
		"red": "#fc2f52",
		"green": "#25a45c",
		"yellow": "#ff936a",
		"blue": "#3476ff",
		"magenta": "#7a82da",
		"cyan": "#4483aa",
		"white": "#cdd4e0",
		"brightBlack": "#8f9aae",
		"brightRed": "#ff6480",
		"brightGreen": "#3fc56b",
		"brightYellow": "#f9c859",
		"brightBlue": "#10b1fe",
		"brightMagenta": "#ff78f8",
		"brightCyan": "#5fb9bc",
		"brightWhite": "#ffffff",
		"selectionBg": "#b9c0ca",
		"selectionFg": "#272b33",
		"borderMutedVar": "#51555e",
		"dimVar": "#686d76",
		"surface": "#373b43",
		"surface2": "#3f444c",
		"surfaceBlue": "#2a3752",
		"surfaceGreen": "#283e3a",
		"surfaceRed": "#482c39",
		"surfaceMagenta": "#373b52",
		"exportPage": "#2e323a",
		"exportCard": "#343840",
		"exportInfo": "#42383a"
	},
	"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"
	}
}
