[Libreoffice-ux-advise] [Bug 129725] Dark theme for the welcome window.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jan 22 13:57:31 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=129725
--- Comment #6 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Created attachment 157327
--> https://bugs.documentfoundation.org/attachment.cgi?id=157327&action=edit
Simple solution
The start center has capabilities to change the color via expert configuration.
Use Tools > Options > Advanced > Expert and search for
StartCenterBackgroundColor and StartCenterBackgroundColor and
StartCenterTextColor. I used 0 (black) and 16777215 (white; decimal for the hex
value of #ffffff) in the example with a small patch to apply the color to the
whole area (mpButtonsBox->SetBackground(aButtonsBackground); in
BackingWindow::initControls()).
Furthermore we have a decorative image that can be designed per icon theme
(karasa jaga and elementary have a different bitmap).
So the question is if we want to keep this strange configurability or use the
system default value.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list