]> git.ipfire.org Git - thirdparty/iproute2.git/commit
color: Do not use dark blue in dark-background palette
authorBen Hutchings <benh@debian.org>
Wed, 26 Mar 2025 14:08:56 +0000 (15:08 +0100)
committerDavid Ahern <dsahern@kernel.org>
Tue, 1 Apr 2025 03:36:58 +0000 (03:36 +0000)
commit46a4659313c2610427a088d8f03b731819f2b87a
tree6f0155e64c98e9fc9922db149cb49ff34415db80
parentcc0f1109d2864686180ba2ce6fba5fcb3bf437bf
color: Do not use dark blue in dark-background palette

In GNOME Terminal's default dark colour schemes, the default (dark)
blue on a black background is barely readable.  Light blue is
significantly more readable to me, and is also easily readable on a
white background.

In Konsole, rxvt, and xterm, I can see little if any difference
between dark and light blue in the default dark colour schemes.

So replace dark blue with light blue in the dark-background palette.

Signed-off-by: Ben Hutchings <benh@debian.org>
lib/color.c