From b037143c0deba8ef8d6eb0ec37d65f50e3a5f10c Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 31 Jul 2019 19:54:55 +0200 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1667339..cbadbc23 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,21 @@ ## Setup -### Subfilter +All apps have 4 themes to choose from. +`https://gilbn.github.io/theme.park/CSS/themes//.css` +``` +aquamarine.css +hotline.css +dark.css +plex.css +``` +`https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` -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. +### Subfilter method +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 or a browser addon called Stylus. + +## nginx Add this to your reverse proxy: ```nginx @@ -64,6 +75,18 @@ location / { ``` +## Stylus method + +Add this in the style page: + +```css +@import "https://gilbn.github.io/theme.park/CSS/themes//THEME.css"; +``` +Example: `@import "https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css";` + +Link to Chrome extention: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en +Link to Firefox extention: https://addons.mozilla.org/en-US/firefox/addon/styl-us/ + ## [Feature requests](https://feathub.com/gilbN/theme.park) [![Feature Requests](https://feathub.com/gilbN/theme.park?format=svg)](http://feathub.com/gilbN/theme.park)