{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "firewatch",
	"vars": {
		"bg": "#1e2027",
		"fg": "#9ba2b2",
		"black": "#585f6d",
		"red": "#d95360",
		"green": "#5ab977",
		"yellow": "#dfb563",
		"blue": "#4d89c4",
		"magenta": "#d55119",
		"cyan": "#44a8b6",
		"white": "#e6e5ff",
		"brightBlack": "#585f6d",
		"brightRed": "#d95360",
		"brightGreen": "#5ab977",
		"brightYellow": "#dfb563",
		"brightBlue": "#4c89c5",
		"brightMagenta": "#d55119",
		"brightCyan": "#44a8b6",
		"brightWhite": "#e6e5ff",
		"selectionBg": "#2f363e",
		"selectionFg": "#7d8fa4",
		"borderMutedVar": "#41444e",
		"dimVar": "#555964",
		"surface": "#2b2d35",
		"surface2": "#32353d",
		"surfaceBlue": "#25303f",
		"surfaceGreen": "#273733",
		"surfaceRed": "#3a2830",
		"surfaceMagenta": "#3f2924",
		"exportPage": "#23252d",
		"exportCard": "#282a32",
		"exportInfo": "#35322e"
	},
	"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"
	}
}
