Default to more highlight layers

This commit is contained in:
Grant Sanderson 2022-04-28 12:14:49 -06:00
parent a4b38fd420
commit ed5a435852

View file

@ -1202,7 +1202,7 @@ class VHighlight(VGroup):
def __init__(
self,
vmobject: VMobject,
n_layers: int = 3,
n_layers: int = 5,
color_bounds: tuple[ManimColor] = (GREY_C, GREY_E),
max_stroke_addition: float = 5.0,
):