Skip to content

Commit

Permalink
style(eyepy/config.py): change default color of bscan region and bsca…
Browse files Browse the repository at this point in the history
…n position indicators from green to limegreen because of better visibility
  • Loading branch information
Oli4 committed Feb 13, 2023
1 parent 3493b0e commit 3658a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eyepy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ascan_kwargs = {"alpha": 0.5}

# Line Style for B-Scan positions on Slo
line_kwargs = {"linewidth": 0.2, "linestyle": "-", "color": "green"}
line_kwargs = {"linewidth": 0.2, "linestyle": "-", "color": "limegreen"}

# Colors for different Layers
_layer_colors = {
Expand Down

0 comments on commit 3658a11

Please sign in to comment.