{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "light",
	"description": "Default light theme",
	"vars": {
		"teal": "#036c66",
		"blue": "#0b57d0",
		"green": "#0a7028",
		"red": "#c1121f",
		"amber": "#7d5700",
		"purple": "#6d28d9",
		"orange": "#b5340e",
		"magenta": "#9c1a9c",
		"ink": "#2b2f36",
		"mediumGray": "#5a5a5a",
		"dimGray": "#626262",
		"lightGray": "#828282",
		"selectedBg": "#d6e4fa",
		"userMsgBg": "#edeff3",
		"toolPendingBg": "#eaeef8",
		"toolSuccessBg": "#e6f4ea",
		"toolErrorBg": "#fbeaea",
		"warningBg": "#e8e3d8",
		"customMsgBg": "#f1ebfb"
	},
	"colors": {
		"accent": "teal",
		"border": "blue",
		"borderAccent": "teal",
		"borderMuted": "lightGray",
		"success": "green",
		"error": "red",
		"warning": "amber",
		"muted": "mediumGray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "mediumGray",

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

		"mdHeading": "amber",
		"mdLink": "blue",
		"mdLinkUrl": "dimGray",
		"mdCode": "teal",
		"mdCodeBlock": "ink",
		"mdCodeBlockBorder": "mediumGray",
		"mdQuote": "mediumGray",
		"mdQuoteBorder": "amber",
		"mdHr": "lightGray",
		"mdListBullet": "teal",

		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "mediumGray",

		"syntaxComment": "#2d6b28",
		"syntaxKeyword": "#0b57d0",
		"syntaxFunction": "#8c4a00",
		"syntaxVariable": "#0d2f80",
		"syntaxString": "#a31515",
		"syntaxNumber": "#046b53",
		"syntaxType": "#0b6e80",
		"syntaxOperator": "#2b2f36",
		"syntaxPunctuation": "#2b2f36",

		"thinkingOff": "lightGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "teal",
		"thinkingHigh": "orange",
		"thinkingXhigh": "magenta",

		"bashMode": "green",

		"agent1": "#0b6e80",
		"agent2": "#8e24aa",
		"agent3": "#7b6006",
		"agent4": "#b01e51",
		"agent5": "#0c6330",
		"agent6": "#2544c9",
		"mcp": "#300c6e"
	},
	"export": {
		"pageBg": "#f8f8f8",
		"cardBg": "#ffffff",
		"infoBg": "#fff4d6"
	}
}
