nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.32k stars 4.06k forks source link

Dark Theme - Text unreadable #10946

Closed hanserasmus closed 6 years ago

hanserasmus commented 6 years ago
### Steps to reproduce 1. Install NC14-Beta 2. Under Settings > Accessibility, Select the Dark Theme 3. Navigate to the Monitoring page ### Expected behaviour One would like to read the numbers at the graph ### Actual behaviour Text is in black, so is theme, so text is not readable ### Server configuration **Operating system**: CentOS Linux release 7.5.1804 **Web server:** httpd-2.4.6-80.el7.centos.1.x86_64 **Database:** mariadb-server-5.5.60-1.el7_5.x86_64 **PHP version:** 7.2 **Nextcloud version:** (see Nextcloud admin page) 14-Beta **Updated from an older Nextcloud/ownCloud or fresh install:** Fresh install **Where did you install Nextcloud from:** Source tar ball **Signing status:**
Signing status ``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ```
**List of activated apps:**
App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```
**Nextcloud configuration:**
Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```
**Are you using external storage, if yes which one:** local/smb/sftp/... **Are you using encryption:** yes/no **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... #### LDAP configuration (delete this part if not used)
LDAP config ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```
### Client configuration **Browser:** **Operating system:** ### Logs #### Web server error log
Web server error log ``` Insert your webserver log here ```
#### Nextcloud log (data/nextcloud.log)
Nextcloud log ``` Insert your Nextcloud log here ```
#### Browser log
Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
nextcloud-bot commented 6 years ago

GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/4807 (Add a dark theme to theming app), https://github.com/nextcloud/server/issues/9737 (Advanced Theming Support), https://github.com/nextcloud/server/issues/10457 (issues with custom color and dark theme), https://github.com/nextcloud/server/pull/10269 (Clarify beta state of dark theme), and https://github.com/nextcloud/server/issues/10024 (Footer link to text (Theming App)).

MorrisJobke commented 6 years ago

Most likely an issue with the serverinfo app: https://github.com/nextcloud/serverinfo/issues

cc @skjnldsv

hanserasmus commented 6 years ago

Should I leave this here? Or close and re-open there?

MorrisJobke commented 6 years ago

Should I leave this here? Or close and re-open there?

Let @skjnldsv decide this ;)

skjnldsv commented 6 years ago

Hey @hanserasmus :) Thnks for your report. Yes this needs to be set in the serverinfo app :)