diff --git a/CSS/themes/plex/aquamarine.css b/CSS/themes/plex/aquamarine.css index 34f54daf..2f6f7681 100644 --- a/CSS/themes/plex/aquamarine.css +++ b/CSS/themes/plex/aquamarine.css @@ -26,5 +26,5 @@ --accent-color-hover: #fff; --link-color: #0ed2bf; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #15D5C2; } \ No newline at end of file diff --git a/CSS/themes/plex/dark.css b/CSS/themes/plex/dark.css index 1d17788e..a7a74784 100644 --- a/CSS/themes/plex/dark.css +++ b/CSS/themes/plex/dark.css @@ -26,5 +26,5 @@ --accent-color-hover: #ffffff73; --link-color: #e5a00d; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #e5a00d; } \ No newline at end of file diff --git a/CSS/themes/plex/hotline.css b/CSS/themes/plex/hotline.css index 9354826f..46c169dd 100644 --- a/CSS/themes/plex/hotline.css +++ b/CSS/themes/plex/hotline.css @@ -26,5 +26,5 @@ --accent-color-hover: rgba(255, 255, 255, .5); --link-color: #f44336; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #FB3122; } \ No newline at end of file