{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "light-tokyo-night",
	"vars": {
		"bg": "#e1e2e7",
		"fg": "#3760bf",
		"bgDark": "#d0d5e3",
		"bgHighlight": "#c4c8da",
		"bgVisual": "#b7c1e3",
		"bgSearch": "#7890dd",
		"border": "#b4b5b9",
		"borderHighlight": "#4094a3",
		"comment": "#848cb5",
		"fgDark": "#6172b0",
		"fgGutter": "#a8aecb",
		"error": "#c64343",
		"warning": "#8c6c3e",
		"info": "#07879d",
		"hint": "#118c74",
		"blue": "#2e7de9",
		"cyan": "#007197",
		"green": "#587539",
		"magenta": "#9854f1",
		"orange": "#b15c00",
		"purple": "#7847bd",
		"red": "#f52a65",
		"teal": "#118c74",
		"yellow": "#8c6c3e",
		"blue7": "#92a6d5",
		"diffAdd": "#b7ced5",
		"diffChange": "#d5d9e4",
		"diffDelete": "#dababe",
		"gitAdd": "#4197a4",
		"gitChange": "#506d9c",
		"gitDelete": "#c47981"
	},
	"colors": {
		"accent": "teal",
		"border": "border",
		"borderAccent": "borderHighlight",
		"borderMuted": "fgGutter",
		"success": "green",
		"error": "error",
		"warning": "warning",
		"muted": "fgDark",
		"dim": "comment",
		"text": "",
		"thinkingText": "comment",
		"selectedBg": "bgVisual",
		"userMessageBg": "bgDark",
		"userMessageText": "",
		"customMessageBg": "bgHighlight",
		"customMessageText": "",
		"customMessageLabel": "purple",
		"toolPendingBg": "bgHighlight",
		"toolSuccessBg": "diffAdd",
		"toolErrorBg": "diffDelete",
		"toolTitle": "fg",
		"toolOutput": "fgDark",
		"mdHeading": "orange",
		"mdLink": "blue",
		"mdLinkUrl": "cyan",
		"mdCode": "cyan",
		"mdCodeBlock": "fgDark",
		"mdCodeBlockBorder": "border",
		"mdQuote": "fgDark",
		"mdQuoteBorder": "border",
		"mdHr": "border",
		"mdListBullet": "teal",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "comment",
		"link": "blue",
		"syntaxComment": "comment",
		"syntaxKeyword": "purple",
		"syntaxFunction": "blue",
		"syntaxVariable": "fg",
		"syntaxString": "green",
		"syntaxNumber": "orange",
		"syntaxType": "cyan",
		"syntaxOperator": "magenta",
		"syntaxPunctuation": "fgDark",
		"thinkingOff": "fgGutter",
		"thinkingMinimal": "comment",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "purple",
		"thinkingXhigh": "magenta",
		"bashMode": "green",
		"statusLineBg": "bgDark",
		"statusLineSep": "border",
		"statusLineModel": "purple",
		"statusLinePath": "cyan",
		"statusLineGitClean": "gitAdd",
		"statusLineGitDirty": "gitChange",
		"statusLineContext": "blue7",
		"statusLineSpend": "info",
		"statusLineStaged": "gitAdd",
		"statusLineDirty": "gitChange",
		"statusLineUntracked": "blue",
		"statusLineOutput": "magenta",
		"statusLineCost": "warning",
		"statusLineSubagents": "teal",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "bg",
		"cardBg": "bgDark",
		"infoBg": "bgHighlight"
	}
}
