fix: background colour

This commit is contained in:
2024-10-27 20:46:39 +01:00
parent 3220b6aa64
commit 050c1da950

View File

@@ -244,7 +244,7 @@ def make_wallpaper(
if perlin:
gen = CoordsGenerator(x, y)
elements = [svg.Rect(width=x, height=y, color=background)]
elements = [svg.Rect(width=x, height=y, fill=background)]
style = svg.Style(
text="\n".join(
[f".c{colour[1:]} {{ fill: {colour}; }}" for colour in speckle_colours]