port-depgraph: Fix color of depends_run lines

My right hand was one key too far to the right on a Dvorak keyboard.
This commit is contained in:
Ryan Carsten Schmidt
2024-05-03 14:58:12 -05:00
parent 83f97026c5
commit 16b07e9867
+1 -1
View File
@@ -68,7 +68,7 @@ proc print_dependencies {dependencyArray portName verbose} {
set aPort [lindex $aList 2]
set color "black"
if {$aType == "lus"} {
if {$aType == "run"} {
set color "#666666"
} elseif {$aType == "fetch"} {
set color "#ff00007f"