18 lines
No EOL
398 B
TypeScript
18 lines
No EOL
398 B
TypeScript
export default {
|
|
light: {
|
|
tabIconDefault: "",
|
|
tabIconSelected: "",
|
|
color: "#15616d",
|
|
contrastColor: "",
|
|
accentColor: "",
|
|
backgroundColor: "#ffecd1",
|
|
},
|
|
dark: {
|
|
tabIconDefault: "",
|
|
tabIconSelected: "",
|
|
color: "#1B9AAA",
|
|
contrastColor: "",
|
|
accentColor: "",
|
|
backgroundColor: "#050505",
|
|
}
|
|
} |