officecfg/registry/data/org/openoffice/Office/UI.xcu |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a73f3b2df5ccb307609cf15db58251a859495f6e
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Thu Oct 27 01:42:33 2022 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Nov 1 12:36:16 2022 +0100

    tdf#142172 Use darker document background color
    
    As discussed in the ticket, this patch switches the AppBackground and 
DocColor in the "LibreOffice Dark" color scheme, so that the document has 
better contrast with the text.
    
    Change-Id: Ic15788acba423cf2fda48b6a70df41844c98d46d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141850
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI.xcu
index 0726415a41b8..fa0bdde9216d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu
@@ -433,7 +433,7 @@
       <node oor:name="${PRODUCTNAME} Dark" oor:op="replace">
         <node oor:name="DocColor">
           <prop oor:name="Color">
-            <value>3355443</value>
+            <value>1842204</value>
           </prop>
         </node>
         <node oor:name="DocBoundaries">
@@ -446,7 +446,7 @@
         </node>
         <node oor:name="AppBackground">
           <prop oor:name="Color">
-            <value>1842204</value>
+            <value>3355443</value>
           </prop>
         </node>
         <node oor:name="ObjectBoundaries">

Reply via email to