mwalbeck / nextcloud-breeze-dark

A Breeze Dark theme for Nextcloud
GNU Affero General Public License v3.0
313 stars 56 forks source link

Breeze Dark is activated, but the theme is not applied. #312

Closed thymaro closed 2 years ago

thymaro commented 2 years ago

Firstly, I must apologize for posting this here, because empirical evidence shows that Breeze Dark works for seemingly everyone else, otherwise you would know, I guess. I didn't know where else to post my issue. It probably isn't a bug, but I can't find what I need to do to make it work for me.

Describe the bug My NC instance is still pale and white instead of dark and breezy, even though I have activated Breeze Dark.

To Reproduce Steps to reproduce the behavior:

  1. Go to "Apps"
  2. Activate Theming
  3. Download and install Breeze Dark
  4. go to admin settings > theming
  5. scroll down to tick all ticks in the Breeze Dark settings
  6. Refresh page with Ctrl+F5
  7. nothing happens
  8. go to personal settings > accessibility
  9. tick all the ticks in Breeze Dark
  10. Refresh page with Ctrl+F5
  11. nothing happens.

Expected behavior NC instance shows different theme: Breeze Dark

Screenshots I don't think those are necessary. None of the site elements are any different than without Breeze Dark. No text is any other shade of grey, no weird lines appear that would show a mixing of themes. No CSS custom theming has been applied in the Breeze Dark CSS customization.

Setup (please complete the following information):

Additional context

Settings Overview messages:

Could it have something to do with the missing PHP plugins? Imagick, for instance? Or the memcache? Did I miss another setting somewhere?

mwalbeck commented 2 years ago

Hi!

It's caused by the following setting

image

This relies on the browser to report if you're using a light or a dark theme and then automatically activate or deactivate the theme based on that. Depending on the exact circumstance of your set up the browser might not be reporting your theme choice correctly, or you may be using a light theme for your system, which causes Nextcloud to stay white.

If you deactivate that setting, Nextcloud will be dark at all times

thymaro commented 2 years ago

This did the trick! At least, my suspicion in the OP was correct.