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

New commits:
commit cd20a17ab703e97191b4e3421527267ef82a704f
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Thu Jan 19 18:25:18 2023 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Jan 23 09:13:20 2023 +0000

    tdf#152622 Fix color of Object Boundaries in dark mode
    
    In the "LibreOffice" color scheme (the light one) the color used for Text 
Boundaries and Object Boundaries is the same.
    
    This patch makes it so that in the "LibreOffice Dark" scheme these colors 
are the same as well.
    
    This is important to better highlight objects over a dark background, which 
was the case reported in the bug ticket. In Impress the object boundaries were 
not visible because the color used is too dark.
    
    Change-Id: I31e2876b14bca10fcf2c077da46e4541bb9f3ca4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145800
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI.xcu
index f2c763c4d024..ec29706fd030 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu
@@ -459,7 +459,7 @@
             <value>true</value>
           </prop>
           <prop oor:name="Color">
-            <value>1842204</value>
+            <value>8421504</value>
           </prop>
         </node>
         <node oor:name="TableBoundaries">

Reply via email to