{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "neobones-light",
	"vars": {
		"bg": "#e5ede6",
		"fg": "#202e18",
		"black": "#e5ede6",
		"red": "#a8334c",
		"green": "#567a30",
		"yellow": "#944927",
		"blue": "#286486",
		"magenta": "#88507d",
		"cyan": "#3b8992",
		"white": "#202e18",
		"brightBlack": "#b3c6b6",
		"brightRed": "#94253e",
		"brightGreen": "#3f5a22",
		"brightYellow": "#803d1c",
		"brightBlue": "#1d5573",
		"brightMagenta": "#7b3b70",
		"brightCyan": "#2b747c",
		"brightWhite": "#415934",
		"selectionBg": "#ade48c",
		"selectionFg": "#202e18",
		"borderMutedVar": "#bac3b9",
		"dimVar": "#838e7f",
		"surface": "#d9e2da",
		"surface2": "#d1dad1",
		"surfaceBlue": "#d6e2de",
		"surfaceGreen": "#dae4d7",
		"surfaceRed": "#e0deda",
		"surfaceMagenta": "#dcdddc",
		"exportPage": "#dfe7e0",
		"exportCard": "#e3ebe4",
		"exportInfo": "#e0e3db"
	},
	"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"
	}
}
