]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl,shared/log: use yellow for warnings 12411/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 May 2019 15:42:46 +0000 (17:42 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 May 2019 07:50:38 +0000 (09:50 +0200)
commit0d0464d39d78fc7db682313f14effb384da2256f
treece577f75ea86b6ff3d98f31c30d61cefcbfc5faf
parent1a04395959ca8cdca91f9da86b8580ef27025a5f
journalctl,shared/log: use yellow for warnings

In program output, highlighting warnings with ANSI_HIGHLIGHT is not enough,
because it doesn't stand out enough. Yellow is more appropriate.

I was worried that yellow wouldn't be visible on white background, but (at
least gnome-terminal) uses a fairly dark yellow that is fully legible on white
and light-colored backgrounds. We also used yellow in many places,
e.g. systemctl, so this should be fine.

Note: yellow is unreadable on urxvt with white background (urxvt +rv). But
grey, which we already used, is also unreadable, so urxvt users would have
to disable colors anyway, so this change does not make the problem
intrinsically worse. See
https://github.com/systemd/systemd/issues/12482#issuecomment-490374210.
src/basic/terminal-util.c