{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tokyonight-day",
	"vars": {
		"bg": "#e1e2e7",
		"fg": "#3760bf",
		"black": "#e9e9ed",
		"red": "#f52a65",
		"green": "#587539",
		"yellow": "#8c6c3e",
		"blue": "#2e7de9",
		"magenta": "#9854f1",
		"cyan": "#007197",
		"white": "#6172b0",
		"brightBlack": "#a1a6c5",
		"brightRed": "#f52a65",
		"brightGreen": "#587539",
		"brightYellow": "#8c6c3e",
		"brightBlue": "#2e7de9",
		"brightMagenta": "#9854f1",
		"brightCyan": "#007197",
		"brightWhite": "#3760bf",
		"selectionBg": "#99a7df",
		"selectionFg": "#3760bf",
		"borderMutedVar": "#bcc5de",
		"dimVar": "#8ca1d3",
		"surface": "#d7dae5",
		"surface2": "#d0d5e3",
		"surfaceBlue": "#d3dae7",
		"surfaceGreen": "#d6d9d9",
		"surfaceRed": "#e3d3dd",
		"surfaceMagenta": "#dad4e8",
		"exportPage": "#dcdee6",
		"exportCard": "#dfe1e7",
		"exportInfo": "#dcdbdd"
	},
	"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"
	}
}
