Adding a background
A theme can put an image behind Discord’s interface. Add an optionalbackground object to your theme definition with the image url, and tune how it sits behind the UI with blur and opacity.
Fields
string
required
The image to display behind the interface.
number
How much to blur the image. Higher values soften it so foreground text stays readable.
number
How visible the image is behind the UI, from
0 (hidden) to 1 (fully opaque).