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

		"selectedBg": "base-850",
		"userMessageBg": "base-900",
		"userMessageText": "base-200",
		"customMessageBg": "base-950",
		"customMessageText": "base-300",
		"customMessageLabel": "purple-400",
		"toolPendingBg": "base-950",
		"toolSuccessBg": "green-900",
		"toolErrorBg": "red-900",
		"toolTitle": "base-300",
		"toolOutput": "base-400",

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

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

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

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

		"bashMode": "green"
	},
	"export": {
		"pageBg": "#1C1B1A",
		"cardBg": "#282726",
		"infoBg": "#343331"
	}
}
