{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "colorsafe-dark",
	"description": "Low vision + color blindness: Okabe-Ito hues on dark, no red/green pairs",
	"vars": {
		"white": "#f2f2f2",
		"paleGray": "#e6e6e6",
		"gray": "#cccccc",
		"dimGray": "#b6b6b6",
		"sky": "#7fd3f7",
		"blue": "#9db8ff",
		"bluishGreen": "#4fd6b0",
		"yellow": "#f2e26b",
		"orange": "#ffbe5c",
		"vermillion": "#ff9a70",
		"purple": "#f0a3d0",
		"selectedBg": "#212630",
		"userMsgBg": "#14171c",
		"customMsgBg": "#171520",
		"toolPendingBg": "#12151a",
		"toolSuccessBg": "#0f1a17",
		"toolErrorBg": "#1c1512",
		"warningBg": "#2a291d"
	},
	"colors": {
		"accent": "sky",
		"border": "blue",
		"borderAccent": "sky",
		"borderMuted": "dimGray",
		"success": "bluishGreen",
		"error": "vermillion",
		"warning": "yellow",
		"muted": "gray",
		"dim": "dimGray",
		"text": "white",
		"thinkingText": "gray",

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

		"mdHeading": "yellow",
		"mdLink": "blue",
		"mdLinkUrl": "dimGray",
		"mdCode": "sky",
		"mdCodeBlock": "paleGray",
		"mdCodeBlockBorder": "dimGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "orange",
		"mdHr": "dimGray",
		"mdListBullet": "sky",

		"toolDiffAdded": "bluishGreen",
		"toolDiffRemoved": "vermillion",
		"toolDiffContext": "dimGray",

		"syntaxComment": "dimGray",
		"syntaxKeyword": "blue",
		"syntaxFunction": "yellow",
		"syntaxVariable": "sky",
		"syntaxString": "bluishGreen",
		"syntaxNumber": "orange",
		"syntaxType": "purple",
		"syntaxOperator": "paleGray",
		"syntaxPunctuation": "paleGray",

		"thinkingOff": "dimGray",
		"thinkingMinimal": "#d2dcec",
		"thinkingLow": "blue",
		"thinkingMedium": "sky",
		"thinkingHigh": "orange",
		"thinkingXhigh": "purple",

		"bashMode": "bluishGreen",

		"agent1": "#7fd3f7",
		"agent2": "#dca0e4",
		"agent3": "#f2e26b",
		"agent4": "#f0a3d0",
		"agent5": "#4fd6b0",
		"agent6": "#9db8ff",
		"mcp": "purple"
	},
	"export": {
		"pageBg": "#0d0f12",
		"cardBg": "#14171c",
		"infoBg": "#1d1a0e"
	}
}
