Skip to content

Commit

Permalink
change default color of postsynaptic connectors from blue to cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Oct 18, 2020
1 parent de28d6e commit e2d7ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
0: {'name': 'Presynapses',
'color': (1, 0, 0)},
1: {'name': 'Postsynapses',
'color': (0, 0, 1)},
'color': (0, .75, .75)},
2: {'name': 'Gap junctions',
'color': (0, 1, 0)},
'display': 'lines' # can also be 'circle'
Expand Down

0 comments on commit e2d7ba7

Please sign in to comment.