youtube
youtube copied to clipboard
Theme of the application
| SHORT Table | (Summary) |
|---|---|
| Problem | no themes for the webapp itself |
| Solution | themes/color schemes that are more minimalist would be quite helpful. black greyish maybe. imagine dark mode |
| Alternatives | no alternatives |
| Scope | I believe a lot of the users(close to 100%) would love this |
| Side effects | I don't see any side effects to this |
| Context |
Thank you for considering this in advance. I can't express my gratitude for 'improved youtube' in words. love you guys.
@Meluhan677 do you mean setting a faint/custom color for the buttons on our front screen? Did you try list-view?
@Meluhan677 :root { --background-color: #fff; --text-color: #333; }
body.dark-theme { --background-color: #333; --text-color: #fff; }
body { background-color: var(--background-color); color: var(--text-color); }
@Meluhan677 Do you mean, multiple UI Theme Options like VS Code?
Hey, I'll work on it.