A collection of themes/skins for use in conjunction with Organizr or standalone.

Buy Me A Coffee

Screen Shot 1 Screen Shot 2 Screen Shot 3 Screen Shot 4

## Setup ### Subfilter As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx. Add this to your reverse proxy: ```nginx proxy_set_header Accept-Encoding ""; sub_filter '' ' '; sub_filter_once on; ``` Where `THEME.css` is the name of the theme. e.g. `aquamarine.css` Here is a complete example:
Expand ```nginx # REDIRECT HTTP TRAFFIC TO https://[domain.com] server { listen 80; server_name ombi.domain.com; return 301 https://$server_name$request_uri; } server { listen 443 ssl http2; server_name ombi.domain.com; #SSL settings include /config/nginx/ssl.conf location / { proxy_pass http://192.168.1.2:8701; include /config/nginx/proxy.conf; proxy_set_header Accept-Encoding ""; sub_filter '' ' '; sub_filter_once on; } } ```
## [Feature requests](http://feathub.com/gilbN/theme.park) [![Feature Requests](http://feathub.com/gilbN/theme.park?format=svg)](http://feathub.com/gilbN/theme.park) ## Current themes in the repo: *** # Organizr Hotline and Marine theme Custom [Organizr](https://github.com/causefx/Organizr/) themes.

Screen Shot 1 Screen Shot 2 Screen Shot 3 Screen Shot 4

These themes are still a WIP so bugs may occur. Please make an issue if you find one. Aquamarine are the colors from https://heimdall.site that I fell in love with. All themes are highly customizable in regards of which radial gradient color combination you want. #### Installation: Themes can be found in the "Theme Marketplace" in Organizr. ### Screenshots
Expand

*** # PHP Library Presenter Themes Custom [PLPP](https://github.com/Tensai75/plpp) CSS to match the [Organizr](https://github.com/causefx/Organizr) theme. ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plpp/plpp.png) ``` https://gilbn.github.io/theme.park/CSS/themes/plpp/XXX.css aquamarine.css hotline.css dark.css plex.css ``` *** # Guacamole Dark/Plex Theme Custom [Guacamole](https://guacamole.apache.org/) CSS to match the [Organizr](https://github.com/causefx/Organizr) theme. ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/guacorg/guacorg.png) ``` https://gilbn.github.io/theme.park/CSS/themes/guacamole/XXX.css aquamarine.css hotline.css dark.css plex.css ``` ### Screenshots
Expand

*** # Plex Themes Custom [Plex](https://plex.tv) CSS to match the [Organizr](https://github.com/causefx/Organizr) theme. ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plexorg/plexorg.png) ``` https://gilbn.github.io/theme.park/CSS/themes/plex/XXX.css aquamarine.css hotline.css dark.css ``` *** # Sonarr v2/v3 - Radarr - Lidarr - Bazarr Themes Custom [Sonarr V2 and V3](https://github.com/Sonarr/Sonarr)/[Radarr](https://github.com/Radarr/Radarr)/[Lidarr](https://github.com/Lidarr/Lidarr)/[Bazarr](https://github.com/morpheus65535/bazarr) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr) ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/orgarr/sonarrv3.png) ``` https://gilbn.github.io/theme.park/CSS/themes/sonarr/XXX.css https://gilbn.github.io/theme.park/CSS/themes/radarr/XXX.css https://gilbn.github.io/theme.park/CSS/themes/lidarr/XXX.css https://gilbn.github.io/theme.park/CSS/themes/bazarr/XXX.css aquamarine.css hotline.css plex.css dark.css ``` Thank you iFelix18 for doing all the hard work on v2! :) ### Screenshots
Expand

*** # NZBGet Themes Custom CSS for [Nzbget](https://github.com/nzbget/nzbget) ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/nzbget/nzbget-split.png) ``` https://gilbn.github.io/theme.park/CSS/themes/nzbget/XXX.css aquamarine.css hotline.css plex.css dark.css ``` Thank you [ydkmlt84](https://github.com/ydkmlt84) for making the job easier :) ### Screenshots
Expand

*** # SABnzbd Themes Custom CSS for [SABnzbd](https://github.com/sabnzbd/sabnzbd) ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/sabnzbd/sabnzbd.png) ``` https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/XXX.css aquamarine.css hotline.css dark.css plex.css ``` **Note: SABnzbd theme must be set to `Glitter`** ### Screenshots
Expand

*** # Grafana Themes Custom [Grafana](https://github.com/grafana/grafana) CSS for [Organizr](https://github.com/causefx/Organizr) homepage integration and consistent UI. ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/graforg/grafana-1.png) ``` https://gilbn.github.io/theme.park/CSS/themes/grafana/XXX.css aquamarine.css hotline.css dark.css plex.css ``` #### For panel integration on the Organizr homepage you can use `organizr-dashboard.css` if you use the Plex theme in Organizr. The theme is an "internal" theme that is meant to be used in an Organizr iframe as the background is set to transparent. NOTE: When viewing Grafana in Organizr iframe using `organizr-dashboard.css` it will follow the Organizr theme. When viewing it outside of Organizr iframe the background will be white ect. If you don't want this you can create two reverse proxies. One for grafana organizr homepage integration and one for the regular grafana theme. ### Check out https://technicalramblings.com/blog/spice-up-your-homepage-part-ii/ ![](https://technicalramblings.com/wp-content/uploads/2019/01/orgdash.jpg) ### **TIP:** Click the `kiosk` button and use that link if you don't want to show the top bar and side bar inside Organizr! There are two modes, one where the side menu and variables ect disappear and one where just the panels are visible. https://grafana.technicalramblings.com/d/nLJXnLJiz/unraid-ups-dashboard?refresh=10s&orgId=1&kiosk=tv https://grafana.technicalramblings.com/d/nLJXnLJiz/unraid-ups-dashboard?refresh=10s&orgId=1&kiosk Check out my Varken dashboard here: https://grafana.com/dashboards/9558 ### Screenshots
Expand

### Custom HTML for Organizr Homepage ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/graforg/3.jpg)
Expand Thank you [Fma965](https://gist.github.com/Fma965) for the base [code](https://gist.github.com/Fma965/d30ac1fa5695304a7d6dcdc748220027) Change the ***Panel name*** to what you want and the ***src*** to the panel URL. ```css
Panel name
** ``` The URL can be found by clicking **share** on the panel you want to add. If you dont want the ***Panel name*** text, just remove the `
` line entirely. ```css
Panel name
Panel name
Panel name
Panel name
```
*** # Netdata Themes Custom [Netdata](https://github.com/firehol/netdata) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr) ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/netorg/netdata-1.png) ``` https://gilbn.github.io/theme.park/CSS/themes/netdata/XXX.css aquamarine.css hotline.css dark.css plex.css organizr-dashboard.css ``` #### The `organizr-dashboard.css` theme is an "internal" theme that is meant to be used in an Organizr iframe as the background is set to transparent. [The theme can be used to integrate Netadata on the Organizr Homepage](https://technicalramblings.com/blog/spice-up-your-homepage/) ### Screenshots
Expand

### Custom HTML for Organizr Homepage *** # Monitorr Themes Custom [Monitorr](https://github.com/Monitorr/Monitorr) CSS for [Organizr](https://github.com/causefx/Organizr) homepage integration. ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/monitorg/1-flat.jpg) ``` https://gilbn.github.io/theme.park/CSS/themes/monitorr/XXX.css aquamarine.css hotline.css dark.css plex.css organizr-dashboard.css ``` #### The `organizr-dashboard.css` theme will mess with your Monitorr base theme. And it will hide the settings button. Go to /monitorr/settings.php for settings. It is created purely for use with "minimum" version of the index.php `https://domain.com/monitorr/index.min.php` for Organizr homepage integration. **NOTE:** When viewing monitorr in Organizr iframe using `organizr-dashboard.css` it will follow the Organizr theme. When viewing it outside of Organizr iframe the background will be white ect. If you don't want this you can create two reverse proxies. One for monitorr organizr homepage integration and one for the monitorr dark/plex theme. And use subfilter on both instead of adding `@import "https://gilbn.github.io/theme.park/CSS/themes/organizr-dashboard.css";` in the monitorr custom css. ### Screenshots
Expand

Add this in the Monitorr custom css box: ```css @import "https://gilbn.github.io/theme.park/CSS/themes/monitorr/THEME_NAME.css"; ``` And add this in custom HTML in Organizr: ```css

Monitorr

``` *** # Logarr (alpha only) (WIP) Custom [Logarr](https://github.com/Monitorr/logarr/tree/alpha) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr). ![](https://raw.githubusercontent.com/goldenpipes/theme.park/master/Screenshots/logarr-plex.png) ``` https://gilbn.github.io/theme.park/CSS/themes/logarr/XXX.css aquamarine.css hotline.css dark.css plex.css ``` *** # Filebrowser - Dark Theme Custom [Filebrowser](https://github.com/filebrowser/filebrowser) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr). ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/filebrowser/filebrowser.png) Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blackberry-Flat/bbf_filebrowser.css **https://github.com/Archmonger/Blackberry-Themes** ``` https://gilbn.github.io/theme.park/CSS/themes/filebrowser/XXX.css aquamarine.css hotline.css dark.css plex.css ``` ### Screenshots
Expand

*** # HTML5 Speedtest Dark/Plex Theme Custom [HTML5 Speedtest](https://github.com/adolfintel/speedtest) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr). ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/html5speedtest/html5speedtest.png) ``` https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/XXX.css aquamarine.css hotline.css dark.css plex.css ``` ### Screenshots
Expand

*** ### Honourable mentions: [leram84/layer.Cake](https://github.com/leram84/layer.Cake/) [rg9400/Cloud-Tautulli-Theme](https://github.com/rg9400/Cloud-Tautulli-Theme) [Burry/organizr-v2-plex-theme](https://github.com/Burry/organizr-v2-plex-theme) [iFelix18/Darkerr](https://github.com/iFelix18/Darkerr) [ydkmlt84/DarkerNZBget](https://github.com/ydkmlt84/DarkerNZBget) [Archmonger/Blackberry-Flat](https://github.com/Archmonger/Blackberry-Flat)