youtube icon indicating copy to clipboard operation
youtube copied to clipboard

Theme of the application

Open Meluhan677 opened this issue 1 year ago • 3 comments

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 avatar Feb 24 '24 11:02 Meluhan677

@Meluhan677 do you mean setting a faint/custom color for the buttons on our front screen? Did you try list-view?

ImprovedTube avatar Feb 24 '24 23:02 ImprovedTube

@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); }

ui-mo avatar Feb 26 '24 17:02 ui-mo

@Meluhan677 Do you mean, multiple UI Theme Options like VS Code?

AnshSinghSonkhia avatar Feb 27 '24 17:02 AnshSinghSonkhia

Hey, I'll work on it.

Viktor-3 avatar Mar 22 '24 23:03 Viktor-3