diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index d9921e496..160ab621d 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -75,7 +75,7 @@
,
,
and
- commands are executed
+ commands are executed
in.
For each socket file a matching service file
diff --git a/src/systemctl.c b/src/systemctl.c
index f51085f8c..13a797a44 100644
--- a/src/systemctl.c
+++ b/src/systemctl.c
@@ -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\"]"