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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=99
                   |                            |116

--- Comment #4 from Heiko Tietze <[email protected]> ---
Left sidebar in start center uses a predefined color, which can be changed via
expert setting. See also bug 99116 and my approach in
https://gerrit.libreoffice.org/c/core/+/89827 (don't remember but obviously I
tried to solve more than just the color; maybe this

    Color aColor = maFillColor;
    aColor.Merge(maHighlightColor, 0xE0);
    mpItemAttrs->aFillColor = aColor.getBColor();

in ThumbnailView::ApplySettings() is enough.

If we use the system themed color for the sidebar this issue with bright font
is invalid.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to