From fb29b8262488d045a926504725669a362bacb5bb Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 20 Mar 2018 16:40:35 +0100 Subject: tdf#116241 Customizing value highlighting colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5d77e6207d1e29326282d7184c9348e59292977a Reviewed-on: https://gerrit.libreoffice.org/51653 Tested-by: Jenkins Reviewed-by: Szymon Kłos --- .../registry/schema/org/openoffice/Office/Calc.xcs | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'officecfg/registry/schema/org/openoffice/Office/Calc.xcs') diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 18b3612259e6..2fdd0caccd64 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -262,6 +262,38 @@ Contains settings that affect the window layout. + + + Contains settings that control highlighting. + + + + + + Specifies the color of highlighted values. + + + 255 + + + + + + Specifies the color of highlighted formulas. + + + 32768 + + + + + + Specifies the color of the highlighted text. + + + 0 + + Contains settings that control visual aids. -- cgit