{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-gruvbox",
	"vars": {
		"bg0": "#282828",
		"bg1": "#3c3836",
		"bg2": "#504945",
		"bg3": "#665c54",
		"bg4": "#7c6f64",
		"gray": "#928374",
		"fg0": "#fbf1c7",
		"fg1": "#ebdbb2",
		"fg2": "#d5c4a1",
		"fg3": "#bdae93",
		"fg4": "#a89984",
		"red": "#fb4934",
		"green": "#b8bb26",
		"yellow": "#fabd2f",
		"blue": "#83a598",
		"purple": "#d3869b",
		"aqua": "#8ec07c",
		"orange": "#fe8019",
		"neutralRed": "#cc241d",
		"neutralGreen": "#98971a",
		"neutralYellow": "#d79921",
		"neutralBlue": "#458588",
		"neutralPurple": "#b16286",
		"neutralAqua": "#689d6a",
		"neutralOrange": "#d65d0e",
		"selectedBg": "#3c3836",
		"userMsgBg": "#1d2021",
		"toolPendingBg": "#32302f",
		"toolSuccessBg": "#1d2021",
		"toolErrorBg": "#3c2021",
		"customMsgBg": "#3c2f36"
	},
	"colors": {
		"accent": "orange",
		"border": "neutralBlue",
		"borderAccent": "aqua",
		"borderMuted": "bg2",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "gray",
		"dim": "bg4",
		"text": "",
		"thinkingText": "gray",
		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "purple",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolText": "",
		"toolTitle": "",
		"toolOutput": "gray",
		"mdHeading": "yellow",
		"mdLink": "aqua",
		"mdLinkUrl": "bg4",
		"mdCode": "purple",
		"mdCodeBlock": "fg1",
		"mdCodeBlockBorder": "bg2",
		"mdQuote": "gray",
		"mdQuoteBorder": "bg2",
		"mdHr": "bg2",
		"mdListBullet": "orange",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "aqua",
		"syntaxComment": "gray",
		"syntaxKeyword": "red",
		"syntaxFunction": "yellow",
		"syntaxVariable": "blue",
		"syntaxString": "green",
		"syntaxNumber": "purple",
		"syntaxType": "aqua",
		"syntaxOperator": "orange",
		"syntaxPunctuation": "fg2",
		"thinkingOff": "bg2",
		"thinkingMinimal": "bg4",
		"thinkingLow": "neutralBlue",
		"thinkingMedium": "blue",
		"thinkingHigh": "neutralPurple",
		"thinkingXhigh": "purple",
		"bashMode": "aqua",
		"statusLineBg": "#1d2021",
		"statusLineSep": "bg3",
		"statusLineModel": "purple",
		"statusLinePath": "aqua",
		"statusLineGitClean": "neutralGreen",
		"statusLineGitDirty": "neutralYellow",
		"statusLineContext": "blue",
		"statusLineSpend": "aqua",
		"statusLineStaged": "neutralGreen",
		"statusLineDirty": "neutralYellow",
		"statusLineUntracked": "blue",
		"statusLineOutput": "purple",
		"statusLineCost": "purple",
		"statusLineSubagents": "orange",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "#1d2021",
		"cardBg": "#282828",
		"infoBg": "#3c3836"
	}
}
