mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #83] Is it possible to have a transparent background? #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @user451421541757324 on GitHub (Jan 30, 2023).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/83
At the moment, I am able to set a solid color as background:
[theme.palette]background = "#333333"Is it possible to have a transparent one?
@aome510 commented on GitHub (Jan 30, 2023):
Yes, it's possible if your terminal supports transparency. You can set the
theme.palettefg and bg to use the terminal default values:@user451421541757324 commented on GitHub (Jan 31, 2023):
Works perfectly. Thank you!