{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "light-github",
	"vars": {
		"fgDefault": "#1f2328",
		"fgMuted": "#59636e",
		"bgDefault": "#ffffff",
		"bgMuted": "#f6f8fa",
		"bgEmphasis": "#25292e",
		"borderDefault": "#d1d9e0",
		"borderEmphasis": "#818b98",
		"accent": "#0969da",
		"accentBg": "#ddf4ff",
		"success": "#1f883d",
		"successBg": "#dafbe1",
		"successBorder": "#4ac26b",
		"danger": "#cf222e",
		"dangerBg": "#ffebe9",
		"dangerBorder": "#ff8182",
		"attention": "#9a6700",
		"attentionBg": "#fff8c5",
		"done": "#8250df",
		"lightGray": "#8c959f",
		"mediumGray": "#656d76",
		"selectedBg": "#e8eaed",
		"statusBg": "#f6f8fa",
		"gitInfo": "#0969da",
		"gitWarning": "#bf8700",
		"modelColor": "#8250df",
		"pathColor": "#0969da",
		"contextColor": "#8250df",
		"spendColor": "#0969da",
		"stagedColor": "#1f883d",
		"dirtyColor": "#bf8700",
		"untrackedColor": "#0969da",
		"outputColor": "#cf222e",
		"costColor": "#cf222e",
		"subagentsColor": "#9a6700"
	},
	"colors": {
		"accent": "accent",
		"border": "borderDefault",
		"borderAccent": "accent",
		"borderMuted": "borderDefault",
		"success": "success",
		"error": "danger",
		"warning": "attention",
		"muted": "fgMuted",
		"dim": "lightGray",
		"text": "",
		"thinkingText": "mediumGray",
		"selectedBg": "selectedBg",
		"userMessageBg": "selectedBg",
		"userMessageText": "",
		"customMessageBg": "bgMuted",
		"customMessageText": "",
		"customMessageLabel": "done",
		"toolPendingBg": "accentBg",
		"toolSuccessBg": "successBg",
		"toolErrorBg": "dangerBg",
		"toolText": "fgDefault",
		"toolTitle": "fgDefault",
		"toolOutput": "fgMuted",
		"mdHeading": "attention",
		"mdLink": "accent",
		"mdLinkUrl": "mediumGray",
		"mdCode": "accent",
		"mdCodeBlock": "fgDefault",
		"mdCodeBlockBorder": "borderDefault",
		"mdQuote": "fgMuted",
		"mdQuoteBorder": "borderDefault",
		"mdHr": "borderDefault",
		"mdListBullet": "success",
		"toolDiffAdded": "success",
		"toolDiffRemoved": "danger",
		"toolDiffContext": "fgMuted",
		"link": "accent",
		"syntaxComment": "#59636e",
		"syntaxKeyword": "#cf222e",
		"syntaxFunction": "#8250df",
		"syntaxVariable": "#0550ae",
		"syntaxString": "#0a3069",
		"syntaxNumber": "#0550ae",
		"syntaxType": "#953800",
		"syntaxOperator": "#1f2328",
		"syntaxPunctuation": "#59636e",
		"thinkingOff": "borderDefault",
		"thinkingMinimal": "lightGray",
		"thinkingLow": "accent",
		"thinkingMedium": "success",
		"thinkingHigh": "attention",
		"thinkingXhigh": "done",
		"bashMode": "success",
		"statusLineBg": "statusBg",
		"statusLineSep": "borderDefault",
		"statusLineModel": "modelColor",
		"statusLinePath": "pathColor",
		"statusLineGitClean": "success",
		"statusLineGitDirty": "gitWarning",
		"statusLineContext": "contextColor",
		"statusLineSpend": "spendColor",
		"statusLineStaged": "stagedColor",
		"statusLineDirty": "dirtyColor",
		"statusLineUntracked": "untrackedColor",
		"statusLineOutput": "outputColor",
		"statusLineCost": "costColor",
		"statusLineSubagents": "subagentsColor",
		"pythonMode": "#f0c040"
	},
	"export": {
		"pageBg": "#f6f8fa",
		"cardBg": "#ffffff",
		"infoBg": "#fff8c5"
	}
}
