summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@qvarnlabs.com>2018-07-29 14:12:22 +0300
committerLars Wirzenius <liw@qvarnlabs.com>2018-07-29 14:12:22 +0300
commit1da37bb5a0364781f0237019f35ed597daa03522 (patch)
tree2bf2ddfd079207f595390e929c1edf84f2e5bcee
parente0c704a49d903b98ec48fc931f8510cd94f4d340 (diff)
downloadql-ikiwiki-publish-1da37bb5a0364781f0237019f35ed597daa03522.tar.gz
Change: color for blocked nodes in roadmaps
-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'},