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.
Cryptid/cryptide_project/src/Style/Theme.tsx

13 lines
259 B

// 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;