[GH-ISSUE #83] Is it possible to have a transparent background? #23

Closed
opened 2026-03-14 12:25:20 +03:00 by kerem · 2 comments
Owner

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?

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?
kerem closed this issue 2026-03-14 12:25:25 +03:00
Author
Owner

@aome510 commented on GitHub (Jan 30, 2023):

Is it possible to have a transparent one?

Yes, it's possible if your terminal supports transparency. You can set the theme.palette fg and bg to use the terminal default values:

[theme.palette]
background = "default"
foreground = "default"
<!-- gh-comment-id:1409466808 --> @aome510 commented on GitHub (Jan 30, 2023): > Is it possible to have a transparent one? Yes, it's possible if your terminal supports transparency. You can set the `theme.palette` fg and bg to use the terminal default values: ```toml [theme.palette] background = "default" foreground = "default" ```
Author
Owner

@user451421541757324 commented on GitHub (Jan 31, 2023):

Works perfectly. Thank you!

<!-- gh-comment-id:1409844727 --> @user451421541757324 commented on GitHub (Jan 31, 2023): Works perfectly. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#23
No description provided.