[BUG] Dark colors are always on #56

Closed
opened 2021-02-28 13:27:41 +01:00 by spreeni · 3 comments

Dark colors are always on

Environment

  • Custom menu version: v1.23.1
  • Nextcloud version: 20.0.8
  • PHP version: 7.3.21
  • Web server (Nginx, Apache2): Apache2
  • Web browser and version (Firefox 80, Google Chrome 74, etc): FF86, Chrome 88
{
    "add-logo-link": "0",
    "always-displayed": "0",
    "background-color": "#07506b",
    "background-color-to": "#0a6488",
    "big-menu": "0",
    "big-menu-hidden-apps": "[]",
    "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]",
    "categories-order-type": "default",
    "current-app-background-color": "#0c7aa5",
    "default-enabled": "1",
    "display-logo": "1",
    "enabled": "yes",
    "external-sites-in-top-menu": "0",
    "force": "1",
    "force-light-icon": "0",
    "hide-when-no-apps": "1",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "1.23.1",
    "loader-color": "#0e75ac",
    "loader-enabled": "1",
    "opener": "side-menu-opener",
    "opener-hover": "1",
    "opener-only": "0",
    "opener-position": "before",
    "show-settings": "0",
    "size-icon": "normal",
    "size-text": "normal",
    "target-blank-apps": "[]",
    "text-color": "#ffffff",
    "top-menu-apps": "[]",
    "types": "",
    "undefined": "",
    "use-avatar": "1"
}

Steps to reproduce

Custom menu is always shown in dark-theme style color, no matter if any theme is selected or not. 1.22.2 is shown normal.

Observed Results

...

Expected Results

using "normal" colors for nextcloud default theme and dark colors in dark themes.

## Dark colors are always on ### Environment * Custom menu version: v1.23.1 * Nextcloud version: 20.0.8 * PHP version: 7.3.21 * Web server (Nginx, Apache2): Apache2 * Web browser and version (Firefox 80, Google Chrome 74, etc): FF86, Chrome 88 ``` { "add-logo-link": "0", "always-displayed": "0", "background-color": "#07506b", "background-color-to": "#0a6488", "big-menu": "0", "big-menu-hidden-apps": "[]", "categories-order": "[\"other\",\"customization\",\"office\",\"dashboard\",\"files\",\"integration\",\"external_links\",\"workflow\",\"social\",\"multimedia\",\"organization\",\"security\",\"games\",\"search\",\"tools\",\"monitoring\"]", "categories-order-type": "default", "current-app-background-color": "#0c7aa5", "default-enabled": "1", "display-logo": "1", "enabled": "yes", "external-sites-in-top-menu": "0", "force": "1", "force-light-icon": "0", "hide-when-no-apps": "1", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "1.23.1", "loader-color": "#0e75ac", "loader-enabled": "1", "opener": "side-menu-opener", "opener-hover": "1", "opener-only": "0", "opener-position": "before", "show-settings": "0", "size-icon": "normal", "size-text": "normal", "target-blank-apps": "[]", "text-color": "#ffffff", "top-menu-apps": "[]", "types": "", "undefined": "", "use-avatar": "1" } ``` ### Steps to reproduce Custom menu is always shown in dark-theme style color, no matter if any theme is selected or not. 1.22.2 is shown normal. ### Observed Results ... ### Expected Results using "normal" colors for nextcloud default theme and dark colors in dark themes.
spreeni added the
bug
label 2021-02-28 13:27:42 +01:00
spreeni changed title from [BUG] to [BUG] Dark colors are always on 2021-02-28 13:29:24 +01:00
Owner

Hi,

Hi, * can you make a screenshot of the accessiblity page please? (eg: https://upload.deblan.org/u/2021-02/603b985e.png) * can you make a screenshot of the theming page please? (eg: https://upload.deblan.org/u/2021-02/603b989c.png)
Author

I've found the fault!

I had tried the 'Breeze Dark' app month ago and after some tryings I disabled and deleted it without switching off its setting "Enable Breeze Dark setting by default".

Now I installed Breeze Dark again, switched off its setting and then deleted it again. Now custom menu is working like expected!

So it seems that the setting prameter is read by custom menu app even breeze dark is not in use anymore. No problem if you know that :-)

Thank you and have a nice day
Frank

I've found the fault! I had tried the 'Breeze Dark' app month ago and after some tryings I disabled and deleted it without switching off its setting "Enable Breeze Dark setting by default". Now I installed Breeze Dark again, switched off its setting and then deleted it again. Now custom menu is working like expected! So it seems that the setting prameter is read by custom menu app even breeze dark is not in use anymore. No problem if you know that :-) Thank you and have a nice day Frank
Owner

I think that Breeze Dark was enabled in the database because I check this. I hope that was a bug of your specific case :)

I think that Breeze Dark was enabled in the database because I check this. I hope that was a bug of your specific case :)
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#56
No description provided.