{
	"$schema": "https://raw.githubusercontent.com/can1357/gajae-code/main/packages/coding-agent/theme-schema.json",
	"name": "codex",
	"vars": {
		"bg": "#0f1115",
		"surface": "#151922",
		"surfaceBright": "#1c2230",
		"selection": "#24313a",
		"fg": "#d7d7d7",
		"muted": "#8a8f98",
		"dim": "#5f6670",
		"borderNeutral": "#343a46",
		"ansiCyan": "#00bcd4",
		"cyanSoft": "#58d5e8",
		"brandMagenta": "#c678dd",
		"magentaSoft": "#d7a4e8",
		"successGreen": "#4caf50",
		"errorRed": "#ef5350",
		"warningOrange": "#f59e0b",
		"diffRemovalRed": "#d84a4a",
		"toolSuccessBg": "#14241a",
		"toolErrorBg": "#2a1718"
	},
	"colors": {
		"accent": "ansiCyan",
		"border": "borderNeutral",
		"borderAccent": "ansiCyan",
		"borderMuted": "dim",
		"success": "successGreen",
		"error": "errorRed",
		"warning": "warningOrange",
		"muted": "muted",
		"dim": "dim",
		"text": "fg",
		"thinkingText": "muted",
		"selectedBg": "selection",
		"userMessageBg": "surface",
		"userMessageText": "fg",
		"customMessageBg": "surface",
		"customMessageText": "fg",
		"customMessageLabel": "brandMagenta",
		"toolPendingBg": "surface",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "fg",
		"toolOutput": "muted",
		"mdHeading": "brandMagenta",
		"mdLink": "ansiCyan",
		"mdLinkUrl": "muted",
		"mdCode": "cyanSoft",
		"mdCodeBlock": "fg",
		"mdCodeBlockBorder": "borderNeutral",
		"mdQuote": "muted",
		"mdQuoteBorder": "borderNeutral",
		"mdHr": "dim",
		"mdListBullet": "ansiCyan",
		"toolDiffAdded": "successGreen",
		"toolDiffRemoved": "diffRemovalRed",
		"toolDiffContext": "muted",
		"syntaxComment": "dim",
		"syntaxKeyword": "brandMagenta",
		"syntaxFunction": "cyanSoft",
		"syntaxVariable": "fg",
		"syntaxString": "successGreen",
		"syntaxNumber": "magentaSoft",
		"syntaxType": "ansiCyan",
		"syntaxOperator": "muted",
		"syntaxPunctuation": "dim",
		"thinkingOff": "dim",
		"thinkingMinimal": "muted",
		"thinkingLow": "cyanSoft",
		"thinkingMedium": "ansiCyan",
		"thinkingHigh": "brandMagenta",
		"thinkingXhigh": "errorRed",
		"bashMode": "ansiCyan",
		"pythonMode": "brandMagenta",
		"statusLineBg": "bg",
		"statusLineSep": "dim",
		"statusLineModel": "brandMagenta",
		"statusLinePath": "cyanSoft",
		"statusLineGitClean": "successGreen",
		"statusLineGitDirty": "warningOrange",
		"statusLineContext": "ansiCyan",
		"statusLineSpend": "cyanSoft",
		"statusLineStaged": "successGreen",
		"statusLineDirty": "warningOrange",
		"statusLineUntracked": "diffRemovalRed",
		"statusLineOutput": "fg",
		"statusLineCost": "muted",
		"statusLineSubagents": "brandMagenta"
	},
	"export": {
		"pageBg": "#0f1115",
		"cardBg": "#151922",
		"infoBg": "#1c2230"
	},
	"symbols": {
		"preset": "unicode"
	}
}
