scud-cli 1.67.0

Fast, simple task master for AI-driven development
Documentation
{
	"name": "dark",
	"vars": {
		"deepSlate": "#0f172a",
		"elevatedSurface": "#1e2937",
		"terminalBlack": "#161616",
		"softWhite": "#e2e8f0",
		"subdued": "#64748b",
		"terminalText": "#c8c8c8",
		"subtleBorder": "#334155",
		"calmBlue": "#60a5fa",
		"green": "#22c55e",
		"softRed": "#f87171",
		"gray": "#94a3b8",
		"purple": "#a855f7",
		"orange": "#ffa500",
		"failedRed": "#ef4444"
	},
	"colors": {
		"bgPrimary": "deepSlate",
		"bgSecondary": "elevatedSurface",
		"bgTerminal": "terminalBlack",

		"textPrimary": "softWhite",
		"textMuted": "subdued",
		"textTerminal": "terminalText",

		"borderDefault": "subtleBorder",
		"borderActive": "calmBlue",

		"accent": "calmBlue",
		"success": "green",
		"error": "softRed",

		"statusStarting": "gray",
		"statusRunning": "green",
		"statusCompleted": "calmBlue",
		"statusFailed": "softRed",

		"swarmPurple": "purple",
		"ralphOrange": "orange",
		"failedValidationRed": "failedRed"
	}
}