{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "light-prism",
	"vars": {
		"white": "#ffffff",
		"slate": "#4a4f57",
		"dim": "#6b7280",
		"violet": "#7c4dff",
		"indigo": "#4f46e5",
		"blue": "#3b82f6",
		"cyan": "#06b6d4",
		"green": "#22c55e",
		"yellow": "#eab308",
		"orange": "#f97316",
		"red": "#ef4444"
	},
	"colors": {
		"accent": "violet",
		"border": "#e5e7eb",
		"borderAccent": "blue",
		"borderMuted": "#f1f3f5",
		"success": "green",
		"error": "red",
		"warning": "orange",
		"muted": "slate",
		"dim": "dim",
		"text": "",
		"thinkingText": "muted",
		"selectedBg": "#f2f5fb",
		"userMessageBg": "#ffffff",
		"userMessageText": "",
		"customMessageBg": "#f3f2ff",
		"customMessageText": "",
		"customMessageLabel": "violet",
		"toolPendingBg": "#f5f6fa",
		"toolSuccessBg": "#effaf2",
		"toolErrorBg": "#fceeee",
		"toolTitle": "",
		"toolOutput": "muted",
		"mdHeading": "indigo",
		"mdLink": "blue",
		"mdLinkUrl": "dim",
		"mdCode": "violet",
		"mdCodeBlock": "slate",
		"mdCodeBlockBorder": "#e1e4ea",
		"mdQuote": "muted",
		"mdQuoteBorder": "#e1e4ea",
		"mdHr": "#e1e4ea",
		"mdListBullet": "cyan",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "muted",
		"syntaxComment": "dim",
		"syntaxKeyword": "indigo",
		"syntaxFunction": "blue",
		"syntaxVariable": "violet",
		"syntaxString": "green",
		"syntaxNumber": "orange",
		"syntaxType": "cyan",
		"syntaxOperator": "slate",
		"syntaxPunctuation": "slate",
		"thinkingOff": "#e5e7ec",
		"thinkingMinimal": "dim",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "violet",
		"thinkingXhigh": "indigo",
		"bashMode": "blue",
		"statusLineBg": "#f4f6fb",
		"statusLineSep": "#cfd5df",
		"statusLineModel": "violet",
		"statusLinePath": "blue",
		"statusLineGitClean": "green",
		"statusLineGitDirty": "orange",
		"statusLineContext": "muted",
		"statusLineSpend": "cyan",
		"statusLineStaged": "green",
		"statusLineDirty": "orange",
		"statusLineUntracked": "blue",
		"statusLineOutput": "slate",
		"statusLineCost": "yellow",
		"statusLineSubagents": "violet",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "#ffffff",
		"cardBg": "#fbfbff",
		"infoBg": "#f4f6fb"
	}
}
