{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "windows-10-light-base16",
	"vars": {
		"bg": "#f2f2f2",
		"fg": "#767676",
		"black": "#f2f2f2",
		"red": "#c50f1f",
		"green": "#13a10e",
		"yellow": "#c19c00",
		"blue": "#0037da",
		"magenta": "#881798",
		"cyan": "#3a96dd",
		"white": "#767676",
		"brightBlack": "#cccccc",
		"brightRed": "#c50f1f",
		"brightGreen": "#13a10e",
		"brightYellow": "#c19c00",
		"brightBlue": "#0037da",
		"brightMagenta": "#881798",
		"brightCyan": "#3a96dd",
		"brightWhite": "#0c0c0c",
		"selectionBg": "#767676",
		"selectionFg": "#f2f2f2",
		"borderMutedVar": "#d7d7d7",
		"dimVar": "#b4b4b4",
		"surface": "#ebebeb",
		"surface2": "#e6e6e6",
		"surfaceBlue": "#dfe3f0",
		"surfaceGreen": "#e0ece0",
		"surfaceRed": "#eee0e1",
		"surfaceMagenta": "#e7dce9",
		"exportPage": "#eeeeee",
		"exportCard": "#f1f1f1",
		"exportInfo": "#efede3"
	},
	"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"
	}
}
