You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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; |