{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "dark",
	"description": "Default dark theme",
	"vars": {
		"cyan": "#00d7ff",
		"blue": "#6e93ff",
		"green": "#b5bd68",
		"red": "#d58181",
		"yellow": "#ffff00",
		"gray": "#a8a8a8",
		"dimGray": "#989898",
		"darkGray": "#757575",
		"accent": "#5cc8bb",
		"selectedBg": "#2a2a36",
		"userMsgBg": "#1c1c26",
		"toolPendingBg": "#1a1a24",
		"toolSuccessBg": "#1a241a",
		"toolErrorBg": "#241a1a",
		"warningBg": "#2e2e13",
		"customMsgBg": "#1e1a28"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "darkGray",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "gray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "gray",

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

		"mdHeading": "#f0c674",
		"mdLink": "#81a2be",
		"mdLinkUrl": "dimGray",
		"mdCode": "accent",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "gray",
		"mdQuote": "gray",
		"mdQuoteBorder": "gray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",

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

		"syntaxComment": "#74a55d",
		"syntaxKeyword": "#599ed7",
		"syntaxFunction": "#DCDCAA",
		"syntaxVariable": "#9CDCFE",
		"syntaxString": "#CE9178",
		"syntaxNumber": "#9fd45f",
		"syntaxType": "#4EC9B0",
		"syntaxOperator": "#D4D4D4",
		"syntaxPunctuation": "#D4D4D4",

		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "accent",
		"thinkingHigh": "#e8794a",
		"thinkingXhigh": "#d183e8",

		"bashMode": "green",

		"agent1": "#56b6c2",
		"agent2": "#c77bde",
		"agent3": "#d19a66",
		"agent4": "#ff87af",
		"agent5": "#4ec9b0",
		"agent6": "#7aa2f7",
		"mcp": "#b48ead"
	},
	"export": {
		"pageBg": "#141419",
		"cardBg": "#1e1e24",
		"infoBg": "#2e2a1d"
	}
}
