{
	"$schema": "https://raw.githubusercontent.com/can1357/gajae-code/main/packages/coding-agent/theme-schema.json",
	"name": "red-claw",
	"vars": {
		"cyan": "#56b6c2",
		"blue": "#5f8dd3",
		"green": "#98c379",
		"red": "#e06c75",
		"yellow": "#e5c07b",
		"gray": "#abb2bf",
		"dimGray": "#5c6370",
		"darkGray": "#4b5263",
		"accent": "#ff6f61",
		"selectedBg": "#2c313a",
		"userMsgBg": "#21252b",
		"toolPendingBg": "#282c34",
		"toolSuccessBg": "#23272e",
		"toolErrorBg": "#2e2525",
		"customMsgBg": "#2a2530",
		"crabShell": "#ff3b30",
		"claw": "#ff6a3d",
		"deepRed": "#7f1d1d",
		"coral": "#ff8a65",
		"sand": "#ffd7a8",
		"seafoam": "#7dd3c7",
		"kelp": "#6ee7b7",
		"ink": "#110b0b",
		"mantle": "#1b1010",
		"surface": "#2a1515",
		"surfaceBright": "#3a1d1d",
		"foam": "#ffe7dc",
		"mutedShell": "#b98f86",
		"dimShell": "#6f4743",
		"brandRed": "#ff3b30",
		"shell": "#ffe7dc",
		"dangerRed": "#ff4d5e",
		"warningAmber": "#f5b84b",
		"diffRemovalRed": "#d84a4a"
	},
	"colors": {
		"accent": "claw",
		"border": "deepRed",
		"borderAccent": "brandRed",
		"borderMuted": "dimShell",
		"success": "kelp",
		"error": "dangerRed",
		"warning": "warningAmber",
		"muted": "mutedShell",
		"dim": "dimShell",
		"text": "shell",
		"thinkingText": "mutedShell",
		"selectedBg": "surfaceBright",
		"userMessageBg": "surface",
		"userMessageText": "shell",
		"customMessageBg": "mantle",
		"customMessageText": "shell",
		"customMessageLabel": "claw",
		"toolPendingBg": "mantle",
		"toolSuccessBg": "#14221c",
		"toolErrorBg": "#331313",
		"toolTitle": "shell",
		"toolOutput": "mutedShell",
		"mdHeading": "brandRed",
		"mdLink": "coral",
		"mdLinkUrl": "dimShell",
		"mdCode": "sand",
		"mdCodeBlock": "seafoam",
		"mdCodeBlockBorder": "deepRed",
		"mdQuote": "mutedShell",
		"mdQuoteBorder": "deepRed",
		"mdHr": "dimShell",
		"mdListBullet": "claw",
		"toolDiffAdded": "kelp",
		"toolDiffRemoved": "diffRemovalRed",
		"toolDiffContext": "mutedShell",
		"link": "coral",
		"syntaxComment": "dimShell",
		"syntaxKeyword": "brandRed",
		"syntaxFunction": "sand",
		"syntaxVariable": "foam",
		"syntaxString": "coral",
		"syntaxNumber": "seafoam",
		"syntaxType": "claw",
		"syntaxOperator": "mutedShell",
		"syntaxPunctuation": "dimShell",
		"thinkingOff": "dimShell",
		"thinkingMinimal": "mutedShell",
		"thinkingLow": "coral",
		"thinkingMedium": "claw",
		"thinkingHigh": "crabShell",
		"thinkingXhigh": "dangerRed",
		"bashMode": "claw",
		"statusLineBg": "deepRed",
		"statusLineSep": "dimShell",
		"statusLineModel": "claw",
		"statusLinePath": "coral",
		"statusLineGitClean": "kelp",
		"statusLineGitDirty": "sand",
		"statusLineContext": "seafoam",
		"statusLineSpend": "sand",
		"statusLineStaged": "kelp",
		"statusLineDirty": "sand",
		"statusLineUntracked": "diffRemovalRed",
		"statusLineOutput": "foam",
		"statusLineCost": "claw",
		"statusLineSubagents": "crabShell",
		"pythonMode": "sand"
	},
	"export": {
		"pageBg": "#110b0b",
		"cardBg": "#1b1010",
		"infoBg": "#2a1515"
	},
	"symbols": {
		"preset": "unicode",
		"overrides": {
			"icon.pi": "\ud83e\udd80",
			"icon.agents": "\ud83e\udd9e",
			"status.running": "\ud83e\udd80",
			"md.bullet": "\u25b8"
		}
	}
}
