1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-04 14:37:14 +02:00
theme.park/CSS/themes/sonarr/organizr-dark.css

32 lines
1.4 KiB
CSS
Raw Normal View History

2020-07-23 18:25:43 +02:00
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* SONARR ORGANIZR-DARK THEME */
2020-10-11 12:43:47 +02:00
@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css);
2020-07-23 18:25:43 +02:00
:root {
--main-bg-color: #1f1f1f;
2020-07-26 23:14:55 +02:00
--modal-bg-color: #1b1b1b;
2020-07-23 18:25:43 +02:00
--calendar-tv-Unaired-Premiere: #707cd2;
--calendar-tv-Downloading: #7932ea;
--calendar-tv-Unmonitored: grey;
--calendar-tv-Unaired: #2cabe3;
--calendar-tv-missing: #ff7676;
--calendar-tv-On-Air: #f0ad4e;
--calendar-tv-available: #53e69d;
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3;
--accent-color-hover: white;
--queue-color: #2cabe3;
}