timdubbins / tap

An audio player for the terminal with fuzzy-finder.
MIT License
35 stars 2 forks source link

Feature: Remove background colour #9

Closed Andonome closed 12 months ago

Andonome commented 1 year ago

The black background feels quite jarring when everything else appears light (seeing white writing on a black background doesn't work well in Sunlight).

Could there be some option to remove the background colours and simply use the terminal's default colours?

timdubbins commented 1 year ago

Hi, thanks for the suggestion.

Yeah, I think we could add something like this. I want to add an option for user-defined colours, an option for using the default colours from the terminal would make a nice addition to this.

BTW, do the colours look similar to the screenshot in the readme? Just wondered because there should be very little white (just the highlighted line and progress bar times)

Andonome commented 1 year ago

They probably would look similar, but some of my local changes persist.

image

timdubbins commented 1 year ago

This feature has been added in v0.4.8.

You can use the terminal background color with the -b --term-bg flag.

I also added --color to set your own color scheme (example here) and a -c --term_color flag to use the terminal background and foreground colors only

Andonome commented 12 months ago

This feature has been added in v0.4.8.

Outstanding.

It looks beautiful.