Skip to content

Commit

Permalink
Merge pull request #33 from 42A7C5/patch-1
Browse files Browse the repository at this point in the history
SDMTS ECC color fix
  • Loading branch information
kylerchin authored Sep 13, 2024
2 parents 6f6882f + 5d9cdbe commit df84cf4
Showing 1 changed file with 1 addition and 0 deletions.
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 df84cf4

Please sign in to comment.