mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
export const Colors = {
|
|
primary: "#9334E9",
|
|
text: "#ECEDEE",
|
|
background: "#151718",
|
|
tint: "#fff",
|
|
icon: "#9BA1A6",
|
|
tabIconDefault: "#9BA1A6",
|
|
tabIconSelected: "#9333ea",
|
|
};
|