-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
All theming issues still to be fixed #454
Comments
cc @nextcloud/theming I thought this would be nice as an overview what we still need to do. :) Everyone is welcome to get involved! |
@jancborchardt, as additional point you can add background tinting. |
@Lord-Protector Are you referring to the login page? |
@oparoz yes. About light colors: I think we can simply restrict to use very light colors. Here we can again use HSV-magic. Where hue and saturation can be any, but brightness must be less than 60, for example. |
Added a new item |
@jancborchardt what exactly is meant by app update page? |
@juliushaertl you can view it by setting the verson in the config/config.php down one number (the rightmost number). That will trigger an update. It’s the general update page, not app update page – my mistake. :) |
Btw I found another thing which also occurs in stable10: notifications app icon in top right (header) is still white for bright header colors. cc @nickvergessen for Notifications. |
During creating my own nextcloud app last weeks a few questions came up to me:
|
This is already implemented, on bright colors, the text in the header bar will switch to dark.
Good point, by now you could use dependency injection to inject the Template class to your controller and use getMailHeaderColor() to get the themed color value. But i'll add that to the todo list. ;) |
Which nc version are you talking about? because on 9.0.53 it is not working for me. |
Amazing! |
(BTW, @janis91 I saw you are based in Stuttgart, you might be interested in the planned meetup :) https://help.nextcloud.com/t/interesse-an-einem-meetup-im-raum-stuttgart/2115 |
@jancborchardt thanks for the hint. I am definitely interested! |
I don't know if it's the right place to post this, or if I should have made a new issue, but about the theme login image: it's really a nice feature, but shouldn't there be an option to display a plain color background instead of being force to display an image? |
All the remaining items are part of the 11 milestone. |
@stephanedupont I like the idea, can you open a seperate issue for further discussion? |
@juliushaertl Thank you, here it is: #1414 |
Finally merged #840, so this is fixed. |
For convenience and easier overview in one single issue. If there are individual issues, we can link them here. cc @nextcloud/designers
update page doesn’t use the theme values and images Update page doen't get themed #835In the Theming admin settings:
In general we need to take care that stuff still is nicely visible when a light color such as white is chosen. This goes especially for the favicons, action button etc. In this case we should either go for a standard grey (not ideal) or just leave the default blue.
The text was updated successfully, but these errors were encountered: