Skip to content

Commit

Permalink
AVV Augsburg: update line colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-albers committed Sep 17, 2023
1 parent b976d98 commit 72ae392
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit 72ae392

Please sign in to comment.