{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "brogrammer",
	"vars": {
		"bg": "#131313",
		"fg": "#d6dbe5",
		"black": "#1f1f1f",
		"red": "#f81118",
		"green": "#2dc55e",
		"yellow": "#ecba0f",
		"blue": "#2a84d2",
		"magenta": "#4e5ab7",
		"cyan": "#1081d6",
		"white": "#d6dbe5",
		"brightBlack": "#d6dbe5",
		"brightRed": "#de352e",
		"brightGreen": "#1dd361",
		"brightYellow": "#f3bd09",
		"brightBlue": "#1081d6",
		"brightMagenta": "#5350b9",
		"brightCyan": "#0f7ddb",
		"brightWhite": "#ffffff",
		"selectionBg": "#1f1f1f",
		"selectionFg": "#d6dbe5",
		"borderMutedVar": "#4a4b4e",
		"dimVar": "#696b6f",
		"surface": "#272728",
		"surface2": "#323335",
		"surfaceBlue": "#162430",
		"surfaceGreen": "#172e1e",
		"surfaceRed": "#351314",
		"surfaceMagenta": "#1e2031",
		"exportPage": "#1b1b1b",
		"exportCard": "#232324",
		"exportInfo": "#2d2713"
	},
	"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"
	}
}
