mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #130] How to set foreground color when terminal background is transparent? #106
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#106
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 @Bellavene on GitHub (Dec 27, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/130
Originally assigned to: @d99kris on GitHub.
color_regular_text_fg stays white when color_regular_text_bg is none :(
This is needed when terminal background is transparent.
@Bellavene commented on GitHub (Dec 27, 2022):
Also, would be Groß if there will be an option to add senders to groups to whom you could assign colors. Like in ranger – colors differs by file type.
https://user-images.githubusercontent.com/77557804/209658250-b2b07163-1324-4dc0-af2f-f60480b8720c.mov
@Bellavene commented on GitHub (Dec 27, 2022):
Also, for some strange reason, automatic profile switching in iTerm isn't working with nmail, but works great with nchat. "Job name" as I discovered is
nmail (cat)@d99kris commented on GitHub (Jan 11, 2023):
Could you try setting
bgtoblackand see if it works? I believe black is mapped to default background in the terminal, at least this works in macOS Terminal. Example:Example screenshot on macOS:

If this doesn't work, please let me know OS/distro and terminal used, and I'll check.
@d99kris commented on GitHub (Jan 11, 2023):
The question of more color customization has come up before, but I'm somewhat hesitant towards it. Anyway, please feel free to report a separate feature request for this, and we can gauge the interest among other users, and perhaps I'll need to reconsider.
@d99kris commented on GitHub (Jan 11, 2023):
Ideally I prefer we use one Github issue per question / bug / feature request in this project, but anyway - how about if you edit
~/.nmail/ui.confand setterminal_titleto something, I personally often set it to the email address of the account, example:Edit: If you still face issues regarding this, please report a separate issue for this, so we can keep this first Github issue to be about setting foreground color on a terminal background with opacity.
@d99kris commented on GitHub (Jan 15, 2023):
Moving open issues with
questionlabel to discussions.