Files
Dennis Hundertmark 0e7f7e1dfd Initial commit
Generated by create-expo-app 3.2.0.
2025-03-05 00:48:33 +01:00

8 lines
157 B
TypeScript

export const COLORS = {
background: "#1a1a1a",
text: "#ffe81f",
inactive: "#888888",
itemBackground: "#333333",
containerBackground: "#222222",
};