yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.34k stars 1.1k forks source link

[Feature]: use terminal colors #6440

Open litoj opened 1 month ago

litoj commented 1 month ago

Describe the user story

This is basically unreadable: obrazek

Describe the solution you'd like

Ideally, use the terminal colours by default. Or at least there should be an option for it.

Describe the drawbacks of your solution

Theoretically, the TTY would offer only 8 different colours. But who uses yarn in a TTY?

Describe alternatives you've considered

I couldn't find any workarounds - the colours seem to be hardcoded.

arcanis commented 1 month ago

I don't feel like there's enough value in making those configurable that it's worth the maintenance/complexity cost.

litoj commented 1 month ago

Making it configurable would be a burden indeed. But would it be an issue if just the terminal colors were used?

yarnbot commented 1 week ago

Hi! 👋

It seems like this issue as been marked as probably resolved, or missing important information blocking its progression. As a result, it'll be closed in a few days unless a maintainer explicitly vouches for it.

clemyan commented 1 week ago

Making it configurable would be a burden indeed. But would it be an issue if just the terminal colors were used?

We use chalk to color our output, so in theory setting FORCE_COLOR=1 should do exactly that. But sounds like that is bugged right now