Y
Hacker News
new
|
ask
|
show
|
jobs
by
JoshTriplett
146 days ago
CLI apps can detect the background color of the terminal, and determine contrasting colors accordingly.
1 comments
takluyver
146 days ago
They can? Is this a recent thing? I remember wanting to detect the background colour years ago, and not finding any way to do it.
link
JoshTriplett
146 days ago
It's not recent, and most terminals support it. You send an escape sequence to the terminal, and get back a sequence that tells you the exact background color.
link
takluyver
146 days ago
Huh, indeed. I still can't find much information about this, but this page is very informative:
https://jwodder.github.io/kbits/posts/term-fgbg/
link