// theme.js const theme = { colors: { primary: '#7AA3F4', secondary: '#0052B8', text: '#fff' //faire une gestion dark/light }, }; export default theme;