<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - KDE5/QT5 VCL: unreadable (white on light gray) text in Start Center when using Breeze Dark theme"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133929">bug 133929</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=99116
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - KDE5/QT5 VCL: unreadable (white on light gray) text in Start Center when using Breeze Dark theme"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133929#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - KDE5/QT5 VCL: unreadable (white on light gray) text in Start Center when using Breeze Dark theme"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133929">bug 133929</a>
              from <span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>Left sidebar in start center uses a predefined color, which can be changed via
expert setting. See also <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - StartCenter’s hardcoded color scheme doesn’t work for high-contrast mode users"
   href="show_bug.cgi?id=99116">bug 99116</a> and my approach in
<a href="https://gerrit.libreoffice.org/c/core/+/89827">https://gerrit.libreoffice.org/c/core/+/89827</a> (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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>