mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-05 02:32:37 +01:00
37a5f81f18
* new theme options * Set color for header and sidebar with modal-header-color and modal-bg-color respectively * removed jellyfin-base.css changes * Changed hover text color to match that of regular text for consistency and readability * Color rearrangements for readability Co-authored-by: David Piontkowski <davepiont@gmail.com>
32 lines
853 B
CSS
32 lines
853 B
CSS
:root {
|
|
--main-bg-color: #282c34;
|
|
|
|
--modal-bg-color: #1e222a;
|
|
--modal-header-color: #1e222a;
|
|
--modal-footer-color: #1e222a;
|
|
|
|
--drop-down-menu-bg: #1e222a;
|
|
|
|
--button-color: #61afef;
|
|
--button-color-hover: #c678dd;
|
|
--button-text: #e2e4eb;
|
|
--button-text-hover: #FFF;
|
|
|
|
--accent-color: 152, 195, 121;
|
|
--accent-color-hover: rgb(var(--accent-color),.8);
|
|
--link-color: #61afef;
|
|
--link-color-hover: #56b6c2;
|
|
--label-text-color: #282c34;
|
|
|
|
--text:#abb2bf;
|
|
--text-hover: #c8ccd4;
|
|
--text-muted: #565c64;
|
|
|
|
/*Specials*/
|
|
--arr-queue-color: #e5c07b; /* Servarr apps + Bazarr*/
|
|
--plex-poster-unwatched: #e06c75;
|
|
--petio-spinner: invert(79%) sepia(27%) saturate(1033%) hue-rotate(74deg) brightness(104%) contrast(96%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
|
|
--gitea-color-primary-dark-4: 97, 175, 239;
|
|
}
|
|
|