const tintColorLight = '#2f95dc';
const tintColorDark = '#e23629';
export default {
light: {
text: '#000',
background: '#fff',
tint: tintColorLight,
tabIconDefault: '#ccc',
tabIconSelected: tintColorLight,
},
dark: {
text: '#a3b1a9',
background: '#1c1d20',
tint: tintColorDark,
tabIconDefault: '#ccc',
tabIconSelected: tintColorDark,
cyan: '#4fb2ab',
red: '#e23629',
redText: '#E23529E0',
alertBackground: '#E235292C',
},
};