From 7236248ef6351707bacd51e041ccfd96b74bde07 Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:14:04 -0700 Subject: [PATCH] colour AVE and medium distance renfe --- src/maple/gtfs_handlers/colour_correction.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/maple/gtfs_handlers/colour_correction.rs b/src/maple/gtfs_handlers/colour_correction.rs index 293b783..04db93b 100644 --- a/src/maple/gtfs_handlers/colour_correction.rs +++ b/src/maple/gtfs_handlers/colour_correction.rs @@ -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),