CTalvio / Ultrachromic

The final form, the true evolution of the chromic theme saga!
MIT License
609 stars 36 forks source link

number of episodes appear in blue instead of the transparent black. #51

Closed jpf55 closed 2 years ago

jpf55 commented 2 years ago

Thank you for a great skin, very clean and consistent. The number of episodes appear in blue instead of the transparent black. I should mention that the number of movie versions does appears in transparent black in the top left corner.

To Reproduce @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/progress/floating.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/titlepage/title_simple-logo.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/type/dark_withaccent.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/cornerindicator/indicator_floating.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fields/fields_border.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/login/login_frame.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/episodelist/episodes_compactlist.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/rounding.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/base.css');@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/accentlist.css');@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fixes.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/jf_font.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/header/header_transparent.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fixes.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/jf_font.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/header/header_transparent.css'); :root {--accent: 255,0,0;} .backdropImage {filter: blur(18px);} .backdropImage {filter: saturate(120%);} .backdropImage {filter: contrast(120%);} .backdropImage {filter: brightness(40%);} :root {--rounding: 12px;}

Screenshots If applicable, add screenshots to help explain your problem. number_of _episodes_are_blue_not_black

CTalvio commented 2 years ago

This is intentional, the unseen episode count indicator follows the accent color, only the non-accent version of the dark theme makes them as stealthy as the "done" check-mark. This is because "new" series/episodes should logically pull the eye more than series that are "done". Like a notification count.

But you can add this line to make the unseen count match, if you like (or make it something else.)

.countIndicator {
  background: rgba(0,0,0,0.4);
}
jpf55 commented 2 years ago

.countIndicator { background: rgba(0,0,0,0.4); }

Thanks you so much, On my TV and on the desktop, the blue was fine but on my older projector, for some reason, that blue doesn't pop the way it should. Much appreciated. Jean-Pierre