{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "vox-cutout-light",
	"description": "Paper cut-outs on a cream page: bold flat stocks, scissor-cut rules, tape-yellow highlight, AAA ink",
	"vars": {
		"ink": "#12100a",
		"inkDark": "#241f15",
		"press": "#3b3527",
		"newsprint": "#4b442f",
		"cut": "#332e22",
		"cutMuted": "#4f4837",
		"amber": "#5d4500",
		"orange": "#743800",
		"red": "#901709",
		"green": "#035500",
		"teal": "#0c514e",
		"blue": "#0032ca",
		"purple": "#70169d",
		"magenta": "#93003d",
		"steel": "#084c75",
		"tapeYellow": "#ffe600",
		"shadow": "#736a50",
		"track": "#8a8064",
		"sheetWhite": "#f7f9ff",
		"stockYellow": "#ffe600",
		"stockBlue": "#dfeafb",
		"stockMint": "#d6efd9",
		"stockBlush": "#fde0d7",
		"stockLilac": "#ebe3f9",
		"stockTape": "#fde3a2"
	},
	"colors": {
		"accent": "amber",
		"border": "cut",
		"borderAccent": "amber",
		"borderMuted": "cutMuted",
		"success": "green",
		"error": "red",
		"warning": "orange",
		"muted": "press",
		"dim": "newsprint",
		"text": "ink",
		"thinkingText": "press",

		"selectedBg": "stockYellow",
		"userMessageBg": "sheetWhite",
		"userMessageText": "ink",
		"customMessageBg": "stockLilac",
		"customMessageText": "ink",
		"customMessageLabel": "purple",
		"toolPendingBg": "stockBlue",
		"toolSuccessBg": "stockMint",
		"toolErrorBg": "stockBlush",
		"warningBg": "stockTape",
		"toolTitle": "ink",
		"toolOutput": "press",

		"mdHeading": "amber",
		"mdLink": "blue",
		"mdLinkUrl": "newsprint",
		"mdCode": "teal",
		"mdCodeBlock": "press",
		"mdCodeBlockBorder": "cut",
		"mdQuote": "press",
		"mdQuoteBorder": "amber",
		"mdHr": "cut",
		"mdListBullet": "amber",

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

		"syntaxComment": "green",
		"syntaxKeyword": "blue",
		"syntaxFunction": "amber",
		"syntaxVariable": "purple",
		"syntaxString": "red",
		"syntaxNumber": "magenta",
		"syntaxType": "teal",
		"syntaxOperator": "cut",
		"syntaxPunctuation": "cut",

		"thinkingOff": "cutMuted",
		"thinkingMinimal": "inkDark",
		"thinkingLow": "teal",
		"thinkingMedium": "blue",
		"thinkingHigh": "purple",
		"thinkingXhigh": "magenta",

		"bashMode": "green",

		"agent1": "teal",
		"agent2": "purple",
		"agent3": "#5a4500",
		"agent4": "magenta",
		"agent5": "green",
		"agent6": "blue",
		"mcp": "steel",

		"brandBg": "ink",
		"brandText": "tapeYellow",

		"paperShadow": "shadow",
		"halftone": "track",
		"headlineBg": "ink",
		"headlineText": "tapeYellow",
		"tapeBg": "stockTape",
		"tapeText": "ink",
		"activeToolBg": "stockYellow"
	},
	"export": {
		"pageBg": "#fdf6e3",
		"cardBg": "#f7f9ff",
		"infoBg": "#ffe600"
	}
}
