{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-monokai",
	"vars": {
		"monokaiBg": "#272822",
		"monokaiText": "#f8f8f2",
		"monokaiComment": "#75715e",
		"monokaiPink": "#f92672",
		"monokaiGreen": "#a6e22e",
		"monokaiYellow": "#e6db74",
		"monokaiOrange": "#fd971f",
		"monokaiCyan": "#66d9ef",
		"monokaiPurple": "#ae81ff",
		"monokaiGray": "#999999",
		"monokaiDarkGray": "#49483e",
		"monokaiDarkerGray": "#3e3d32",
		"userMsgBg": "#1e1f1c",
		"toolPendingBg": "#2a2b26",
		"toolSuccessBg": "#242520",
		"toolErrorBg": "#2e1f1f",
		"customMsgBg": "#2b2530"
	},
	"colors": {
		"accent": "monokaiOrange",
		"border": "monokaiCyan",
		"borderAccent": "monokaiPink",
		"borderMuted": "monokaiDarkGray",
		"success": "monokaiGreen",
		"error": "monokaiPink",
		"warning": "monokaiYellow",
		"muted": "monokaiGray",
		"dim": "monokaiComment",
		"text": "",
		"thinkingText": "monokaiComment",
		"selectedBg": "monokaiDarkGray",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "monokaiPurple",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolText": "",
		"toolTitle": "monokaiOrange",
		"toolOutput": "monokaiGray",
		"mdHeading": "monokaiOrange",
		"mdLink": "monokaiCyan",
		"mdLinkUrl": "monokaiComment",
		"mdCode": "monokaiPurple",
		"mdCodeBlock": "monokaiText",
		"mdCodeBlockBorder": "monokaiDarkGray",
		"mdQuote": "monokaiGray",
		"mdQuoteBorder": "monokaiDarkGray",
		"mdHr": "monokaiDarkGray",
		"mdListBullet": "monokaiOrange",
		"toolDiffAdded": "monokaiGreen",
		"toolDiffRemoved": "monokaiPink",
		"toolDiffContext": "monokaiGray",
		"link": "monokaiCyan",
		"syntaxComment": "monokaiComment",
		"syntaxKeyword": "monokaiPink",
		"syntaxFunction": "monokaiGreen",
		"syntaxVariable": "monokaiCyan",
		"syntaxString": "monokaiYellow",
		"syntaxNumber": "monokaiPurple",
		"syntaxType": "monokaiCyan",
		"syntaxOperator": "monokaiPink",
		"syntaxPunctuation": "monokaiText",
		"thinkingOff": "monokaiDarkGray",
		"thinkingMinimal": "monokaiComment",
		"thinkingLow": "monokaiCyan",
		"thinkingMedium": "monokaiPurple",
		"thinkingHigh": "monokaiPink",
		"thinkingXhigh": "monokaiOrange",
		"bashMode": "monokaiGreen",
		"statusLineBg": "#1a1b17",
		"statusLineSep": "#49483e",
		"statusLineModel": "monokaiPurple",
		"statusLinePath": "monokaiCyan",
		"statusLineGitClean": "monokaiGreen",
		"statusLineGitDirty": "monokaiOrange",
		"statusLineContext": "monokaiPurple",
		"statusLineSpend": "monokaiYellow",
		"statusLineStaged": "monokaiGreen",
		"statusLineDirty": "monokaiOrange",
		"statusLineUntracked": "monokaiCyan",
		"statusLineOutput": "monokaiPink",
		"statusLineCost": "monokaiPink",
		"statusLineSubagents": "monokaiOrange",
		"pythonMode": "#f0c040"
	},
	"export": {
		"pageBg": "#1a1b17",
		"cardBg": "#1e1f1c",
		"infoBg": "#3e3d32"
	}
}
