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 04e73d2edb test commit
2023-11-30 13:59:43 +01:00

18 lines
No EOL
398 B
TypeScript

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