mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-18 15:23:54 +02:00
5 lines
No EOL
197 B
TypeScript
5 lines
No EOL
197 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
|
|
] |