diff options
-rwxr-xr-x | bin/depsdot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/depsdot b/bin/depsdot index beaa41b..756c910 100755 --- a/bin/depsdot +++ b/bin/depsdot @@ -98,7 +98,7 @@ sub main foreach my $src (sort(@src_pkgs)) { my $attr = ''; if (not defined($non_leaf_src_pkgs{$src})) { - $attr = ' [style=filled,fillcolor="#C0C0C0"]'; + $attr = ' [style=filled,fillcolor="#808080"]'; } STDOUT->print("\t\"" . $src . '"' . $attr . ";\n"); } |