Skip to content

Commit

Permalink
colour AVE and medium distance renfe
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Oct 28, 2024
1 parent 3a0c5e6 commit 7236248
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/maple/gtfs_handlers/colour_correction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ pub fn fix_background_colour_rgb_feed_route(

_ => fix_background_colour_rgb(background),
},
"f-ez-renfeoperadora" => {
match route.short_name.as_deref() {
Some("AVE") => RGB::new(214, 5, 95),
_ => RGB::new(184, 183, 189)
}
},
"f-9q5b-longbeachtransit" => {
match route.id.as_str() {
"1" => RGB::new(247, 161, 129),
Expand Down

0 comments on commit 7236248

Please sign in to comment.