[Libreoffice-bugs] [Bug 141566] Implement os/DE theme support in Basic Editor, allow for dark mode when used

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 23 08:30:23 UTC 2021


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

--- Comment #14 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Created attachment 171366
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171366&action=edit
Screenshot with dark background

Topic was on the agenda for the design meeting but no further input.

Personally, I dislike dark input canvases (running dark system theme myself)
and wouldn't add more UI options. But if we follow Adolfo's suggestion to obey
the system theme, an option to revert to bright is desirable to me too.
However, I'm not convinced that Basic is special just because the entered text
has much more structure.

The background color is a simple easy hack in
basctl/source/basicide/baside2b.cxx EditorWindow::EditorWindow() ->
SetBackground(Wallpaper(GetSettings().GetStyleSettings().GetDialogColor()));
(the additional option makes it a bit more tricky.

The dark background requires brighter font colors. So in addition we need
another preset in Tools > Options > Colors like "LibreOffice Dark" (there are
many tickets on this) and now something like "LibreOffice Basic Dark" too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210423/880e4df4/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list