Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background of Youtube Shorts changing from theme color to white #2320

Closed
salvadorzombie opened this issue May 31, 2024 · 2 comments
Closed
Labels
Completition / Revision Rethink, complete, improve, tweak our feature or structure.

Comments

@salvadorzombie
Copy link

salvadorzombie commented May 31, 2024

BUG: Youtube Shorts background is pure white instead of theme color (header and left sidebar still show theme color).

  • Browser: Firefox
  • Checked settings, nothing I could see affects the Shorts color/background.
  • Can't tell if private window eliminates problem, as everything is white in private window (not just the Shorts section).

I'm not sure when this started, but I went to watch Youtube Shorts a a while ago (less than an hour), and after a split second the entire Youtube Shorts background goes white. I can see the video as normal, but instead of the theme color (I use Night), the specific main area of the screen that is normally a dark blue goes full white. Several times when loading Youtube Shorts, the Night theme is visible (it appears as normal for a brief moment), but then the section goes white. The header and the left sidebar (with Subscription, Playlists, etc) always stay in that dark blue of the Night theme, but everything in the main area with the Shorts videos goes white.

I tried checking in a private window but Improve Youtube doesn't work in that, so everything was white anyway. It seems like something is forcing that area to be white, because sometimes the regular color is there.

This doesn't happen on normal videos. If I just click on a regular video on Youtube, it comes up as normal and there are no problems. That's why I didn't notice this until now, it seems to exclusively be a Youtube Shorts issue.

Also, I haven't changed anything in my Firefox settings (or the extension, or other extensions) between the time that this wasn't happening and now. Everything has been the same for a couple of weeks, and nothing needs to be updated (everything is up to date).

@salvadorzombie salvadorzombie added Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels May 31, 2024
@ImprovedTube
Copy link
Member

hi! & thanks @salvadorzombie

  • We don't change this color yet.
    • We can find out how it is called and change it too. As a calculated color, to be just a little lighter/greyer than the background color, as for youtube's dark theme? (calculating brightness & saturation))
  • For now you can make it dark too, since it just remains light or dark depending the theme you set in Youtube (top right).
    • We also have the same (just a shortcut) on top of our themes, thanks to @raszpl 🤩
      • and could make it a GUI element separate from our theme to mimic YouTube's element completely (including the third option "device theme"). Besides now it is nice(r?). (and we can only read/represent/update what's the current setting on youtube setting, while on youtube)

@ImprovedTube ImprovedTube added Completition / Revision Rethink, complete, improve, tweak our feature or structure. and removed Bug Bug or required update after YouTube changes labels May 31, 2024
@raszpl
Copy link
Contributor

raszpl commented May 31, 2024

YT hardcoded:

html[dark] {
    background-color: #0f0f0f !important;
}
html {
    background-color: #fff !important;
}

@raszpl raszpl removed help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Jun 2, 2024
@raszpl raszpl closed this as completed Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completition / Revision Rethink, complete, improve, tweak our feature or structure.
Projects
None yet
Development

No branches or pull requests

3 participants