mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 10:25:59 +02:00
5 lines
190 B
TypeScript
5 lines
190 B
TypeScript
export const colors = [
|
|
"#161c2d", // slightly lighter than background
|
|
"#2a3452", // more saturated/brighter mid-tone for gradient
|
|
"#161c2d", // back to first color for smooth looping
|
|
];
|