export default { light: { tabIconDefault: "gray", tabIconSelected: "orange", color: "orange", contrastColor: "", accentColor: "", backgroundColor: "#ffffff", tabBarColor: "gray", }, dark: { tabIconDefault: "gray", tabIconSelected: "orange", color: "#1B9AAA", contrastColor: "", accentColor: "", backgroundColor: "lightgray", tabBarColor: "gray", } }