https://bugs.documentfoundation.org/show_bug.cgi?id=152928
--- Comment #8 from Caolán McNamara <[email protected]> --- Yeah https://cgit.freedesktop.org/libreoffice/core/commit/?id=f90239263fcabec30f04098e17dc1be9f9a928d1 for https://bugs.documentfoundation.org/show_bug.cgi?id=117006 takes the use of the "HighContrast" theme to set the LibreOffice HighContrastMode to on (mozilla did something similar) which I think is a defensible position to take. Additionally though HighContrastMode follows the Microsoft recommendations for HighContrast, https://learn.microsoft.com/en-us/windows/win32/winauto/high-contrast-parameter which have: "Map all colors to a single pair of foreground and background colors. Use the GetSysColor function to determine the appropriate foreground and background colors, using either a combination of COLOR_WINDOWTEXT and COLOR_WINDOW or a combination of COLOR_BTNTEXT and COLOR_BTNFACE. The GetSysColor function returns the colors selected by the user through the Control Panel. Omit any bitmapped images that would typically be displayed behind text. Such images are visually distracting to a user who needs high contrast. Images that would typically be drawn in multiple colors should be drawn using the foreground and background colors selected for text." etc, which is also a defensible position to take. Whether the overall combination is what is expected or desired is uncertain. -- You are receiving this mail because: You are the assignee for the bug.
