Skip to content

Latest commit

 

History

History
 
 

plex

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

plex theme logo

plex theme preview

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! ❤️

Install

  1. Open User Interface Configuration panel in settings. (http://localhost:9999/settings?tab=interface)

  2. Tick/Enable Custom CSS ✅

  3. Copy & Paste CSS Code to the Custom CSS text area.

Optional - Host Backgrounds Locally

These steps are optional, by default this theme uses the Github hosted image links.

  1. Download background.png and noise.png

  2. Place background.png and noise.png in ~/.stash on macOS / Linux or C:\Users\YourUsername\.stash on Windows. Then edit the background-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%;