radarrv3 buttons

This commit is contained in:
gilbN 2019-09-28 14:53:17 +02:00
parent 48b63e2fd0
commit 1dd338007a
6 changed files with 33 additions and 25 deletions

View File

@ -23,4 +23,9 @@
--calendar-downloaded: #5cb85c;
--calendar-downloading: #7932ea;
--calendar-unmonitored: grey;
--button-color: #009688;
--button-color-hover: #12afa0;
--accent-color: #009688;
--accent-color-hover: #12afa0;
}

View File

@ -23,4 +23,9 @@
--calendar-downloaded: #5cb85c;
--calendar-downloading: #7932ea;
--calendar-unmonitored: grey;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--accent-color: rgba(255, 255, 255, 0.25);
--accent-color-hover: rgba(255, 255, 255, 0.45);
}

View File

@ -23,4 +23,9 @@
--calendar-downloaded: #5cb85c;
--calendar-downloading: #7932ea;
--calendar-unmonitored: grey;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--accent-color: #F44336;
--accent-color-hover: #0b3161;
}

View File

@ -23,4 +23,9 @@
--calendar-downloaded: #5cb85c;
--calendar-downloading: #7932ea;
--calendar-unmonitored: grey;
--button-color: #cc7b19;
--button-color-hover: #e59029;
--accent-color: #e5a00d;
--accent-color-hover: #ffc107;
}

View File

@ -11,24 +11,6 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
:root {
--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-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;
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
}
body {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;

View File

@ -17,10 +17,16 @@
--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-in-cinemas: #35c5f4;
--calendar-missing: #d9534f;
--calendar-announced: #337ab7;
--calendar-downloaded: #5cb85c;
--calendar-downloading: #7932ea;
--calendar-unmonitored: grey;
--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;
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
}