Project

General

Profile

Actions

Bug #106150

open

Improve contrast in backend dark mode for Better Usability

Added by Ian Solo about 1 month ago. Updated about 1 month ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2025-02-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The dark mode in the backend appears confusing.

While the exact cause is unclear, it seems to be due to insufficient contrast between various interface elements.

Increasing the contrast by approximately 10% could significantly improve readability and overall usability.


Files

form.png (194 KB) form.png Ian Solo, 2025-02-13 11:26
page.png (79.6 KB) page.png Ian Solo, 2025-02-13 11:37
list.png (81.1 KB) list.png Ian Solo, 2025-02-13 11:37
Actions #2

Updated by Chris Müller about 1 month ago

  • Category set to Backend User Interface
  • Status changed from New to Needs Feedback

Can you give examples, where you think the contrast is too low? Maybe also attach screenshots which show the problems.

Actions #3

Updated by Benjamin Kott about 1 month ago

This one is hard to grasp, i measured the contrast ratios again and we have the best overall contrasts for the examples given.
This includes border to background, and text to background ratios.

Actions #4

Updated by Ian Solo about 1 month ago

In the case of forms, I think the input background should be lighter than the background of their container (usually in dark themes this is the case).

At the moment, the input background is:
--typo3-input-bg: var(--typo3-surface-container-lowest);
and the form section background is:
--typo3-form-section-bg: var(--typo3-surface-container-low);

But it would be better if it were:
--typo3-input-bg: var(--typo3-surface-container-base);
--typo3-form-section-bg: var(--typo3-surface-container-lowest);

(See attachment: form.png)

Updated by Ian Solo about 1 month ago

As far as the page module and the list module are concerned, there is practically no contrast between the background of the various sections (1) and the background of their containers (2).

Therefore, it is difficult for an editor, especially an inexperienced one, to distinguish the various sections.

(see attachments: page.png; list.png)

Actions #6

Updated by Ian Solo about 1 month ago

  • Status changed from Needs Feedback to New
Actions

Also available in: Atom PDF