{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tokyo-night-storm",
	"vars": {
		"bg": "#24283b",
		"fg": "#c0caf5",
		"black": "#1d202f",
		"red": "#f7768e",
		"green": "#9ece6a",
		"yellow": "#e0af68",
		"blue": "#7aa2f7",
		"magenta": "#bb9af7",
		"cyan": "#7dcfff",
		"white": "#a9b1d6",
		"brightBlack": "#414868",
		"brightRed": "#f7768e",
		"brightGreen": "#9ece6a",
		"brightYellow": "#e0af68",
		"brightBlue": "#7aa2f7",
		"brightMagenta": "#bb9af7",
		"brightCyan": "#7dcfff",
		"brightWhite": "#c0caf5",
		"selectionBg": "#2e3c64",
		"selectionFg": "#c0caf5",
		"borderMutedVar": "#50556f",
		"dimVar": "#696f8d",
		"surface": "#34384e",
		"surface2": "#3d4259",
		"surfaceBlue": "#313a57",
		"surfaceGreen": "#364142",
		"surfaceRed": "#443447",
		"surfaceMagenta": "#3f3d5d",
		"exportPage": "#2a2e42",
		"exportCard": "#30354a",
		"exportInfo": "#3b3840"
	},
	"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"
	}
}
