This repository contains a colection of desktop backgrounds and some simple APIs for including them in Fyne applications.
Using the code:
img := backgrounds.Default().Load(
a.Settings().Theme(), a.Settings().ThemeVariant())
w.SetContent(img)you will fill the window with the default background for the current theme variant.
Or the light variant
Many thanks to Joshua Grant for the original design work in the "abstract" package. Thanks to "Claude" for the builtin FyshOS seascape designs.

