{
"name": "light",
"vars": {
"lightGray": "#f8fafc",
"white": "#ffffff",
"offWhite": "#f1f5f9",
"darkText": "#1e293b",
"mutedText": "#64748b",
"terminalText": "#374151",
"lightBorder": "#cbd5e1",
"blue": "#3b82f6",
"green": "#16a34a",
"red": "#dc2626",
"gray": "#6b7280",
"purple": "#9333ea",
"orange": "#ea580c",
"failedRed": "#b91c1c"
},
"colors": {
"bgPrimary": "lightGray",
"bgSecondary": "white",
"bgTerminal": "offWhite",
"textPrimary": "darkText",
"textMuted": "mutedText",
"textTerminal": "terminalText",
"borderDefault": "lightBorder",
"borderActive": "blue",
"accent": "blue",
"success": "green",
"error": "red",
"statusStarting": "gray",
"statusRunning": "green",
"statusCompleted": "blue",
"statusFailed": "red",
"swarmPurple": "purple",
"ralphOrange": "orange",
"failedValidationRed": "failedRed"
}
}