From d974ccbe43b20a4e41734a2ea8b71f9d474ed4e5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 26 Dec 2018 12:31:03 +0100 Subject: no special color for second class --- bin/db-wagenreihung | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index bae97b9..a885953 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -43,7 +43,7 @@ my ( $station, $train_number ) = @ARGV; my $col_first = "\e[38;5;11m"; my $col_mixed = "\e[38;5;208m"; -my $col_second = "\e[38;5;9m"; +my $col_second = "\e[0m"; #"\e[38;5;9m"; my $col_reset = "\e[0m"; my $res = Travel::Status::DE::IRIS->new( -- cgit v1.2.3