{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-lavender",
	"vars": {
		"cyan": "#8be9fd",
		"blue": "#bd93f9",
		"green": "#50fa7b",
		"red": "#ff5555",
		"yellow": "#f1fa8c",
		"gray": "#f8f8f2",
		"dimGray": "#6272a4",
		"darkGray": "#44475a",
		"accent": "#bd93f9",
		"selectedBg": "#282a36",
		"userMsgBg": "#1e1f29",
		"toolPendingBg": "#252630",
		"toolSuccessBg": "#202b28",
		"toolErrorBg": "#302022",
		"customMsgBg": "#262430"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "accent",
		"borderMuted": "darkGray",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "gray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "gray",
		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "accent",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "",
		"toolOutput": "gray",
		"mdHeading": "#bd93f9",
		"mdLink": "#8be9fd",
		"mdLinkUrl": "dimGray",
		"mdCode": "#ff79c6",
		"mdCodeBlock": "#8be9fd",
		"mdCodeBlockBorder": "darkGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "darkGray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "#8be9fd",
		"syntaxComment": "#f8f8f2",
		"syntaxKeyword": "#bd93f9",
		"syntaxFunction": "#f1fa8c",
		"syntaxVariable": "#8be9fd",
		"syntaxString": "#ff5555",
		"syntaxNumber": "#50fa7b",
		"syntaxType": "#bd93f9",
		"syntaxOperator": "#6272a4",
		"syntaxPunctuation": "#6272a4",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "accent",
		"thinkingXhigh": "red",
		"bashMode": "accent",
		"statusLineBg": "#282a36",
		"statusLineSep": "#6272a4",
		"statusLineModel": "accent",
		"statusLinePath": "blue",
		"statusLineGitClean": "green",
		"statusLineGitDirty": "yellow",
		"statusLineContext": "gray",
		"statusLineSpend": "cyan",
		"statusLineStaged": 28,
		"statusLineDirty": 178,
		"statusLineUntracked": 39,
		"statusLineOutput": 205,
		"statusLineCost": 205,
		"statusLineSubagents": "accent",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "#1e1f29",
		"cardBg": "#252630",
		"infoBg": "#202b28"
	}
}
