{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-github",
	"vars": {
		"bg": "#0d1117",
		"bgElevated": "#161b22",
		"bgSubtle": "#21262d",
		"border": "#30363d",
		"borderMuted": "#21262d",
		"text": "#c9d1d9",
		"textMuted": "#8b949e",
		"textDim": "#6e7681",
		"blue": "#58a6ff",
		"blueLight": "#79c0ff",
		"blueMuted": "#1f6feb",
		"green": "#3fb950",
		"greenLight": "#7ee787",
		"greenDiff": "#aff5b4",
		"greenDiffBg": "#033a16",
		"red": "#f85149",
		"redLight": "#ff7b72",
		"redDiff": "#ffdcd7",
		"redDiffBg": "#67060c",
		"yellow": "#d29922",
		"yellowLight": "#f2cc60",
		"orange": "#ffa657",
		"purple": "#d2a8ff",
		"accent": "#58a6ff"
	},
	"colors": {
		"accent": "accent",
		"border": "border",
		"borderAccent": "blue",
		"borderMuted": "borderMuted",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "textMuted",
		"dim": "textDim",
		"text": "",
		"thinkingText": "textMuted",
		"selectedBg": "#1c2128",
		"userMessageBg": "bgElevated",
		"userMessageText": "",
		"customMessageBg": "#1c1f26",
		"customMessageText": "",
		"customMessageLabel": "purple",
		"toolPendingBg": "bg",
		"toolSuccessBg": "bg",
		"toolErrorBg": "#1a0f0d",
		"toolText": "",
		"toolTitle": "",
		"toolOutput": "textMuted",
		"mdHeading": "blue",
		"mdLink": "blue",
		"mdLinkUrl": "textDim",
		"mdCode": "blueLight",
		"mdCodeBlock": "text",
		"mdCodeBlockBorder": "borderMuted",
		"mdQuote": "textMuted",
		"mdQuoteBorder": "borderMuted",
		"mdHr": "border",
		"mdListBullet": "yellowLight",
		"toolDiffAdded": "greenLight",
		"toolDiffRemoved": "redLight",
		"toolDiffContext": "textMuted",
		"link": "blue",
		"syntaxComment": "textMuted",
		"syntaxKeyword": "redLight",
		"syntaxFunction": "purple",
		"syntaxVariable": "blueLight",
		"syntaxString": "#a5d6ff",
		"syntaxNumber": "blueLight",
		"syntaxType": "purple",
		"syntaxOperator": "redLight",
		"syntaxPunctuation": "text",
		"thinkingOff": "borderMuted",
		"thinkingMinimal": "textDim",
		"thinkingLow": "blueMuted",
		"thinkingMedium": "blue",
		"thinkingHigh": "purple",
		"thinkingXhigh": "#eddeff",
		"bashMode": "blue",
		"statusLineBg": "#010409",
		"statusLineSep": "#30363d",
		"statusLineModel": "purple",
		"statusLinePath": "blueLight",
		"statusLineGitClean": "green",
		"statusLineGitDirty": "orange",
		"statusLineContext": "purple",
		"statusLineSpend": "blueLight",
		"statusLineStaged": "green",
		"statusLineDirty": "orange",
		"statusLineUntracked": "blue",
		"statusLineOutput": "purple",
		"statusLineCost": "purple",
		"statusLineSubagents": "yellowLight",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "#010409",
		"cardBg": "bg",
		"infoBg": "bgSubtle"
	}
}
