// App ist permanent im Dark Mode mit komplett schwarzem Theme export const getThemeColors = () => { return { bg: 'bg-black', cardBg: 'bg-card-dark', text: 'text-white', textSecondary: 'text-gray-400', border: 'border-gray-800', input: 'bg-gray-800', }; };