diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /extras/source/palettes/chart-palettes.soc | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extras/source/palettes/chart-palettes.soc')
-rw-r--r-- | extras/source/palettes/chart-palettes.soc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extras/source/palettes/chart-palettes.soc b/extras/source/palettes/chart-palettes.soc new file mode 100644 index 000000000..588b731ef --- /dev/null +++ b/extras/source/palettes/chart-palettes.soc @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<office:color-table xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script"> + <!-- LibreOffice palette --> + <draw:color draw:name="Chart 1" draw:color="#004586"/> + <draw:color draw:name="Chart 2" draw:color="#ff420e"/> + <draw:color draw:name="Chart 3" draw:color="#ffd320"/> + <draw:color draw:name="Chart 4" draw:color="#579d1c"/> + <draw:color draw:name="Chart 5" draw:color="#7e0021"/> + <draw:color draw:name="Chart 6" draw:color="#83caff"/> + <draw:color draw:name="Chart 7" draw:color="#314004"/> + <draw:color draw:name="Chart 8" draw:color="#aecf00"/> + <draw:color draw:name="Chart 9" draw:color="#4b1f6f"/> + <draw:color draw:name="Chart 10" draw:color="#ff950e"/> + <draw:color draw:name="Chart 11" draw:color="#c5000b"/> + <draw:color draw:name="Chart 12" draw:color="#0084d1"/> + +</office:color-table> |