1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-27 06:12:54 +01:00
theme.park/css/theme-options/nord.css

31 lines
983 B
CSS
Raw Normal View History

2021-10-02 12:02:17 +02:00
:root {
--main-bg-color: #2E3440;
--modal-bg-color: #3B4252;
--modal-header-color: #434C5E;
--modal-footer-color: #434C5E;
19.1 (#372) * fix: :bug: Ombi: button fixes * fix: :bug: Plex: Accent fixes * style: :lipstick: plex theme-option: modal color change, add plex poster var * fix: :bug: Deluge: statusbar color fix * fix: :lipstick: Set placeholders to use wildcard * import placeholder in all bases * feat: :lipstick: Adds transparency vars * fix: :bug: arr: CalendarDay-isToday- color fix * fix: :bug: Bitwarden: Password generator fix, btn fix, bg fixes * refactor: :art: arr: Refactor sonarr and radarr-base to use servarr-base.css * Update PR template * refactor: :art: Refactor lidarr, prowlarr,readarr, whisparr to use servarr-base.css * fix: :bug: arr: move styling to servarr base * fix: :lipstick: servarr: input background fix * Fix Modal Windows RSS Manager and Rules Manager (#365) * Fix Modal Windows RSS Manager and Rules Manager * use transparency vars Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com> * fix: :bug: Guacamole: Fixes for #367 * style: :lipstick: Removed gradient color from --drop-down-menu-bg var * style: :lipstick: starr: use --drop-down-menu-bg var on selects * Override RSS Header Background Image (#368) After latest release RSS window header shows a tiling image caused by transparent background styling. I looked at other headers and for some reason this is the only one with this tiling image. Before: https://i.imgur.com/Sk1Gs0a.png After: https://i.imgur.com/AgSObmX.png * fix: :bug: Guacamole: couple of tweaks in input/select * fix: :bug: Organizr: button color hover fix * fix: :bug: VueTorrent: Accent fixes, label text fixes * fix: :bug: VueTorrent: More accent/button color fixes * Forgot one * fix: :bug: VueTorrent: Table fix, torrent card text fix * fix: :lipstick: Remove hardcode select bg * style: :lipstick: starr: tooltip colors * feat: :rocket: Add Nginx Proxy Manager theme * npm name change * npm readme Co-authored-by: Zemoj <jeffgomez@zemoj.com>
2022-05-01 14:46:08 +02:00
--drop-down-menu-bg: #333947;
2021-10-02 12:02:17 +02:00
2021-10-03 17:22:08 +02:00
--button-color: #79b8ca;
2021-10-17 13:14:40 +02:00
--button-color-hover: #6a9daf;
2021-10-03 17:22:08 +02:00
--button-text: #2E3440;
--button-text-hover: #D8DEE9;
2021-10-02 12:02:17 +02:00
2021-10-03 17:22:08 +02:00
--accent-color: 121, 184, 202;
2021-10-02 12:02:17 +02:00
--accent-color-hover: rgb(var(--accent-color),.8);
2021-10-03 17:22:08 +02:00
--link-color: #81A1C1;
--link-color-hover: #88C0D0;
--label-text-color: #222730;
2021-10-02 12:02:17 +02:00
--text:#D8DEE9;
--text-hover: #ECEFF4;
2021-10-03 17:22:08 +02:00
--text-muted: #81A1C1;
2021-10-02 12:02:17 +02:00
/*Specials*/
--arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: #D08770;
2021-10-04 21:20:15 +02:00
--petio-spinner: invert(83%) sepia(9%) saturate(1787%) hue-rotate(156deg) brightness(85%) contrast(83%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
2021-10-03 17:22:08 +02:00
--gitea-color-primary-dark-4: 121, 184, 202;
--overseerr-gradient: linear-gradient(180deg, rgba(46, 52, 64, 0.17) 0%, rgba(46, 52, 64) 100%);
2021-10-03 17:22:08 +02:00
}