Browse Source

poster color

pull/166/head
gilbN 4 years ago
parent
commit
934bfc09f0
  1. 1
      CSS/themes/plex/aquamarine.css
  2. 1
      CSS/themes/plex/dark.css
  3. 1
      CSS/themes/plex/hotline.css
  4. 1
      CSS/themes/plex/organizr-dark.css
  5. 2
      CSS/themes/plex/plex-base.css
  6. 1
      CSS/themes/plex/space-gray.css

1
CSS/themes/plex/aquamarine.css

@ -19,4 +19,5 @@
--button-color: #009688;
--button-color-hover: #12afa0;
--accent-color: #009688;
--poster-unwatched: #00d374;
}

1
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;
}

1
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;
}

1
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;
}

2
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 {

1
CSS/themes/plex/space-gray.css

@ -20,4 +20,5 @@
--button-color-hover: #81a6b7;
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
--poster-unwatched: #4dd56b;
}
Loading…
Cancel
Save