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:
Zbigniew Jędrzejewski-Szmek 2012-07-23 18:26:31 +02:00
parent fafb6eccc2
commit 81cf1c43c9
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,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\"]"