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

Theme of the application #2044

Open
Meluhan677 opened this issue Feb 24, 2024 · 4 comments
Open

Theme of the application #2044

Meluhan677 opened this issue Feb 24, 2024 · 4 comments
Assignees
Labels
Completition / Revision Rethink, complete, improve, tweak our feature or structure. 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.) Rare use-case? Niche or just for fun? (Or if it is still used but replace by a successor) Structures (UX) & ORG Let's focus on structure! Everything should be as easily seen/found as or where it is relevant. up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥

Comments

@Meluhan677
Copy link

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 Meluhan677 added Feature request Wish or idea 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 Feb 24, 2024
@ImprovedTube
Copy link
Member

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

@ui-mo
Copy link

ui-mo commented Feb 26, 2024

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

@AnshSinghSonkhia
Copy link

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

@Viktor-3
Copy link
Contributor

Hey, I'll work on it.

@ImprovedTube ImprovedTube added Structures (UX) & ORG Let's focus on structure! Everything should be as easily seen/found as or where it is relevant. Completition / Revision Rethink, complete, improve, tweak our feature or structure. Rare use-case? Niche or just for fun? (Or if it is still used but replace by a successor) and removed Feature request Wish or idea labels Apr 1, 2024
Viktor-3 added a commit to Viktor-3/youtube that referenced this issue Apr 3, 2024
…ide of the search icon. When click on the icon, it switches between the light theme and the dark theme. Four of the existing themes are categorized as light themes and the other four as dark themes. The custom theme is none of them and is not affected by any of them. It also remembers which theme color was used previously. When switching back to the light/dark mode, it switches to the previously used light/dark theme.
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. 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.) Rare use-case? Niche or just for fun? (Or if it is still used but replace by a successor) Structures (UX) & ORG Let's focus on structure! Everything should be as easily seen/found as or where it is relevant. up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥
Projects
None yet
Development

No branches or pull requests

5 participants