This is a community created theme for Stash inspired by the popular Plex Interface. Installation is quick and easy so you should be ready to install it in just a few simple steps.
Feel free to experiment with CSS and modify it to fit your needs. In case you have any issues or improvements we will be happy to hear from you on our Discord server! You can also submit a PR to share improvements with others!
The Plex Theme will only change the look and feel of the Stash interface. It will not affect any other data, so you are all safe and sound! ❤️
-
Open User Interface Configuration panel in settings. (http://localhost:9999/settings?tab=interface)
-
Tick/Enable Custom CSS ✅
-
Copy & Paste CSS Code to the Custom CSS text area.
These steps are optional, by default this theme uses the Github hosted image links.
-
Download background.png and noise.png
-
Place
background.png
andnoise.png
in~/.stash
on macOS / Linux orC:\Users\YourUsername\.stash
on Windows. Then edit thebackground-image: url("")
attributes like below:
The body one background-image: url("./background.png");
The root one background: rgba(0, 0, 0, 0) url("./noise.png") repeat scroll 0% 0%;