{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "glacier",
	"vars": {
		"bg": "#0c1115",
		"fg": "#ffffff",
		"black": "#2e343c",
		"red": "#bd0f2f",
		"green": "#35a770",
		"yellow": "#fb9435",
		"blue": "#1f5872",
		"magenta": "#bd2523",
		"cyan": "#778397",
		"white": "#ffffff",
		"brightBlack": "#404a55",
		"brightRed": "#bd0f2f",
		"brightGreen": "#49e998",
		"brightYellow": "#fddf6e",
		"brightBlue": "#2a8bc1",
		"brightMagenta": "#ea4727",
		"brightCyan": "#a0b6d3",
		"brightWhite": "#ffffff",
		"selectionBg": "#bd2523",
		"selectionFg": "#ffffff",
		"borderMutedVar": "#505457",
		"dimVar": "#777a7c",
		"surface": "#24292c",
		"surface2": "#33373a",
		"surfaceBlue": "#0f1c23",
		"surfaceGreen": "#122823",
		"surfaceRed": "#271119",
		"surfaceMagenta": "#2c1518",
		"exportPage": "#161b1e",
		"exportCard": "#1f2428",
		"exportInfo": "#292119"
	},
	"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"
	}
}
