extras/source/templates/presnt/Freshes/content.xml |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit a56003dc89903f2b03d041807d48bb1e004a3853
Author:     Laurent Balland <laurent.ball...@mailo.fr>
AuthorDate: Sat Dec 2 09:48:36 2023 +0100
Commit:     Laurent Balland <laurent.ball...@mailo.fr>
CommitDate: Mon Dec 4 18:50:59 2023 +0100

    tdf#158017 Freshes Impress template: color font
    
    Color font was forced to black with 70% of transparency to render a grey
    color. This trick fails with dark mode.
    A standard grey color is restored with this commit (and 0% transparency)
    
    Change-Id: I71a176ef3f6f020aba9fbeaca4e4e0549398dab1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160238
    Tested-by: Jenkins
    Tested-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/extras/source/templates/presnt/Freshes/content.xml 
b/extras/source/templates/presnt/Freshes/content.xml
index d7699c7b4588..817414365b79 100644
--- a/extras/source/templates/presnt/Freshes/content.xml
+++ b/extras/source/templates/presnt/Freshes/content.xml
@@ -640,7 +640,7 @@
       <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" 
fo:font-size="18pt" fo:font-weight="bold"/>
     </style:style>
     <style:style style:name="T16" style:family="text">
-      <style:text-properties fo:color="#000000" loext:opacity="30%" 
fo:font-size="14pt" style:font-size-asian="14pt" 
style:font-size-complex="14pt"/>
+      <style:text-properties fo:color="#666666" loext:opacity="100%" 
fo:font-size="14pt" style:font-size-asian="14pt" 
style:font-size-complex="14pt"/>
     </style:style>
     <style:style style:name="T17" style:family="text">
       <style:text-properties fo:color="#ffffff" loext:opacity="100%" 
fo:font-size="32pt" fo:font-weight="bold"/>
@@ -681,9 +681,6 @@
     <style:style style:name="T29" style:family="text">
       <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" 
style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-weight="bold"/>
     </style:style>
-    <style:style style:name="T30" style:family="text">
-      <style:text-properties fo:color="#000000" loext:opacity="30%" 
style:font-name="Noto Sans1" fo:font-size="14pt" style:font-size-asian="14pt" 
style:font-size-complex="14pt"/>
-    </style:style>
     <style:style style:name="T31" style:family="text">
       <style:text-properties fo:color="#ffffff" loext:opacity="100%" 
style:font-name="Lato Black1"/>
     </style:style>
@@ -1492,7 +1489,7 @@
         <draw:frame draw:style-name="gr35" draw:text-style-name="P36" 
draw:layer="layout" svg:width="7.62cm" svg:height="4.315cm" svg:x="1.285cm" 
svg:y="6.427cm">
           <draw:text-box>
             <text:p text:style-name="P56">
-              <text:span text:style-name="T30">Lorem ipsum dolor sit amet, 
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et 
dolore magna aliqua.</text:span>
+              <text:span text:style-name="T16">Lorem ipsum dolor sit amet, 
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et 
dolore magna aliqua.</text:span>
             </text:p>
           </draw:text-box>
         </draw:frame>

Reply via email to