{
	"$schema": "https://raw.githubusercontent.com/can1357/gajae-code/main/packages/coding-agent/theme-schema.json",
	"name": "gruvbox-dark",
	"vars": {
		"bgHard": "#1d2021",
		"surface": "#32302f",
		"surfaceBright": "#504945",
		"borderNeutral": "#504945",
		"borderSubtle": "#3c3836",
		"fg": "#ebdbb2",
		"muted": "#a89984",
		"dim": "#7c6f64",
		"gray": "#928374",
		"red": "#fb4934",
		"green": "#b8bb26",
		"yellow": "#fabd2f",
		"blue": "#83a598",
		"purple": "#d3869b",
		"aqua": "#8ec07c",
		"orange": "#fe8019",
		"diffRemovalRed": "#cc241d"
	},
	"colors": {
		"accent": "orange",
		"border": "borderNeutral",
		"borderAccent": "orange",
		"borderMuted": "borderSubtle",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "muted",
		"dim": "dim",
		"text": "fg",
		"thinkingText": "muted",
		"selectedBg": "surfaceBright",
		"userMessageBg": "surface",
		"userMessageText": "fg",
		"customMessageBg": "surface",
		"customMessageText": "fg",
		"customMessageLabel": "orange",
		"toolPendingBg": "surface",
		"toolSuccessBg": "#283626",
		"toolErrorBg": "#3c2323",
		"toolTitle": "fg",
		"toolOutput": "muted",
		"mdHeading": "yellow",
		"mdLink": "blue",
		"mdLinkUrl": "muted",
		"mdCode": "aqua",
		"mdCodeBlock": "fg",
		"mdCodeBlockBorder": "borderNeutral",
		"mdQuote": "muted",
		"mdQuoteBorder": "borderNeutral",
		"mdHr": "dim",
		"mdListBullet": "orange",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "diffRemovalRed",
		"toolDiffContext": "muted",
		"syntaxComment": "gray",
		"syntaxKeyword": "red",
		"syntaxFunction": "green",
		"syntaxVariable": "blue",
		"syntaxString": "green",
		"syntaxNumber": "purple",
		"syntaxType": "yellow",
		"syntaxOperator": "aqua",
		"syntaxPunctuation": "muted",
		"thinkingOff": "dim",
		"thinkingMinimal": "muted",
		"thinkingLow": "aqua",
		"thinkingMedium": "yellow",
		"thinkingHigh": "orange",
		"thinkingXhigh": "red",
		"bashMode": "green",
		"pythonMode": "yellow",
		"statusLineBg": "bgHard",
		"statusLineSep": "dim",
		"statusLineModel": "orange",
		"statusLinePath": "blue",
		"statusLineGitClean": "green",
		"statusLineGitDirty": "yellow",
		"statusLineContext": "aqua",
		"statusLineSpend": "yellow",
		"statusLineStaged": "green",
		"statusLineDirty": "yellow",
		"statusLineUntracked": "diffRemovalRed",
		"statusLineOutput": "fg",
		"statusLineCost": "orange",
		"statusLineSubagents": "purple"
	},
	"export": {
		"pageBg": "#1d2021",
		"cardBg": "#282828",
		"infoBg": "#32302f"
	},
	"symbols": {
		"preset": "unicode"
	}
}
