{
	"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "flexoki-light",
	"vars": {
		"paper": "#FFFCF0",
		"black": "#100F0F",
		"base-100": "#E6E4D9",
		"base-150": "#DAD8CE",
		"base-200": "#CECDC3",
		"base-300": "#B7B5AC",
		"base-400": "#9F9D96",
		"base-500": "#878580",
		"base-600": "#6F6E69",
		"base-700": "#575653",
		"red-100": "#FFCABB",
		"red": "#D14D41",
		"red-600": "#AF3029",
		"orange": "#DA702C",
		"orange-600": "#BC5215",
		"yellow": "#D0A215",
		"yellow-600": "#AD8301",
		"green-100": "#DDE2B2",
		"green": "#879A39",
		"green-600": "#66800B",
		"cyan": "#3AA99F",
		"cyan-600": "#24837B",
		"blue": "#4385BE",
		"blue-600": "#205EA6",
		"purple": "#8B7EC8",
		"purple-600": "#5E409D",
		"magenta": "#CE5D97",
		"magenta-600": "#A02F6F",
		"success-bg": "#E3E4D6",
		"error-bg": "#E8DFD6"
	},
	"colors": {
		"accent": "cyan-600",
		"border": "base-400",
		"borderAccent": "cyan-600",
		"borderMuted": "base-300",
		"success": "green-600",
		"error": "red-600",
		"warning": "yellow-600",
		"muted": "base-700",
		"dim": "base-600",
		"text": "base-700",
		"thinkingText": "base-700",

		"selectedBg": "base-150",
		"userMessageBg": "base-100",
		"userMessageText": "base-700",
		"customMessageBg": "base-150",
		"customMessageText": "base-700",
		"customMessageLabel": "purple-600",
		"toolPendingBg": "base-100",
		"toolSuccessBg": "success-bg",
		"toolErrorBg": "error-bg",
		"toolTitle": "base-700",
		"toolOutput": "base-700",

		"mdHeading": "yellow-600",
		"mdLink": "blue-600",
		"mdLinkUrl": "base-500",
		"mdCode": "cyan-600",
		"mdCodeBlock": "green-600",
		"mdCodeBlockBorder": "base-400",
		"mdQuote": "base-600",
		"mdQuoteBorder": "base-400",
		"mdHr": "base-400",
		"mdListBullet": "cyan-600",

		"toolDiffAdded": "green-600",
		"toolDiffRemoved": "red-600",
		"toolDiffContext": "base-500",

		"syntaxComment": "base-500",
		"syntaxKeyword": "blue-600",
		"syntaxFunction": "orange-600",
		"syntaxVariable": "cyan-600",
		"syntaxString": "green-600",
		"syntaxNumber": "purple-600",
		"syntaxType": "magenta-600",
		"syntaxOperator": "base-700",
		"syntaxPunctuation": "base-600",

		"thinkingOff": "base-300",
		"thinkingMinimal": "base-400",
		"thinkingLow": "blue-600",
		"thinkingMedium": "cyan-600",
		"thinkingHigh": "purple-600",
		"thinkingXhigh": "magenta-600",

		"bashMode": "green-600"
	},
	"export": {
		"pageBg": "#FFFCF0",
		"cardBg": "#F2F0E5",
		"infoBg": "#FAEEC6"
	}
}
