From 72ae392e8fdecbcf963cdb2ed3262106e8feb3f8 Mon Sep 17 00:00:00 2001 From: alexander-albers <27898390+alexander-albers@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:04:07 +0200 Subject: [PATCH] AVV Augsburg: update line colors --- .../Provider/Implementations/AvvAugsburgProvider.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/TripKit/Provider/Implementations/AvvAugsburgProvider.swift b/Sources/TripKit/Provider/Implementations/AvvAugsburgProvider.swift index 91dde54..d48ec94 100644 --- a/Sources/TripKit/Provider/Implementations/AvvAugsburgProvider.swift +++ b/Sources/TripKit/Provider/Implementations/AvvAugsburgProvider.swift @@ -50,7 +50,11 @@ public class AvvAugsburgProvider: AbstractEfaWebProvider { "B72": LineStyle(shape: .circle, backgroundColor: LineStyle.parseColor("#a99990"), foregroundColor: LineStyle.white), "B76": LineStyle(shape: .circle, backgroundColor: LineStyle.parseColor("#c3655a"), foregroundColor: LineStyle.white), + "T1": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#e30010"), foregroundColor: LineStyle.white), "T2": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#006ab3"), foregroundColor: LineStyle.white), + "T3": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#ef7c01"), foregroundColor: LineStyle.white), + "T4": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#951781"), foregroundColor: LineStyle.white), + "T6": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#94c11c"), foregroundColor: LineStyle.white), "T13": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#e2001a"), foregroundColor: LineStyle.white), "T64": LineStyle(shape: .rect, backgroundColor: LineStyle.parseColor("#97bf0d"), foregroundColor: LineStyle.white),