20 lines
No EOL
477 B
TypeScript
20 lines
No EOL
477 B
TypeScript
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",
|
|
}
|
|
} |