{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-starfall",
	"vars": {
		"night": "#0b0c10",
		"sky": "#151821",
		"gold": "#f2c45a",
		"ember": "#e07a3f",
		"spark": "#ffd98a",
		"blue": "#4f7fb2",
		"violet": "#4b3d73",
		"success": "#6cc98f",
		"error": "#e06464",
		"warning": "#f0a35c",
		"muted": "#8a8f9a",
		"dim": "#676c78"
	},
	"colors": {
		"accent": "gold",
		"border": "sky",
		"borderAccent": "blue",
		"borderMuted": "night",
		"success": "success",
		"error": "error",
		"warning": "warning",
		"muted": "muted",
		"dim": "dim",
		"text": "",
		"thinkingText": "muted",
		"selectedBg": "#1a1e2a",
		"userMessageBg": "#0f1218",
		"userMessageText": "",
		"customMessageBg": "#171c26",
		"customMessageText": "",
		"customMessageLabel": "gold",
		"toolPendingBg": "#10131b",
		"toolSuccessBg": "#111c18",
		"toolErrorBg": "#1c1115",
		"toolTitle": "",
		"toolOutput": "muted",
		"mdHeading": "spark",
		"mdLink": "blue",
		"mdLinkUrl": "dim",
		"mdCode": "spark",
		"mdCodeBlock": "spark",
		"mdCodeBlockBorder": "sky",
		"mdQuote": "muted",
		"mdQuoteBorder": "sky",
		"mdHr": "sky",
		"mdListBullet": "gold",
		"toolDiffAdded": "success",
		"toolDiffRemoved": "error",
		"toolDiffContext": "muted",
		"syntaxComment": "dim",
		"syntaxKeyword": "violet",
		"syntaxFunction": "gold",
		"syntaxVariable": "blue",
		"syntaxString": "ember",
		"syntaxNumber": "spark",
		"syntaxType": "success",
		"syntaxOperator": "spark",
		"syntaxPunctuation": "spark",
		"thinkingOff": "night",
		"thinkingMinimal": "dim",
		"thinkingLow": "blue",
		"thinkingMedium": "violet",
		"thinkingHigh": "ember",
		"thinkingXhigh": "gold",
		"bashMode": "blue",
		"statusLineBg": "#0a0c10",
		"statusLineSep": "#2a2f3a",
		"statusLineModel": "gold",
		"statusLinePath": "blue",
		"statusLineGitClean": "success",
		"statusLineGitDirty": "warning",
		"statusLineContext": "muted",
		"statusLineSpend": "spark",
		"statusLineStaged": "success",
		"statusLineDirty": "warning",
		"statusLineUntracked": "blue",
		"statusLineOutput": "spark",
		"statusLineCost": "gold",
		"statusLineSubagents": "gold",
		"pythonMode": "gold"
	},
	"export": {
		"pageBg": "#0a0c10",
		"cardBg": "#11141c",
		"infoBg": "#171b25"
	}
}
