https://bugs.documentfoundation.org/show_bug.cgi?id=151641

--- Comment #4 from Caolán McNamara <caol...@redhat.com> ---
For "Application Background" which comes from Settings::WorkspaceBackground we
can do on windows what we do on all the other platforms and set it to the same
color as the "DialogColor" https://gerrit.libreoffice.org/c/core/+/141725 so
the portion of the writer window (outside the document "paper" area) will be
dark in dark mode. Right now on windows this is a hard coded color that doesn't
come from any theme setting in any mode.

The other ones are more problematic. For Dark Mode under GNOME we are doing the
same as you see in Windows right now wrt the Document background and Font color
where "Automatic" remains as default WYSIWYG white paper with black ink. So
that's not windows specific. I feel those should stay as they are (users's can
override the default) but if there's disagreement then its a general separate
multi-platform issue rather than a windows specific thing.

The visited/unvisited hyperlinks under windows don't come from any specific
windows settings in any mode (the checkbox is off by default anyway so even if
they did come from a setting they aren't applied by default). There is a
COLOR_HOTLIGHT
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getsyscolor
but there is no distinction between visited and unvisited there (or in any of
the options I can see at
https://learn.microsoft.com/en-us/windows/win32/controls/parts-and-states). For
the special case of a11y High Contrast mode I think we should be forcing use of
COLOR_HOTLIGHT for both visited and unvisited though, so I can make that change
as an aside.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to