mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-15 16:00:05 +00:00
systemctl: use color specification understood by dot
grey66 is aproximately equal to dark grey. Not understanding dark grey is really a bug in dot, but trivial to work around. Closes https://bugs.freedesktop.org/show_bug.cgi?id=45706
This commit is contained in:
parent
a62a1e3d92
commit
c1d1952e59
@ -761,7 +761,7 @@ static int dot_one_property(const char *name, const char *prop, DBusMessageIter
|
||||
"RequiresOverridable", "[color=\"black\"]",
|
||||
"Requisite", "[color=\"darkblue\"]",
|
||||
"RequisiteOverridable", "[color=\"darkblue\"]",
|
||||
"Wants", "[color=\"darkgrey\"]",
|
||||
"Wants", "[color=\"grey66\"]",
|
||||
"Conflicts", "[color=\"red\"]",
|
||||
"ConflictedBy", "[color=\"red\"]",
|
||||
"After", "[color=\"green\"]"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user