Skip to content

Commit

Permalink
Improved highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jul 31, 2018
1 parent 8ef616d commit a095698
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions styles.yaml
@@ -1,9 +1,13 @@
# Node styles. Mapping (kind -> (attribute -> value))
node:
date:
shape: none
# additional style for highlighted nodes
highlight:
fillcolor: '#FABE00'
style: bold
fillcolor: '#F0F000' # '#FABE00'
style: filled
penwidth: 2
# Node styles. Mapping (kind -> (attribute -> value))
edge:
not_before:
color: blue
Expand All @@ -20,11 +24,15 @@ edge:
constraint: false
timeline:
style: dotted
group: timeline
group: timeline # keep edges straight etc.
# additional style for conflicting edges
delete:
constraint: false
constraint: false # do not consider them for ranking
color: red
style: dashed
# additional style for highlighted edges. Currently only used in the conflict graphs.
highlight:
penwidth: 3
timeline:
graph:
color: white
Expand Down

0 comments on commit a095698

Please sign in to comment.