{
	"$schema": "https://raw.githubusercontent.com/can1357/gajae-code/main/packages/coding-agent/theme-schema.json",
	"name": "ouroboros",
	"vars": {
		"cyan": "#58d5c3",
		"blue": "#7092be",
		"green": "#78c878",
		"red": "#ff667a",
		"yellow": "#f2c94c",
		"gray": "#a9bbb2",
		"dimGray": "#5b756d",
		"darkGray": "#29443f",
		"accent": "#aee80e",
		"selectedBg": "#1b3b3b",
		"userMsgBg": "#102b30",
		"toolPendingBg": "#0d252b",
		"toolSuccessBg": "#163326",
		"toolErrorBg": "#351923",
		"customMsgBg": "#0d2130",
		"abyss": "#050b18",
		"deepNavy": "#0b1630",
		"mantle": "#0d2130",
		"surface": "#102b30",
		"surfaceBright": "#1b3b3b",
		"ouroTeal": "#38bfa7",
		"serpentGreen": "#78c878",
		"petLime": "#aee80e",
		"ritualGold": "#f2c94c",
		"eyeGold": "#ffe786",
		"coolScale": "#7092be",
		"foam": "#e7f1e9",
		"mutedScale": "#a9bbb2",
		"dimScale": "#5b756d",
		"dangerRed": "#ff667a",
		"diffRemovalRed": "#df5b6b"
	},
	"colors": {
		"accent": "petLime",
		"border": "ouroTeal",
		"borderAccent": "ritualGold",
		"borderMuted": "dimScale",
		"success": "serpentGreen",
		"error": "dangerRed",
		"warning": "ritualGold",
		"muted": "mutedScale",
		"dim": "dimScale",
		"text": "foam",
		"thinkingText": "mutedScale",
		"selectedBg": "surfaceBright",
		"userMessageBg": "surface",
		"userMessageText": "foam",
		"customMessageBg": "mantle",
		"customMessageText": "foam",
		"customMessageLabel": "petLime",
		"toolPendingBg": "mantle",
		"toolSuccessBg": "#163326",
		"toolErrorBg": "#351923",
		"toolTitle": "foam",
		"toolOutput": "mutedScale",
		"mdHeading": "petLime",
		"mdLink": "ouroTeal",
		"mdLinkUrl": "dimScale",
		"mdCode": "eyeGold",
		"mdCodeBlock": "serpentGreen",
		"mdCodeBlockBorder": "ouroTeal",
		"mdQuote": "mutedScale",
		"mdQuoteBorder": "ouroTeal",
		"mdHr": "dimScale",
		"mdListBullet": "ritualGold",
		"toolDiffAdded": "serpentGreen",
		"toolDiffRemoved": "diffRemovalRed",
		"toolDiffContext": "mutedScale",
		"syntaxComment": "dimScale",
		"syntaxKeyword": "petLime",
		"syntaxFunction": "eyeGold",
		"syntaxVariable": "foam",
		"syntaxString": "serpentGreen",
		"syntaxNumber": "coolScale",
		"syntaxType": "ouroTeal",
		"syntaxOperator": "ritualGold",
		"syntaxPunctuation": "mutedScale",
		"thinkingOff": "dimScale",
		"thinkingMinimal": "mutedScale",
		"thinkingLow": "coolScale",
		"thinkingMedium": "ouroTeal",
		"thinkingHigh": "petLime",
		"thinkingXhigh": "eyeGold",
		"bashMode": "petLime",
		"statusLineBg": "deepNavy",
		"statusLineSep": "dimScale",
		"statusLineModel": "petLime",
		"statusLinePath": "ouroTeal",
		"statusLineGitClean": "serpentGreen",
		"statusLineGitDirty": "ritualGold",
		"statusLineContext": "coolScale",
		"statusLineSpend": "eyeGold",
		"statusLineStaged": "serpentGreen",
		"statusLineDirty": "ritualGold",
		"statusLineUntracked": "diffRemovalRed",
		"statusLineOutput": "foam",
		"statusLineCost": "eyeGold",
		"statusLineSubagents": "ouroTeal",
		"pythonMode": "ritualGold"
	},
	"export": {
		"pageBg": "#050b18",
		"cardBg": "#0b1630",
		"infoBg": "#102b30"
	},
	"symbols": {
		"preset": "unicode",
		"overrides": {
			"icon.pi": "🐍",
			"status.running": "∞",
			"md.bullet": "◇"
		}
	}
}
