diff options
-rwxr-xr-x | bin/db-wagenreihung | 2 |
1 files changed, 1 insertions, 1 deletions
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( |