-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transparency #1
Comments
Diving deeper into the issue, It seems like setting the colors to their tview.Styles.TitleColor = tcell.ColorDefault
tview.Styles.BorderColor = tcell.ColorDefault
tview.Styles.PrimaryTextColor = tcell.ColorDefault
tview.Styles.PrimitiveBackgroundColor = tcell.ColorDefault Also sorry for the late reply @ethanh92 . GitHub no longer notifies me about newly |
Just updated to the latest version with transparency. Thanks for that. However, the highlight on the currently selected torrent is also transparent now which means that unfortunately I can't tell which torrent in the list is selected. |
Rolled back to the previous commit. I've seemed to have tried everything to get transparency working, but to no avail. I'll keep this issue open for further discussion. |
you can change the background opacity of alacritty |
Is there a way to make the background transparent via configuration or would the source code need to be modified?
I'm using Alacritty if it's at all relevant.
The text was updated successfully, but these errors were encountered: