Skip to content

Commit

Permalink
visual tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Aug 30, 2024
1 parent 3c90f51 commit e3e4b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImportGraph/Cli.lean
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def asDotGraph
lines := lines.push s!" \"{i}\" -> \"{n}\" [weight=100];"
else
-- mark edges into the main project
lines := lines.push s!" \"{i}\" -> \"{n}\" [penwidth=4, color=\"#71b144\"];"
lines := lines.push s!" \"{i}\" -> \"{n}\" [penwidth=2, color=\"#71b144\"];"
else
lines := lines.push s!" \"{i}\" -> \"{n}\";"
lines := lines.push "}"
Expand Down

0 comments on commit e3e4b70

Please sign in to comment.