From: Zbigniew Jędrzejewski-Szmek Date: Mon, 23 Jul 2012 16:26:31 +0000 (+0200) Subject: systemctl: use color specification understood by dot X-Git-Tag: v188~98 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=81cf1c43c9a24834433bb5c1f0dc6eb3c1c5b44f 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 --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 18c8abeaa..a13fc1a8f 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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\"]"