to-spreadsheet
Version:
npm package to create spreadsheet in node environment and in browser
299 lines (298 loc) • 13.8 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.generateTheme1 = void 0;
const generateTheme1 = () => `
<theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">
<themeElements>
<clrScheme name="Office">
<dk1>
<sysClr val="windowText" lastClr="000000" />
</dk1>
<lt1>
<sysClr val="window" lastClr="FFFFFF" />
</lt1>
<dk2>
<srgbClr val="44546A" />
</dk2>
<lt2>
<srgbClr val="E7E6E6" />
</lt2>
<accent1>
<srgbClr val="4472C4" />
</accent1>
<accent2>
<srgbClr val="ED7D31" />
</accent2>
<accent3>
<srgbClr val="A5A5A5" />
</accent3>
<accent4>
<srgbClr val="FFC000" />
</accent4>
<accent5>
<srgbClr val="5B9BD5" />
</accent5>
<accent6>
<srgbClr val="70AD47" />
</accent6>
<hlink>
<srgbClr val="0563C1" />
</hlink>
<folHlink>
<srgbClr val="954F72" />
</folHlink>
</clrScheme>
<fontScheme name="Office">
<majorFont>
<latin typeface="Calibri Light" panose="020F0302020204030204" />
<ea typeface="" />
<cs typeface="" />
<font script="Jpan" typeface="游ゴシック Light" />
<font script="Hang" typeface="맑은 고딕" />
<font script="Hans" typeface="等线 Light" />
<font script="Hant" typeface="新細明體" />
<font script="Arab" typeface="Times New Roman" />
<font script="Hebr" typeface="Times New Roman" />
<font script="Thai" typeface="Tahoma" />
<font script="Ethi" typeface="Nyala" />
<font script="Beng" typeface="Vrinda" />
<font script="Gujr" typeface="Shruti" />
<font script="Khmr" typeface="MoolBoran" />
<font script="Knda" typeface="Tunga" />
<font script="Guru" typeface="Raavi" />
<font script="Cans" typeface="Euphemia" />
<font script="Cher" typeface="Plantagenet Cherokee" />
<font script="Yiii" typeface="Microsoft Yi Baiti" />
<font script="Tibt" typeface="Microsoft Himalaya" />
<font script="Thaa" typeface="MV Boli" />
<font script="Deva" typeface="Mangal" />
<font script="Telu" typeface="Gautami" />
<font script="Taml" typeface="Latha" />
<font script="Syrc" typeface="Estrangelo Edessa" />
<font script="Orya" typeface="Kalinga" />
<font script="Mlym" typeface="Kartika" />
<font script="Laoo" typeface="DokChampa" />
<font script="Sinh" typeface="Iskoola Pota" />
<font script="Mong" typeface="Mongolian Baiti" />
<font script="Viet" typeface="Times New Roman" />
<font script="Uigh" typeface="Microsoft Uighur" />
<font script="Geor" typeface="Sylfaen" />
<font script="Armn" typeface="Arial" />
<font script="Bugi" typeface="Leelawadee UI" />
<font script="Bopo" typeface="Microsoft JhengHei" />
<font script="Java" typeface="Javanese Text" />
<font script="Lisu" typeface="Segoe UI" />
<font script="Mymr" typeface="Myanmar Text" />
<font script="Nkoo" typeface="Ebrima" />
<font script="Olck" typeface="Nirmala UI" />
<font script="Osma" typeface="Ebrima" />
<font script="Phag" typeface="Phagspa" />
<font script="Syrn" typeface="Estrangelo Edessa" />
<font script="Syrj" typeface="Estrangelo Edessa" />
<font script="Syre" typeface="Estrangelo Edessa" />
<font script="Sora" typeface="Nirmala UI" />
<font script="Tale" typeface="Microsoft Tai Le" />
<font script="Talu" typeface="Microsoft New Tai Lue" />
<font script="Tfng" typeface="Ebrima" />
</majorFont>
<minorFont>
<latin typeface="Calibri" panose="020F0502020204030204" />
<ea typeface="" />
<cs typeface="" />
<font script="Jpan" typeface="游ゴシック" />
<font script="Hang" typeface="맑은 고딕" />
<font script="Hans" typeface="等线" />
<font script="Hant" typeface="新細明體" />
<font script="Arab" typeface="Arial" />
<font script="Hebr" typeface="Arial" />
<font script="Thai" typeface="Tahoma" />
<font script="Ethi" typeface="Nyala" />
<font script="Beng" typeface="Vrinda" />
<font script="Gujr" typeface="Shruti" />
<font script="Khmr" typeface="DaunPenh" />
<font script="Knda" typeface="Tunga" />
<font script="Guru" typeface="Raavi" />
<font script="Cans" typeface="Euphemia" />
<font script="Cher" typeface="Plantagenet Cherokee" />
<font script="Yiii" typeface="Microsoft Yi Baiti" />
<font script="Tibt" typeface="Microsoft Himalaya" />
<font script="Thaa" typeface="MV Boli" />
<font script="Deva" typeface="Mangal" />
<font script="Telu" typeface="Gautami" />
<font script="Taml" typeface="Latha" />
<font script="Syrc" typeface="Estrangelo Edessa" />
<font script="Orya" typeface="Kalinga" />
<font script="Mlym" typeface="Kartika" />
<font script="Laoo" typeface="DokChampa" />
<font script="Sinh" typeface="Iskoola Pota" />
<font script="Mong" typeface="Mongolian Baiti" />
<font script="Viet" typeface="Arial" />
<font script="Uigh" typeface="Microsoft Uighur" />
<font script="Geor" typeface="Sylfaen" />
<font script="Armn" typeface="Arial" />
<font script="Bugi" typeface="Leelawadee UI" />
<font script="Bopo" typeface="Microsoft JhengHei" />
<font script="Java" typeface="Javanese Text" />
<font script="Lisu" typeface="Segoe UI" />
<font script="Mymr" typeface="Myanmar Text" />
<font script="Nkoo" typeface="Ebrima" />
<font script="Olck" typeface="Nirmala UI" />
<font script="Osma" typeface="Ebrima" />
<font script="Phag" typeface="Phagspa" />
<font script="Syrn" typeface="Estrangelo Edessa" />
<font script="Syrj" typeface="Estrangelo Edessa" />
<font script="Syre" typeface="Estrangelo Edessa" />
<font script="Sora" typeface="Nirmala UI" />
<font script="Tale" typeface="Microsoft Tai Le" />
<font script="Talu" typeface="Microsoft New Tai Lue" />
<font script="Tfng" typeface="Ebrima" />
</minorFont>
</fontScheme>
<fmtScheme name="Office">
<fillStyleLst>
<solidFill>
<schemeClr val="phClr" />
</solidFill>
<gradFill rotWithShape="1">
<gsLst>
<gs pos="0">
<schemeClr val="phClr">
<lumMod val="110000" />
<satMod val="105000" />
<tint val="67000" />
</schemeClr>
</gs>
<gs pos="50000">
<schemeClr val="phClr">
<lumMod val="105000" />
<satMod val="103000" />
<tint val="73000" />
</schemeClr>
</gs>
<gs pos="100000">
<schemeClr val="phClr">
<lumMod val="105000" />
<satMod val="109000" />
<tint val="81000" />
</schemeClr>
</gs>
</gsLst>
<lin ang="5400000" scaled="0" />
</gradFill>
<gradFill rotWithShape="1">
<gsLst>
<gs pos="0">
<schemeClr val="phClr">
<satMod val="103000" />
<lumMod val="102000" />
<tint val="94000" />
</schemeClr>
</gs>
<gs pos="50000">
<schemeClr val="phClr">
<satMod val="110000" />
<lumMod val="100000" />
<shade val="100000" />
</schemeClr>
</gs>
<gs pos="100000">
<schemeClr val="phClr">
<lumMod val="99000" />
<satMod val="120000" />
<shade val="78000" />
</schemeClr>
</gs>
</gsLst>
<lin ang="5400000" scaled="0" />
</gradFill>
</fillStyleLst>
<lnStyleLst>
<ln w="6350" cap="flat" cmpd="sng" algn="ctr">
<solidFill>
<schemeClr val="phClr" />
</solidFill>
<prstDash val="solid" />
<miter lim="800000" />
</ln>
<ln w="12700" cap="flat" cmpd="sng" algn="ctr">
<solidFill>
<schemeClr val="phClr" />
</solidFill>
<prstDash val="solid" />
<miter lim="800000" />
</ln>
<ln w="19050" cap="flat" cmpd="sng" algn="ctr">
<solidFill>
<schemeClr val="phClr" />
</solidFill>
<prstDash val="solid" />
<miter lim="800000" />
</ln>
</lnStyleLst>
<effectStyleLst>
<effectStyle>
<effectLst />
</effectStyle>
<effectStyle>
<effectLst />
</effectStyle>
<effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="19050" dir="5400000" algn="ctr" rotWithShape="0">
<srgbClr val="000000">
<alpha val="63000" />
</srgbClr>
</outerShdw>
</effectLst>
</effectStyle>
</effectStyleLst>
<bgFillStyleLst>
<solidFill>
<schemeClr val="phClr" />
</solidFill>
<solidFill>
<schemeClr val="phClr">
<tint val="95000" />
<satMod val="170000" />
</schemeClr>
</solidFill>
<gradFill rotWithShape="1">
<gsLst>
<gs pos="0">
<schemeClr val="phClr">
<tint val="93000" />
<satMod val="150000" />
<shade val="98000" />
<lumMod val="102000" />
</schemeClr>
</gs>
<gs pos="50000">
<schemeClr val="phClr">
<tint val="98000" />
<satMod val="130000" />
<shade val="90000" />
<lumMod val="103000" />
</schemeClr>
</gs>
<gs pos="100000">
<schemeClr val="phClr">
<shade val="63000" />
<satMod val="120000" />
</schemeClr>
</gs>
</gsLst>
<lin ang="5400000" scaled="0" />
</gradFill>
</bgFillStyleLst>
</fmtScheme>
</themeElements>
<objectDefaults />
<extraClrSchemeLst />
<extLst>
<ext uri="{05A4C25C-085E-4340-85A3-A5531E510DB2}">
<themeFamily xmlns:thm15="http://schemas.microsoft.com/office/thememl/2012/main" name="Office Theme" id="{62F939B6-93AF-4DB8-9C6B-D6C7DFDC589F}" vid="{4A3C46E8-61CC-4603-A589-7422A47A8E4A}" />
</ext>
</extLst>
</theme>
`;
exports.generateTheme1 = generateTheme1;