-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Bad background color on rxvt-unicode #9
Comments
There shouldn't be any background colors in the output. It seems like your terminal emulator does not support truecolor ANSI color codes (24-bit) and is mistakenly displaying background colors. |
It should be fairly easy for |
Just checked: rxvt-unicode supports 30-37 (basic ANSI, plus optional bold=bright), 90-97 (aixterm bright), 38;5;0-255 (256-color) but not 38;2;0-255;0-255;0-255 (24-bit). But then, you don't need any colors above the basic 16, so even 30-37 + 1 should be enough. |
Hm, yes. We could also go to a basic 16 color scheme, but that would require the user to have a decent color scheme in the terminal 😄 I think I'd go with interpolated 8-bit colors. |
The only remaining terminal I know that doesn't understand anything but 16 colors in Hurd console — but it's not like Hurd sees any real use. Anything else at least does something useful (like, Linux and FreeBSD text consoles gracefully degrade 256 to 16, for compatibility with legacy hardware limitations). I obviously exclude unmaintained software, and terminals I haven't looked at. As for 24-bit, here's a nice table documenting support. TL;DR: the vast majority of maintained terminals support that in current versions, but in too many cases this support is recent. Thus, going with 8-bit sounds right. You can revisit the decision in several years from now. |
Fixed in v0.3.1. |
That can't be right. The current version (from 2016!) is v9.22. v0.3.1 doesn't even seem to be published. Can you run basic ANSI color tests like this: https://gist.github.com/ketan/2866a236596636311d64 ? |
Isn't that the ancient mainline branch of rxvt, with last upstream update in 2001 then a beta in 2003? It lingered until last year in Debian-based distributions. If so, then no wonders it's crap. |
@garywill I didn't quite understand if you managed to solve the issue or not. If you believe that there is something wrong with |
solved by using the 256 color urxvt, sorry to bother |
Hi there,
Thank you for this tool.
There is a background color making it difficult to see the characters on rxvt-unicode only.
rxvt-unicode with default settings:
maybe that looks not a big problem, but when I have dark terminal theme, that make it difficult to see:
That background color not appear on other terminals, just rxvt-unicode.
The text was updated successfully, but these errors were encountered: