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

New commits:
commit bb5371bc7e05a9f2ae4baa73f618babe732272a3
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Thu Jan 19 18:25:18 2023 +0000
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jan 24 21:37:39 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>
    (cherry picked from commit cd20a17ab703e97191b4e3421527267ef82a704f)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145950
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    (cherry picked from commit e6b93b66aee8184da05d7d45443693438f4d4eea)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146025
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Rafael Lima <rafael.palma.l...@gmail.com>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

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