export const Colors = {
light: {
text: '#777',
boxes: '#ffffff',
background: '#f5f5f5',
accent: '#FF6B6B',
innerBoxes: '#E9ECF2',
greenColor: '#2ECC71',
blueColor: '#3498DB',
yellowColor: '#FFD300'
},
dark: {
text: '#9BA1A6',
boxes: '#151718',
background: '#000000',
accent: '#ec5b60',
innerBoxes: '#2e2e2e',
greenColor: '#47a025',
blueColor: '#1fa7d6',
yellowColor: '#ffba08'
},
};
//'#000' : '#f5f5f5'