darkhz / invidtui

A TUI based Invidious client
MIT License
191 stars 6 forks source link

Don't set the background of the app #46

Closed arthsmn closed 2 months ago

arthsmn commented 2 months ago

Currently the background of the app is set, so when using a transparent background terminal the app looks odd.

darkhz commented 2 months ago

@arthsmn can you post a screenshot? That would be helpful. Also if you haven't generated the theme file yet, generate it using the instructions in the theme branch of this repository.

arthsmn commented 2 months ago

A preview of the problem: 2024-07-06T06:41:01,477830932-03:00 2024-07-06T06:41:09,363207439-03:00 2024-07-06T06:41:12,870338380-03:00

As you can see, first my terminal isn't setting a background color, so it is blurred. When selecting the instance, it's still blurred. But, when the app opens the background is set to black, which overwrites the blur.

darkhz commented 2 months ago

Ok, A small fix has been issued now. Install the latest version first.

For background transparency:

For theming any other properties, refer to the themes branch.

arthsmn commented 2 months ago

This works, thanks!