32 lines
No EOL
697 B
TypeScript
32 lines
No EOL
697 B
TypeScript
export default {
|
|
light: {
|
|
primaryText: "#000000",
|
|
secondaryText: "#404040",
|
|
interactiveText: "#0645AD",
|
|
|
|
|
|
|
|
tabIconDefault: "gray",
|
|
tabIconSelected: "#ED7D31",
|
|
color: "#000000",
|
|
accentColor: "#ED7D31",
|
|
backgroundColor: "#ffffff",
|
|
tabBarColor: "gray",
|
|
},
|
|
dark: {
|
|
// Text
|
|
primaryText: "#FFFFFF",
|
|
secondaryText: "#B3B3B3",
|
|
interactiveText: "#0645AD",
|
|
|
|
// Tabs
|
|
tabIconDefault: "#FFFFFF",
|
|
tabIconSelected: "#ED7D31",
|
|
|
|
//
|
|
color: "#FFFFFF",
|
|
accentColor: "#ED7D31",
|
|
backgroundColor: "#181818",
|
|
tabBarColor: "#121212",
|
|
}
|
|
} |