const themes = { light: { primary: '#B71C1C', secondary: '#424242', accent: '#B71C1C', error: '#FF6D00', warning: '#FFB300', info: '#5C6BC0', success: '#43A047', }, dark: { primary: '#f44336', secondary: '#212121', accent: '#f44336', error: '#FF6D00', warning: '#FFB300', info: '#5C6BC0', success: '#43A047', } } export default themes;