fix: background colour

This commit is contained in:
julius 2024-10-27 20:46:39 +01:00
parent 3220b6aa64
commit 050c1da950
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -244,7 +244,7 @@ def make_wallpaper(
if perlin: if perlin:
gen = CoordsGenerator(x, y) 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( style = svg.Style(
text="\n".join( text="\n".join(
[f".c{colour[1:]} {{ fill: {colour}; }}" for colour in speckle_colours] [f".c{colour[1:]} {{ fill: {colour}; }}" for colour in speckle_colours]