vikstrous / pirate-get

A command line interface for The Pirate Bay
GNU Affero General Public License v3.0
338 stars 53 forks source link

Color Problem #107

Closed opensamba closed 7 years ago

opensamba commented 7 years ago

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

; use colored output
colors = False

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?

rnhmjoj commented 7 years ago

Yes, this issue was recently fixed but not yet released. You can use pirate-get --disable-colors in the meantime.

opensamba commented 7 years ago

thanks for the info.

What about if I want to change the color to something dark-friendly ?

rnhmjoj commented 7 years ago

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.

rnhmjoj commented 7 years ago

@vikstrous Can you upload v0.2.11 to PyPI?

vikstrous commented 7 years ago

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.

vikstrous commented 7 years ago

New version released and tested.