Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/browse/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const colors = {

// Thanks to https://github.com/cyipt/cyipt-website/issues/23
cycle_paths: {
track: "#0000FF",
lane: "#009FEF",
track: "#007e00ff",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This colour is quite close to the colour we get for cycle_route.

Assumingly people might want to see the cycle routes and the cycle paths (I'm unclear of the distinction?) we should consider tweaking this to something more visually distinct from the cycle_paths green colour.

lane: "#1100ffff",
shared_use_segregated: "#FF9900",
shared_use_unsegregated: "#E7E700",
},
Expand Down