Created attachment 184499 [details] Example with scheme color and transparency This is a follow-up bug report to bug 125884. Open attached file in Word and in Writer and compare the color of the Fontwork shape with the text color of the image below it. The colors are the same in Word but different in Writer. Reason is, that in case of transparency, Word writes the w14:textFill element in addition to the w:color element, because w:color is not able to express transparency. So there exists a w14:lumMod element in w14:textFill and a w:themeShade attribute in w:color. The rule is, that a w14:textFill element supersedes the w:color element. But the current implementation applies both w:themeShade and w14:lumMod. Thus the color is too dark. To test the document you need a current daily build.
Regina Henschel committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/81e6d47635656297cdddc9030f4422c0bcc203f9 tdf#152896 do not apply color shading twice It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.