summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprojgraph2
1 files changed, 1 insertions, 1 deletions
diff --git a/projgraph b/projgraph
index 41636ac..f8ddd70 100755
--- a/projgraph
+++ b/projgraph
@@ -21,7 +21,7 @@ statuses = {
def nodeattrs(done):
attrs = {
unknown: {'shape': 'diamond'},
- blocked: {'fillcolor': '#ff0000', 'shape': 'rectangle'},
+ blocked: {'fillcolor': '#f4bada', 'shape': 'rectangle'},
finished: {'fillcolor': '#eeeeee'},
ready: {'fillcolor': '#ffffff'},
next: {'fillcolor': '#00cc00'},