// theme.js const theme = { colors: { primary: '#0064E0', secondary: '#0052B8', tertiary: '#7aa3f4', //* Pour les boutons de l'interface. text: '#fff' //faire une gestion dark/light }, }; export default theme;