-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
forgot theme default case #2096
Conversation
all that boasting about ""this time working" and I forgot default case #2076
hi @raszpl!
the call needs to stay in init.js 0bf8911 thats why it should also stay a separate function ( myColors() ) btw, what about activatating custom colors and a theme advance / separately, to overwrite some of the themes colors? |
Yes I see it now. Whole setTheme() needs to be called from init.js. because it does more than just colors in 'custom', it also needs to be able to change f6 cookie: there is a possibility of user switching theme in YT to light while improvetube is set to dark. This will screw colors up without letting the user know why colors are bad. With setTheme() being run at init cookie will be kept in sync with Theme. indentation! #2106
can you elaborate? |
Custom colors and presets need not be mutually-excluding. "custom" can look different. |
Ah, additional customization of pre-set themes. Im not big on colors and customization. If you come up with some framework I can polish it up.. |
all that boasting about ""this time working" and I forgot default case #2076