test commit

This commit is contained in:
Thomas Schleicher 2023-11-30 13:59:43 +01:00
parent 59696b2caf
commit 04e73d2edb
4 changed files with 100 additions and 13 deletions

18
constants/colors.ts Normal file
View file

@ -0,0 +1,18 @@
export default {
light: {
tabIconDefault: "",
tabIconSelected: "",
color: "#15616d",
contrastColor: "",
accentColor: "",
backgroundColor: "#ffecd1",
},
dark: {
tabIconDefault: "",
tabIconSelected: "",
color: "#1B9AAA",
contrastColor: "",
accentColor: "",
backgroundColor: "#050505",
}
}