This PR adds a new settings option called "Background image". As the name says, it allows to select a image file located at /rvloader/backgrounds as a background image. This allows some simple customization of the look of RVLoader.
In order to keep the repo structured I moved the theme & new backgrounds folder to /static [idk if that's the best name]
I also included some basic example backgrounds [(RVL-)gray, black & solarized]. I think it would be cool to add some creative-commons or user contributed images in the future.
We might want to implement a check, so only .png files can be selected, but idk how to do that right. I also had the idea to add another option to choose a color or an image as background. But didn't want to spend time on that now.
This PR adds a new settings option called "Background image". As the name says, it allows to select a image file located at
/rvloader/backgrounds
as a background image. This allows some simple customization of the look of RVLoader.In order to keep the repo structured I moved the
theme
& newbackgrounds
folder to/static
[idk if that's the best name]I also included some basic example backgrounds [(RVL-)
gray
,black
&solarized
]. I think it would be cool to add some creative-commons or user contributed images in the future.We might want to implement a check, so only
.png
files can be selected, but idk how to do that right. I also had the idea to add another option to choose a color or an image as background. But didn't want to spend time on that now.Hope you like this idea.