theme changes

This commit is contained in:
Thomas Schleicher 2023-11-30 19:51:32 +01:00
parent 1771f85ac3
commit 74c0fdb27e
5 changed files with 52 additions and 66 deletions

View file

@ -1,18 +1,20 @@
export default {
light: {
tabIconDefault: "",
tabIconSelected: "",
color: "#15616d",
tabIconDefault: "gray",
tabIconSelected: "orange",
color: "orange",
contrastColor: "",
accentColor: "",
backgroundColor: "#ffecd1",
backgroundColor: "#ffffff",
tabBarColor: "gray",
},
dark: {
tabIconDefault: "",
tabIconSelected: "",
tabIconDefault: "gray",
tabIconSelected: "orange",
color: "#1B9AAA",
contrastColor: "",
accentColor: "",
backgroundColor: "#050505",
backgroundColor: "lightgray",
tabBarColor: "gray",
}
}