Skip to content

Commit

Permalink
[interpolatablePlot] Tweak colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Nov 30, 2023
1 parent 4994dfe commit d9b9b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontTools/varLib/interpolatablePlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class InterpolatablePlot:
oncurve_node_diameter = 10
offcurve_node_color = (0, 0.5, 0, 0.7)
offcurve_node_diameter = 8
handle_color = (0.2, 1, 0.2, 0.5)
handle_color = (0, 0.5, 0, 0.7)
handle_width = 1
corrected_start_point_color = (0, 0.9, 0, 0.7)
corrected_start_point_size = 15
Expand Down

0 comments on commit d9b9b3a

Please sign in to comment.