From 934bfc09f01c4a2ef86d862e94e6de7d1b1989a3 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 17 Mar 2021 00:04:32 +0100 Subject: [PATCH] poster color --- CSS/themes/plex/aquamarine.css | 1 + CSS/themes/plex/dark.css | 1 + CSS/themes/plex/hotline.css | 1 + CSS/themes/plex/organizr-dark.css | 1 + CSS/themes/plex/plex-base.css | 2 +- CSS/themes/plex/space-gray.css | 3 ++- 6 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CSS/themes/plex/aquamarine.css b/CSS/themes/plex/aquamarine.css index bd67227b..fe44ced3 100644 --- a/CSS/themes/plex/aquamarine.css +++ b/CSS/themes/plex/aquamarine.css @@ -19,4 +19,5 @@ --button-color: #009688; --button-color-hover: #12afa0; --accent-color: #009688; + --poster-unwatched: #00d374; } \ No newline at end of file diff --git a/CSS/themes/plex/dark.css b/CSS/themes/plex/dark.css index cb53ac9a..25524c5f 100644 --- a/CSS/themes/plex/dark.css +++ b/CSS/themes/plex/dark.css @@ -19,4 +19,5 @@ --button-color: hsla(0,0%,100%,.15); --button-color-hover: hsla(0,0%,100%,.30); --accent-color: #e5a00d; + --poster-unwatched: #00d374; } \ No newline at end of file diff --git a/CSS/themes/plex/hotline.css b/CSS/themes/plex/hotline.css index 6439914a..5e2be2c9 100644 --- a/CSS/themes/plex/hotline.css +++ b/CSS/themes/plex/hotline.css @@ -20,4 +20,5 @@ --button-color-hover: hsla(0,0%,100%,.30); --accent-color: #F44336; --accent-color-hover: #0b3161; + --poster-unwatched: #00d374; } \ No newline at end of file diff --git a/CSS/themes/plex/organizr-dark.css b/CSS/themes/plex/organizr-dark.css index 89b1a8b6..6b80d5a7 100644 --- a/CSS/themes/plex/organizr-dark.css +++ b/CSS/themes/plex/organizr-dark.css @@ -19,4 +19,5 @@ --button-color: #2cabe3; --button-color-hover: rgb(44 171 227 / .8); --accent-color: #2cabe3; + --poster-unwatched: #2cabe3; } \ No newline at end of file diff --git a/CSS/themes/plex/plex-base.css b/CSS/themes/plex/plex-base.css index 59f846ff..4fbae733 100644 --- a/CSS/themes/plex/plex-base.css +++ b/CSS/themes/plex/plex-base.css @@ -417,7 +417,7 @@ a:hover, .artwork-file-container:hover a { } .MetadataPosterCard-legacyUnwatchedTag-3f03pS { - background-color: var(--accent-color); + background-color: var(--poster-unwatched); } .MetadataPosterCardProgressBar-bar-3N2AjG { diff --git a/CSS/themes/plex/space-gray.css b/CSS/themes/plex/space-gray.css index b478d191..47f8d205 100644 --- a/CSS/themes/plex/space-gray.css +++ b/CSS/themes/plex/space-gray.css @@ -19,5 +19,6 @@ --button-color: #607D8B; --button-color-hover: #81a6b7; --accent-color: #607D8B; - --accent-color-hover: #81a6b7; + --accent-color-hover: #81a6b7; + --poster-unwatched: #4dd56b; } \ No newline at end of file