lidarr calendar color update
This commit is contained in:
parent
9e983cae21
commit
ded6bf6c48
@ -17,12 +17,12 @@
|
|||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--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;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--calendar-Downloading: #7a43b6;
|
--calendar-Downloading: 122 67 182;
|
||||||
--calendar-Downloaded: #27c24c;
|
--calendar-Downloaded: 39 194 76;
|
||||||
--calendar-Unreleased: #06f;
|
--calendar-Unreleased: 93 156 236;
|
||||||
--calendar-Partial: orange;
|
--calendar-Partial: 255, 165, 0;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: 173 173 173;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: 240 80 80;
|
||||||
|
|
||||||
--button-color: #009688;
|
--button-color: #009688;
|
||||||
--button-color-hover: #12afa0;
|
--button-color-hover: #12afa0;
|
||||||
|
|||||||
@ -17,12 +17,12 @@
|
|||||||
--main-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;
|
||||||
--modal-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-Downloading: 122 67 182;
|
||||||
--calendar-Downloaded: #27c24c;
|
--calendar-Downloaded: 39 194 76;
|
||||||
--calendar-Unreleased: #06f;
|
--calendar-Unreleased: 93 156 236;
|
||||||
--calendar-Partial: orange;
|
--calendar-Partial: 255, 165, 0;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: 173 173 173;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: 240 80 80;
|
||||||
|
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
|||||||
@ -17,12 +17,12 @@
|
|||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--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;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--calendar-Downloading: #7a43b6;
|
--calendar-Downloading: 122 67 182;
|
||||||
--calendar-Downloaded: #27c24c;
|
--calendar-Downloaded: 39 194 76;
|
||||||
--calendar-Unreleased: #06f;
|
--calendar-Unreleased: 93 156 236;
|
||||||
--calendar-Partial: orange;
|
--calendar-Partial: 255, 165, 0;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: 173 173 173;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: 240 80 80;
|
||||||
|
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
|||||||
@ -400,27 +400,52 @@ body {
|
|||||||
|
|
||||||
/* CALENDAR COLORS */
|
/* CALENDAR COLORS */
|
||||||
.CalendarEvent-downloading-1kwSO {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 */
|
/* ACTIVITY */
|
||||||
|
|||||||
@ -17,12 +17,12 @@
|
|||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|
||||||
--calendar-Downloading: #7a43b6;
|
--calendar-Downloading: 122 67 182;
|
||||||
--calendar-Downloaded: #53e69d;
|
--calendar-Downloaded: 39 194 76;
|
||||||
--calendar-Unreleased: #2cabe3;
|
--calendar-Unreleased: 93 156 236;
|
||||||
--calendar-Partial: orange;
|
--calendar-Partial: 255, 165, 0;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: 173 173 173;
|
||||||
--calendar-Missing: #ff7676;
|
--calendar-Missing: 240 80 80;
|
||||||
|
|
||||||
--button-color: #2cabe3;
|
--button-color: #2cabe3;
|
||||||
--button-color-hover: rgb(44 171 227 / .8);
|
--button-color-hover: rgb(44 171 227 / .8);
|
||||||
|
|||||||
@ -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;
|
--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;
|
--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-Downloading: 122 67 182;
|
||||||
--calendar-Downloaded: #27c24c;
|
--calendar-Downloaded: 39 194 76;
|
||||||
--calendar-Unreleased: #06f;
|
--calendar-Unreleased: 93 156 236;
|
||||||
--calendar-Partial: orange;
|
--calendar-Partial: 255, 165, 0;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: 173 173 173;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: 240 80 80;
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
|
|||||||
@ -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;
|
--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;
|
--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-Downloading: 122 67 182;
|
||||||
--calendar-Downloaded: #27c24c;
|
--calendar-Downloaded: 39 194 76;
|
||||||
--calendar-Unreleased: #06f;
|
--calendar-Unreleased: 93 156 236;
|
||||||
--calendar-Partial: orange;
|
--calendar-Partial: 255, 165, 0;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: 173 173 173;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: 240 80 80;
|
||||||
|
|
||||||
--button-color: #607D8B;
|
--button-color: #607D8B;
|
||||||
--button-color-hover: #81a6b7;
|
--button-color-hover: #81a6b7;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user