{
	"$schema": "https://raw.githubusercontent.com/kolisachint/hoocode/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "solarized-light",
	"description": "Solarized: the same sixteen colors, light ground, low selective contrast",
	"vars": {
		"base03": "#002b36",
		"base02": "#073642",
		"base01": "#586e75",
		"base00": "#657b83",
		"base0": "#839496",
		"base1": "#93a1a1",
		"base2": "#eee8d5",
		"base3": "#fdf6e3",
		"yellow": "#b58900",
		"orange": "#cb4b16",
		"red": "#dc322f",
		"magenta": "#d33682",
		"violet": "#6c71c4",
		"blue": "#268bd2",
		"cyan": "#2aa198",
		"green": "#859900",
		"selectedBg": "#d9dfd6",
		"toolPendingBg": "#daeafd",
		"toolSuccessBg": "#eaebbf",
		"toolErrorBg": "#ffdac8",
		"customMsgBg": "#e9e6fa",
		"warningBg": "#fce5bf",
		"activeToolBg": "#f5efdc",
		"track": "#cacdc4"
	},
	"colors": {
		"accent": "cyan",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "base1",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "base00",
		"dim": "base1",
		"text": "base01",
		"thinkingText": "base1",

		"selectedBg": "selectedBg",
		"userMessageBg": "base2",
		"userMessageText": "base01",
		"customMessageBg": "customMsgBg",
		"customMessageText": "base01",
		"customMessageLabel": "violet",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"warningBg": "warningBg",
		"toolTitle": "base01",
		"toolOutput": "base00",

		"mdHeading": "orange",
		"mdLink": "blue",
		"mdLinkUrl": "base1",
		"mdCode": "cyan",
		"mdCodeBlock": "base00",
		"mdCodeBlockBorder": "base1",
		"mdQuote": "base1",
		"mdQuoteBorder": "cyan",
		"mdHr": "base1",
		"mdListBullet": "cyan",

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

		"syntaxComment": "base1",
		"syntaxKeyword": "green",
		"syntaxFunction": "blue",
		"syntaxVariable": "violet",
		"syntaxString": "cyan",
		"syntaxNumber": "magenta",
		"syntaxType": "yellow",
		"syntaxOperator": "base00",
		"syntaxPunctuation": "base00",

		"thinkingOff": "base1",
		"thinkingMinimal": "base00",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "violet",
		"thinkingXhigh": "magenta",

		"bashMode": "green",

		"agent1": "cyan",
		"agent2": "violet",
		"agent3": "yellow",
		"agent4": "magenta",
		"agent5": "green",
		"agent6": "blue",
		"mcp": "orange",

		"brandBg": "base02",
		"brandText": "base3",

		"halftone": "track",
		"activeToolBg": "activeToolBg"
	},
	"export": {
		"pageBg": "#fdf6e3",
		"cardBg": "#eee8d5",
		"infoBg": "#fce5bf"
	}
}
