{
	"$schema": "https://raw.githubusercontent.com/can1357/gajae-code/main/packages/coding-agent/theme-schema.json",
	"name": "blue-crab",
	"vars": {
		"cyan": "#66e8ff",
		"blue": "#4ea1ff",
		"green": "#72e6b8",
		"red": "#ff6b7a",
		"yellow": "#f3c76d",
		"gray": "#b8c7d9",
		"dimGray": "#5d7288",
		"darkGray": "#344456",
		"accent": "#2f9bff",
		"selectedBg": "#12314a",
		"userMsgBg": "#081b2a",
		"toolPendingBg": "#0a2235",
		"toolSuccessBg": "#0b2b25",
		"toolErrorBg": "#321923",
		"customMsgBg": "#0c1a2c",
		"abyss": "#020812",
		"deepNavy": "#061321",
		"crabShell": "#2f9bff",
		"claw": "#5ec8ff",
		"ocean": "#0b4f8a",
		"azure": "#7dd3fc",
		"seafoam": "#80f2d3",
		"kelp": "#62d9a8",
		"sand": "#f4d6a0",
		"coral": "#ff8a7a",
		"ink": "#020812",
		"mantle": "#061321",
		"surface": "#0a1d31",
		"surfaceBright": "#12314a",
		"foam": "#e6f7ff",
		"mutedShell": "#9db5c9",
		"dimShell": "#55708a",
		"brandBlue": "#2f9bff",
		"shell": "#e6f7ff",
		"dangerRed": "#ff5f75",
		"warningAmber": "#f5bd58",
		"diffRemovalRed": "#df5b61"
	},
	"colors": {
		"accent": "claw",
		"border": "ocean",
		"borderAccent": "brandBlue",
		"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": "#0b2b25",
		"toolErrorBg": "#321923",
		"toolTitle": "shell",
		"toolOutput": "mutedShell",
		"mdHeading": "brandBlue",
		"mdLink": "azure",
		"mdLinkUrl": "dimShell",
		"mdCode": "sand",
		"mdCodeBlock": "seafoam",
		"mdCodeBlockBorder": "ocean",
		"mdQuote": "mutedShell",
		"mdQuoteBorder": "ocean",
		"mdHr": "dimShell",
		"mdListBullet": "claw",
		"toolDiffAdded": "kelp",
		"toolDiffRemoved": "diffRemovalRed",
		"toolDiffContext": "mutedShell",
		"link": "azure",
		"syntaxComment": "dimShell",
		"syntaxKeyword": "brandBlue",
		"syntaxFunction": "sand",
		"syntaxVariable": "foam",
		"syntaxString": "seafoam",
		"syntaxNumber": "azure",
		"syntaxType": "claw",
		"syntaxOperator": "mutedShell",
		"syntaxPunctuation": "dimShell",
		"thinkingOff": "dimShell",
		"thinkingMinimal": "mutedShell",
		"thinkingLow": "azure",
		"thinkingMedium": "claw",
		"thinkingHigh": "brandBlue",
		"thinkingXhigh": "coral",
		"bashMode": "claw",
		"statusLineBg": "ocean",
		"statusLineSep": "dimShell",
		"statusLineModel": "claw",
		"statusLinePath": "azure",
		"statusLineGitClean": "kelp",
		"statusLineGitDirty": "sand",
		"statusLineContext": "seafoam",
		"statusLineSpend": "sand",
		"statusLineStaged": "kelp",
		"statusLineDirty": "sand",
		"statusLineUntracked": "diffRemovalRed",
		"statusLineOutput": "foam",
		"statusLineCost": "claw",
		"statusLineSubagents": "brandBlue",
		"pythonMode": "sand"
	},
	"export": {
		"pageBg": "#020812",
		"cardBg": "#061321",
		"infoBg": "#0a1d31"
	},
	"symbols": {
		"preset": "unicode",
		"overrides": {
			"icon.pi": "🦀",
			"icon.agents": "🦞",
			"status.running": "🌊",
			"md.bullet": "▸"
		}
	}
}
