From 2f0731367a49ab6e317408ab6159b006c28c00b7 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Thu, 19 Sep 2019 18:48:17 -0700 Subject: [PATCH] blackberry theme installer method --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0f012b2..57118758 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,18 @@ Example: `@import "https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.cs 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/ +## Blackberry Theme Installer method +[Blackberry Themes](https://github.com/Archmonger/Blackberry-Themes) provides a easy to use method of using JS to theme your Organizr tabs. This will only work if your Organizr tab is on a subdirectory (does not work with subdomains). These themes will only be applied when viewed within Organizr. +```js +$.getScript('https://archmonger.github.io/Blackberry-Themes/Extras/theme_installer.js', function(){ + // First variable is your Organizr tab name. Second variable is a link to the theme you want to apply. + themeInstaller("","https://gilbn.github.io/theme.park/CSS/themes//.css"); + + // You can also use this for multiple themes at once by simply calling themeInstaller again! + themeInstaller("","https://gilbn.github.io/theme.park/CSS/themes//.css"); +}); +``` + ## [Feature requests](https://feathub.com/gilbN/theme.park) [![Feature Requests](https://feathub.com/gilbN/theme.park?format=svg)](http://feathub.com/gilbN/theme.park) @@ -130,7 +142,7 @@ Custom [Organizr](https://github.com/causefx/Organizr/) themes. Screen Shot 1 Screen Shot 2 Screen Shot 3 - Screen Shot 4 + Screen Shot 4