an app to share curated trails sidetrail.app
1

Configure Feed

Select the types of activity you want to include in your feed.

at main 418 B View raw
1export const COLOR_PRESETS = [ 2 { accent: "#ff6b35", background: "#fef5f1" }, 3 { accent: "#2d9b75", background: "#f8fcfa" }, 4 { accent: "#3d5f7d", background: "#f5f7f9" }, 5 { accent: "#7c4dff", background: "#f5f0ff" }, 6 { accent: "#ff4e64", background: "#fff0f2" }, 7 { accent: "#00b0a8", background: "#f0fffe" }, 8 { accent: "#feb700", background: "#fffbf0" }, 9 { accent: "#9e40d8", background: "#faf0ff" }, 10];