Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Sep 17, 2024
2 parents da32056 + 9b5a42f commit 6f27947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/maple/gtfs_handlers/colour_correction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub fn fix_background_colour_rgb_feed_route(
"510" => RGB::new(0, 112, 191),
"520" => RGB::new(255, 143, 0),
"530" => RGB::new(0, 171, 70),
"535" => RGB::new(175, 99, 49),
"888" | "891" | "892" | "894" => RGB::new(98, 54, 27),
_ => RGB::new(220, 38, 38),
},
Expand Down

0 comments on commit 6f27947

Please sign in to comment.