{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "colorsafe-light",
	"description": "Low vision + color blindness: blue/violet/magenta on white, no red/green pairs",
	"vars": {
		"ink": "#101010",
		"inkSoft": "#171717",
		"gray": "#232323",
		"dimGray": "#4a4a4a",
		"blue": "#0a0af0",
		"violet": "#42057f",
		"green": "#023621",
		"olive": "#584704",
		"plum": "#4e033f",
		"magenta": "#871275",
		"selectedBg": "#dfe6f2",
		"userMsgBg": "#f2f3f5",
		"customMsgBg": "#f5f0f4",
		"toolPendingBg": "#f4f5f7",
		"toolSuccessBg": "#edf5f2",
		"toolErrorBg": "#f9f0ea",
		"warningBg": "#e8e5dc"
	},
	"colors": {
		"accent": "blue",
		"border": "violet",
		"borderAccent": "blue",
		"borderMuted": "dimGray",
		"success": "green",
		"error": "magenta",
		"warning": "olive",
		"muted": "gray",
		"dim": "dimGray",
		"text": "ink",
		"thinkingText": "gray",

		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "ink",
		"customMessageBg": "customMsgBg",
		"customMessageText": "ink",
		"customMessageLabel": "plum",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"warningBg": "warningBg",
		"toolTitle": "ink",
		"toolOutput": "gray",

		"mdHeading": "olive",
		"mdLink": "violet",
		"mdLinkUrl": "dimGray",
		"mdCode": "blue",
		"mdCodeBlock": "inkSoft",
		"mdCodeBlockBorder": "dimGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "plum",
		"mdHr": "dimGray",
		"mdListBullet": "blue",

		"toolDiffAdded": "green",
		"toolDiffRemoved": "magenta",
		"toolDiffContext": "dimGray",

		"syntaxComment": "dimGray",
		"syntaxKeyword": "blue",
		"syntaxFunction": "olive",
		"syntaxVariable": "violet",
		"syntaxString": "green",
		"syntaxNumber": "magenta",
		"syntaxType": "plum",
		"syntaxOperator": "inkSoft",
		"syntaxPunctuation": "inkSoft",

		"thinkingOff": "dimGray",
		"thinkingMinimal": "gray",
		"thinkingLow": "violet",
		"thinkingMedium": "blue",
		"thinkingHigh": "olive",
		"thinkingXhigh": "magenta",

		"bashMode": "green",

		"agent1": "#00382d",
		"agent2": "#621197",
		"agent3": "#5a4500",
		"agent4": "#830745",
		"agent5": "#00570f",
		"agent6": "#0000f5",
		"mcp": "#570557"
	},
	"export": {
		"pageBg": "#ffffff",
		"cardBg": "#f7f8fa",
		"infoBg": "#fdf3d6"
	}
}
