diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index fbc3b0e3..34c904ef 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -10,18 +10,7 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -:root { - /* --main-bg-color:radial-gradient(ellipse, #1f1f1f, #191919, #131313, #0b0b0b, #000000) center center/cover no-repeat fixed; */ - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --calendar-tv-Unaired-Premiere: #35c5f4; - --calendar-tv-Downloading: #7932ea; - --calendar-tv-Unmonitored: grey; - --calendar-tv-Unaired: #337ab7; - --calendar-tv-missing: #d9534f; - --calendar-tv-On-Air: #f0ad4e; - --calendar-tv-available: #5cb85c; - } + body { background: var(--main-bg-color); background-repeat: repeat, no-repeat; @@ -1107,4 +1096,4 @@ pre { /* Custom filter */ .FilterBuilderRow\/filterRow\/1ozij:hover { background-color: transparent; -} \ No newline at end of file +} diff --git a/README.md b/README.md index c7cd5fda..312bb936 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ Link to Firefox extention: https://addons.mozilla.org/en-US/firefox/addon/styl-u
  • The Lounge
  • + +## Wiki [Adding your own theme colors](https://github.com/gilbN/theme.park/wiki/Creating-your-own-themes) *** # Organizr Hotline and Marine theme Custom [Organizr](https://github.com/causefx/Organizr/) themes. diff --git a/Screenshots/mtkMQYPhKe.gif b/Screenshots/mtkMQYPhKe.gif new file mode 100644 index 00000000..7e147938 Binary files /dev/null and b/Screenshots/mtkMQYPhKe.gif differ