This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
interaktive-systeme/constants/colors.ts
Thomas Schleicher 74c0fdb27e theme changes
2023-11-30 19:51:36 +01:00

20 lines
No EOL
477 B
TypeScript

export default {
light: {
tabIconDefault: "gray",
tabIconSelected: "orange",
color: "orange",
contrastColor: "",
accentColor: "",
backgroundColor: "#ffffff",
tabBarColor: "gray",
},
dark: {
tabIconDefault: "gray",
tabIconSelected: "orange",
color: "#1B9AAA",
contrastColor: "",
accentColor: "",
backgroundColor: "lightgray",
tabBarColor: "gray",
}
}