Browse Source

lidarr calendar color update

pull/200/head
Marius 4 years ago
parent
commit
ded6bf6c48
  1. 12
      CSS/themes/lidarr/aquamarine.css
  2. 12
      CSS/themes/lidarr/dark.css
  3. 12
      CSS/themes/lidarr/hotline.css
  4. 47
      CSS/themes/lidarr/lidarr-base.css
  5. 12
      CSS/themes/lidarr/organizr-dark.css
  6. 12
      CSS/themes/lidarr/plex.css
  7. 12
      CSS/themes/lidarr/space-gray.css

12
CSS/themes/lidarr/aquamarine.css

@ -17,12 +17,12 @@
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--calendar-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c;
--calendar-Unreleased: #06f;
--calendar-Partial: orange;
--calendar-Unmonitored: #adadad;
--calendar-Missing: #f05050;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
--calendar-Unreleased: 93 156 236;
--calendar-Partial: 255, 165, 0;
--calendar-Unmonitored: 173 173 173;
--calendar-Missing: 240 80 80;
--button-color: #009688;
--button-color-hover: #12afa0;

12
CSS/themes/lidarr/dark.css

@ -17,12 +17,12 @@
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--calendar-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c;
--calendar-Unreleased: #06f;
--calendar-Partial: orange;
--calendar-Unmonitored: #adadad;
--calendar-Missing: #f05050;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
--calendar-Unreleased: 93 156 236;
--calendar-Partial: 255, 165, 0;
--calendar-Unmonitored: 173 173 173;
--calendar-Missing: 240 80 80;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);

12
CSS/themes/lidarr/hotline.css

@ -17,12 +17,12 @@
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--calendar-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c;
--calendar-Unreleased: #06f;
--calendar-Partial: orange;
--calendar-Unmonitored: #adadad;
--calendar-Missing: #f05050;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
--calendar-Unreleased: 93 156 236;
--calendar-Partial: 255, 165, 0;
--calendar-Unmonitored: 173 173 173;
--calendar-Missing: 240 80 80;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);

47
CSS/themes/lidarr/lidarr-base.css

@ -400,27 +400,52 @@ body {
/* CALENDAR COLORS */
.CalendarEvent-downloading-1kwSO {
border-left-color: var(--calendar-Downloading);
background: rgb(var(--calendar-Downloading) / .7) !important;
border-left-color: transparent !important;
}
.CalendarEvent-downloading-1kwSO:hover {
background: rgb(var(--calendar-Downloading) / .5) !important;
border-left-color: transparent !important;
}
.CalendarEvent-downloaded-2vSrJ {
border-left-color: var(--calendar-Downloaded);
background: rgb(var(--calendar-Downloaded) / .7) !important;
border-left-color: transparent !important;
}
.CalendarEvent-downloaded-2vSrJ:hover {
background: rgb(var(--calendar-Downloaded) / .5) !important;
border-left-color: transparent !important;
}
.CalendarEvent-unreleased-mSAoI {
border-left-color: var(--calendar-Unreleased);
background: rgb(var(--calendar-Unreleased) / .7) !important;
border-left-color: transparent !important;
}
.CalendarEvent-unreleased-mSAoI:hover {
background: rgb(var(--calendar-Unreleased) / .5) !important;
border-left-color: transparent !important;
}
.CalendarEvent-partial-2_4q1 {
border-left-color: var(--calendar-Partial);
background: rgb(var(--calendar-Partial) / .7) !important;
border-left-color: transparent !important;
}
.CalendarEvent-partial-2_4q1:hover {
background: rgb(var(--calendar-Partial) / .5) !important;
border-left-color: transparent !important;
}
.CalendarEvent-unmonitored-Zvc-m {
border-left-color: var(--calendar-Unmonitored);
background: rgb(var(--calendar-Unmonitored) / .7) !important;
border-left-color: transparent !important;
}
.CalendarEvent-unmonitored-Zvc-m:hover {
background: rgb(var(--calendar-Unmonitored) / .5) !important;
border-left-color: transparent !important;
}
.CalendarEvent-missing-1y6vZ {
border-left-color: var(--calendar-Missing);
background: rgb(var(--calendar-Missing) / .7) !important;
border-left-color: transparent !important;
}
.CalendarEvent-missing-1y6vZ:hover {
background: rgb(var(--calendar-Missing) / .5) !important;
border-left-color: transparent !important;
}
/* ACTIVITY */

12
CSS/themes/lidarr/organizr-dark.css

@ -17,12 +17,12 @@
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
--calendar-Downloading: #7a43b6;
--calendar-Downloaded: #53e69d;
--calendar-Unreleased: #2cabe3;
--calendar-Partial: orange;
--calendar-Unmonitored: #adadad;
--calendar-Missing: #ff7676;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
--calendar-Unreleased: 93 156 236;
--calendar-Partial: 255, 165, 0;
--calendar-Unmonitored: 173 173 173;
--calendar-Missing: 240 80 80;
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);

12
CSS/themes/lidarr/plex.css

@ -17,12 +17,12 @@
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--calendar-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c;
--calendar-Unreleased: #06f;
--calendar-Partial: orange;
--calendar-Unmonitored: #adadad;
--calendar-Missing: #f05050;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
--calendar-Unreleased: 93 156 236;
--calendar-Partial: 255, 165, 0;
--calendar-Unmonitored: 173 173 173;
--calendar-Missing: 240 80 80;
--button-color: #cc7b19;
--button-color-hover: #e59029;

12
CSS/themes/lidarr/space-gray.css

@ -17,12 +17,12 @@
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--calendar-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c;
--calendar-Unreleased: #06f;
--calendar-Partial: orange;
--calendar-Unmonitored: #adadad;
--calendar-Missing: #f05050;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
--calendar-Unreleased: 93 156 236;
--calendar-Partial: 255, 165, 0;
--calendar-Unmonitored: 173 173 173;
--calendar-Missing: 240 80 80;
--button-color: #607D8B;
--button-color-hover: #81a6b7;

Loading…
Cancel
Save