{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "vox-cutout-dark",
	"description": "Paper cut-outs on newsprint black: dark colored stocks, cut edges, tape-yellow headlines, AAA ink",
	"vars": {
		"inkPale": "#f7f2e4",
		"press": "#e2dbc6",
		"newsprint": "#d3cbb4",
		"cut": "#ded6c1",
		"cutMuted": "#c9c1a7",
		"amber": "#dfbf1b",
		"orange": "#ebb68d",
		"red": "#ffaaa6",
		"green": "#7dd56b",
		"teal": "#1ad8b8",
		"blue": "#a0c1ff",
		"purple": "#d1b4f9",
		"magenta": "#f0adcc",
		"steel": "#7bcdd8",
		"tapeYellow": "#ffe600",
		"ink": "#12100a",
		"shadow": "#837b68",
		"track": "#a49b86",
		"sheetDark": "#35302e",
		"stockGold": "#343200",
		"stockNavy": "#16305d",
		"stockGreen": "#033a0a",
		"stockMaroon": "#640e0b",
		"stockAubergine": "#4b1b5d",
		"stockTape": "#492906",
		"tapeStrip": "#e8c98a"
	},
	"colors": {
		"accent": "amber",
		"border": "cut",
		"borderAccent": "amber",
		"borderMuted": "cutMuted",
		"success": "green",
		"error": "red",
		"warning": "orange",
		"muted": "press",
		"dim": "newsprint",
		"text": "inkPale",
		"thinkingText": "press",

		"selectedBg": "stockGold",
		"userMessageBg": "sheetDark",
		"userMessageText": "inkPale",
		"customMessageBg": "stockAubergine",
		"customMessageText": "inkPale",
		"customMessageLabel": "purple",
		"toolPendingBg": "stockNavy",
		"toolSuccessBg": "stockGreen",
		"toolErrorBg": "stockMaroon",
		"warningBg": "stockTape",
		"toolTitle": "inkPale",
		"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": "inkPale",
		"thinkingLow": "teal",
		"thinkingMedium": "blue",
		"thinkingHigh": "purple",
		"thinkingXhigh": "magenta",

		"bashMode": "green",

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

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

		"paperShadow": "shadow",
		"halftone": "track",
		"headlineBg": "tapeYellow",
		"headlineText": "ink",
		"tapeBg": "tapeStrip",
		"tapeText": "ink",
		"activeToolBg": "stockGold"
	},
	"export": {
		"pageBg": "#002b36",
		"cardBg": "#073642",
		"infoBg": "#492906"
	}
}
