Re: Colors in Options
Ariel Constenla-Haile <[email protected]>
| Newsgroups | gmane.comp.openoffice.questions |
|---|---|
| Message-ID | <20110917221819.GB24436@localhost> |
Hello Eustace, On Thu, Sep 15, 2011 at 12:19:34AM -0400, Eustace wrote: > On 2011-09-14 20:22 brucemartin10 wrote: > >I have created and numerically matched a host of special colours in Oo. I > >also use them in LibreOffice and on multiple machines and on both XP and 2 > >Fedora (Linux) platforms. > > Yes, the issue of moving the color scheme to another machine is > another important one, but not of the present moment for me. > > So far I am satisfied with the variety of the colors that are > provided, and I change only those that are most necessary. > > >There is a colour palette file that you need to enhance, back up and save in > >a particular way. > > OK, this was not one of my 2 questions, but where can I find > information about this color palette file? color palette files are located in the user's directory: * on linux $HOME/.openoffice.org/3/user/config/ They have the .soc extension (IIRC from StarOffice Color) The standard color palette is then ~/.openoffice.org/3/user/config/standard.soc Every color is an XML element: <draw:color draw:name="Chart 11" draw:color="#c5000b"/> where: * draw:name is the UI name * draw:color is the color in hex RRGGBB format. So #c5000b is RGB(c5, 00, 0b) == (197, 0, 11) Regards -- Ariel Constenla-Haile La Plata, Argentina
signature.asc
(application/pgp-signature, 836 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOdRyrAAoJEMjP1bm45QNW7W0P/RznmrBe5MzaL9ELoqW+F74o PASRRvaEquGyY7q83DRY56/XrtvHb0DitSSy5Zm/9DNHtxcwpoE8ZPhs9CNenf6j On2OAlF1vdT+7fQ3OHYc5KYidkf6a/gE+ekb8Q2G+YdlGm4IhG17uneBIzSibysP UilngQ/rURumGd8GJ/aVap3JogrimhqlL4A21ZW0J2GBO8oZLowbGtVEISm7g9DW dNOyDSndevEDVXSPdKjFUKgXCBemoRG8WHR/CLQRbWnTbPoYRmlbrh4Dy5cEPrm8 lBfz6ndpWaHqYREPyJ1F6hxiGWMiI2Lxf2I1Q4NJVl8soZaZLqIdDJP8fRhg/erq s2vGO1TrPo8otk/9Ft0fspgO7BdhSGEVlyS026yzHsMadWlXPoXyIYj4j1QGCfYa L1lNPkouHQBSlcLh9URHMOwgoKSOxQKevHys1jXhOfCzkpov5dNRVmevD2aKFwfv R+R5IlS100Wxq29T32mjumP+3qL46MjJ3Ik9+CfwG6cJs7ddZKZ5aXoxSe1OfmlP ELLw3Js4eOsv/GJI6j/Z1T2QwnNFU63oEt9Nkmd/5yuL6dTYk3gxOtMq5B1dancm v0e17wlBFONuCu93xE40+J2GDyp3HM2Tdla+9qoH5zi3sZW0kLO4EiNZJwipEyXA 2A9UhFghbv5epJLr8b7h =LeGf -----END PGP SIGNATURE-----