diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-26 12:31:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-26 12:31:03 +0100 |
commit | d974ccbe43b20a4e41734a2ea8b71f9d474ed4e5 (patch) | |
tree | 35af6f68656846b2d04548f11a4a10543cddb04f | |
parent | c06d8c9b70e1950b8e7bd6ab7e14bac96d55ffc7 (diff) |
no special color for second class
-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( |