diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2022-06-21 13:48:22 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-06-27 13:27:01 +0200 |
commit | 0790487e618514eb6e14fdfa9846af302be526c7 (patch) | |
tree | 5545892306ec3078d46acbcf8b70bc874e3e45ee /officecfg | |
parent | 19957cc2d7fac8edd9550f7815694daed8498b38 (diff) |
tdf#148138 change Text Boundaries color to Gray for Dark mode
Change-Id: I276896d0ea94e741be8c0ae49f79f95769e0c2a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136234
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 4412044340ea8447058bb99f529310c2be56a5a9)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136415
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu b/officecfg/registry/data/org/openoffice/Office/UI.xcu index 4e0e4c030b2c..ab3090babe24 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu @@ -433,7 +433,7 @@ <value>true</value> </prop> <prop oor:name="Color"> - <value>1842204</value> + <value>8421504</value> </prop> </node> <node oor:name="AppBackground"> |