1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 06:57:23 +02:00
theme.park/CSS/themes/sonarr/organizr-dark.css

41 lines
1.6 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 */
2021-05-01 11:35:25 +02:00
@import url(https://theme-park.dev/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: 53 197 244;
--calendar-tv-downloading: 122 67 182;
--calendar-tv-unmonitored: 173 173 173;
--calendar-tv-unaired: 93 156 236;
2020-11-08 18:08:38 +01:00
--calendar-tv-missing: 240 80 80;
--calendar-tv-on-air: 255 165 0;
2020-11-08 18:08:38 +01:00
--calendar-tv-available: 39 194 76;
2020-07-23 18:25:43 +02:00
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
2021-04-06 00:18:21 +02:00
--button-text: #eee;
--button-text-hover: #fff;
2020-07-23 18:25:43 +02:00
--accent-color: #2cabe3;
--accent-color-hover: white;
--queue-color: #2cabe3;
2021-01-31 20:03:49 +01:00
--link-color: #2cabe3;
--link-color-hover: #fff;
--text:#96a2b4;
--text-hover: #fff;
2021-04-06 00:18:21 +02:00
--text-muted: #999;
2020-07-23 18:25:43 +02:00
}