{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "nocturnal-winter",
	"vars": {
		"bg": "#0d0d17",
		"fg": "#e6e5e5",
		"black": "#4d4d4d",
		"red": "#f12d52",
		"green": "#09cd7e",
		"yellow": "#f5f17a",
		"blue": "#3182e0",
		"magenta": "#ff2b6d",
		"cyan": "#09c87a",
		"white": "#fcfcfc",
		"brightBlack": "#808080",
		"brightRed": "#f16d86",
		"brightGreen": "#0ae78d",
		"brightYellow": "#fffc67",
		"brightBlue": "#6096ff",
		"brightMagenta": "#ff78a2",
		"brightCyan": "#0ae78d",
		"brightWhite": "#ffffff",
		"selectionBg": "#adbdd0",
		"selectionFg": "#000000",
		"borderMutedVar": "#4a4951",
		"dimVar": "#6c6c72",
		"surface": "#23232c",
		"surface2": "#303038",
		"surfaceBlue": "#121f35",
		"surfaceGreen": "#0c2a26",
		"surfaceRed": "#2f1220",
		"surfaceMagenta": "#391226",
		"exportPage": "#16161f",
		"exportCard": "#1e1e27",
		"exportInfo": "#292823"
	},
	"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"
	}
}
