export const TUI_COLORS = { brand: { logo: "#8b8000", title: "#5FA8D3", }, status: { success: "#22c55e", warning: "#f97316", pending: "#eab308", error: "#ef4444", inactive: "#6b7280", }, text: { subtle: "#999", muted: "#9ca3af", dim: "#6b7280", secondary: "#e5e7eb", primary: "#f9fafb", faint: "#d1d5db", }, accent: { key: "#60a5fa", elapsed: "#fbbf24", branch: "#4b5563", }, ui: { border: "#374151", borderFocused: "#60a5fa", }, } as const;