Small Changes (delete index.js)

This commit is contained in:
thschleicher 2023-12-01 08:57:04 +01:00
parent 8f39ec9bf4
commit c960c41e3a
4 changed files with 45 additions and 32 deletions

View file

@ -1,20 +1,32 @@
export default {
light: {
primaryText: "#000000",
secondaryText: "#404040",
interactiveText: "#0645AD",
tabIconDefault: "gray",
tabIconSelected: "orange",
color: "orange",
contrastColor: "",
accentColor: "",
tabIconSelected: "#ED7D31",
color: "#000000",
accentColor: "#ED7D31",
backgroundColor: "#ffffff",
tabBarColor: "gray",
},
dark: {
tabIconDefault: "gray",
tabIconSelected: "orange",
color: "#1B9AAA",
contrastColor: "",
accentColor: "",
backgroundColor: "lightgray",
tabBarColor: "gray",
// Text
primaryText: "#FFFFFF",
secondaryText: "#B3B3B3",
interactiveText: "#0645AD",
// Tabs
tabIconDefault: "#FFFFFF",
tabIconSelected: "#ED7D31",
//
color: "#FFFFFF",
accentColor: "#ED7D31",
backgroundColor: "#181818",
tabBarColor: "#121212",
}
}