Skip to content

Commit

Permalink
Use gray51
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Apr 5, 2024
1 parent dfeb066 commit 56e7d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vcpkg/commands.depend-info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ namespace vcpkg
const char* node_style = "";
if (Strings::ends_with(package.package, ":host"))
{
node_style = " [color=gray fontcolor=gray]";
node_style = " [color=gray51 fontcolor=gray51]";
}
else if (Strings::contains(package.package, ':'))
{
Expand All @@ -199,7 +199,7 @@ namespace vcpkg
}
else if (Strings::ends_with(d, ":host"))
{
edge_style = " [color=gray fontcolor=gray]";
edge_style = " [color=gray51 fontcolor=gray51]";
}
fmt::format_to(std::back_inserter(s), "\"{}\" -> \"{}\"{};\n", package.package, d, edge_style);
}
Expand Down

0 comments on commit 56e7d63

Please sign in to comment.