diff options
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> |