Closed opensamba closed 7 years ago
Yes, this issue was recently fixed but not yet released.
You can use pirate-get --disable-colors
in the meantime.
thanks for the info.
What about if I want to change the color to something dark-friendly ?
The colors we use are the 16 ANSI colors, you can see here which. The output depends on the terminal and palette you are currently using. They are not configurable from pirate-get but you may change the look of your palette if the blue is particularly bad.
@vikstrous Can you upload v0.2.11 to PyPI?
Yep. Sorry for the delay. I didn't want to release a new version with only one commit, but at the current rate of development, it makes sense to just do it.
New version released and tested.
Hi, I like the color option for pirate-get, but the blue color is very bad for my dark terminal
So I tried tu disable color in the config file ~/.config/pirate-get
but with my surprise nothing changed, checking the code I see the color settings works only if is passed by the command line (which is bad).
So I tried to change the color in the code, but also this is very bad.
Can you tell me which is the best way to get a better color or disable it?