**Symfony version(s) affected**: 5.3.2 **Description** After updating to `symfony/console 5.3.2` the colors in the Laravel Tinker console are missing. **How to reproduce** Missing colors: <img width="394" alt="Bildschirmfoto 2021-07-02 um 11 22 37" src="https://user-images.githubusercontent.com/5833477/124253636-85820e80-db28-11eb-8bac-e62d1179c3d7.png"> Downgrade `symfony/console`: <img width="506" alt="Bildschirmfoto 2021-07-02 um 11 23 48" src="https://user-images.githubusercontent.com/5833477/124253646-86b33b80-db28-11eb-9376-25854a3651e8.png"> Colors are displayed: <img width="394" alt="Bildschirmfoto 2021-07-02 um 11 23 38" src="https://user-images.githubusercontent.com/5833477/124253642-861aa500-db28-11eb-8982-c5e252747412.png">