Open gerbrent opened 1 year ago
Thanks for reporting!
It's a slightly tricky one to deal with, and even the official dark theme has inconsistencies in how well it handles certain scenarios. It has been an issue for quite a while, but due to lack of time and limited reports hasn't been a priority. The lack of time is an even bigger factor at the moment, so it's probably not something I'll get around to anytime soon, but if someone is interested in submitting a PR to fix it, I would be happy to review and merge it.
Anyway, I do have a quick workaround for anyone who is affected by this issue, you can add the following snippet to the custom styling box in the theming settings:
.header-left .app-menu-main .app-menu-entry img,
.header-left #nextcloud .logo.logo-icon {
filter: invert(0) !important;
}
This workaround stopped working after upgrading to Nextcloud Hub 9 (30.0.1)
Bug description
Reported via social media here
Summary:
"If one chooses a light color (e.g yellow or light green) while using the Breeze Dark theme, the app icons in the menu bar turn black when it'd be nice if they were white like the system icons."
Steps to reproduce
Expected behavior
Icons would be more legible if they we're assigned an appropriate contrast to the theme menu background. In the case of Breeze Dark, white app icons and text are preferable.