https://bugs.documentfoundation.org/show_bug.cgi?id=136928
--- Comment #19 from Michael Weghorn <[email protected]> --- Created attachment 182444 --> https://bugs.documentfoundation.org/attachment.cgi?id=182444&action=edit Demo screenshot with hard-coded white as colore (In reply to Rizal Muttaqin from comment #18) > I have never seen those symbols were being handled by icon theme. Dark > Colibre give me dark also with kf5 backend. Thanks! Indeed, drawing happens in C++ code, in `TabWin_Impl::Paint`: https://git.libreoffice.org/core/+/76342be56ee1ec52a27cf867760c2485ac4fd291/cui/source/tabpages/tabstpge.cxx#55 If I replace the 'rRenderContext.GetSettings().GetStyleSettings().GetFontColor()' with a hard-coded 'COL_WHITE' for a quick test with QT_STYLE_OVERRIDE="Adwaita-Dark", it looks as in the attached screenshot with kf5. So if that's (almost) the expected outcome, one would presumably have to check where the style settings for the 'rRenderContext' param come from. -- You are receiving this mail because: You are the assignee for the bug.
