fixed and broke the theme again
This commit is contained in:
parent
424407faf3
commit
f62b49b5cf
5 changed files with 23 additions and 24 deletions
|
|
@ -1,32 +1,30 @@
|
|||
export default {
|
||||
light: {
|
||||
primaryText: "#000000",
|
||||
secondaryText: "#404040",
|
||||
interactiveText: "#0645AD",
|
||||
secondaryText: "#9E9E9E",
|
||||
interactiveText: "#388BFF",
|
||||
|
||||
tabIconDefault: "#FFFFFF",
|
||||
tabIconSelected: "#EF6C00",
|
||||
|
||||
|
||||
tabIconDefault: "gray",
|
||||
tabIconSelected: "#ED7D31",
|
||||
color: "#000000",
|
||||
accentColor: "#ED7D31",
|
||||
backgroundColor: "#ffffff",
|
||||
tabBarColor: "gray",
|
||||
backgroundColor: "#FFFFFF",
|
||||
containerColor: "#F5F5F5",
|
||||
elementDefaultColor: "#E0E0E0",
|
||||
elementSelectedColor: "#9E9E9E",
|
||||
accentColor: "#EF6C00",
|
||||
},
|
||||
dark: {
|
||||
// Text
|
||||
primaryText: "#FFFFFF",
|
||||
secondaryText: "#B3B3B3",
|
||||
interactiveText: "#0645AD",
|
||||
interactiveText: "#388BFF",
|
||||
|
||||
// Tabs
|
||||
tabIconDefault: "#FFFFFF",
|
||||
tabIconSelected: "#ED7D31",
|
||||
tabIconSelected: "#EF6C00",
|
||||
|
||||
//
|
||||
color: "#FFFFFF",
|
||||
accentColor: "#ED7D31",
|
||||
backgroundColor: "#181818",
|
||||
tabBarColor: "#121212",
|
||||
backgroundColor: "#121212",
|
||||
containerColor: "#181818",
|
||||
elementDefaultColor: "#535353",
|
||||
elementSelectedColor: "#B3B3B3",
|
||||
accentColor: "#EF6C00",
|
||||
}
|
||||
}
|
||||
Reference in a new issue