Re: Colors in Options
Ariel Constenla-Haile <[email protected]>
| Newsgroups | gmane.comp.openoffice.questions |
|---|---|
| Message-ID | <20110915233237.GB10881__19859.5705711798$1316459867$gmane$org@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) iQIcBAEBCAAGBQJOcosVAAoJEMjP1bm45QNW9MwQALZeztoZdJ16CPYu5GEr9wgk KEZdPYHZjod3IKiiYnwIEG+zK9xtEJbRfdMepLYE9ELzSKijAp5UyMxk3++7PsX4 zShlC6j1JVl47oPxbHkZ6Un/+jYF+LfuVNvYd6cTzDuyc59boKl1zmu/LkFHvHhv KdJQ6oDf95ups9OFGOlaJAe6ARAnMOCFxYKGIV+v5Q5JSxNrvYok4De+U9pIZm/8 hUgL/KJi3IWrrskXQtFt0YqOXVqiHBRteAGUz4q8fhlHv0unGWauRcOBHNUH//l1 voAjbT+E+croApxA0r9pIodPffOfzHmJBe6804a+VDBzfeY2UEFotq/nVLya2moH 8hWh5ItdqI/0cob11iZeufJSTffgmT9Pd2KyfbH4NTZ3ZYVyRmQ/eMWzi11lKqXH J1Q96iNscEh2Dy4zdsptwgx15iMauxjYu/w4mqSH4Gw/gi2a5F0BNDpcV88B8nn6 mhZa7Hajfv68aKpcPhUreQYJeEq4zHCxJfS4pV9fehTcRnW/0jMV45wvCOtX2jpI spZTChzagw4lI3jrraO2Sln6kVlcHTDFsap7KTQ6ugwb/AtPlHDCEJqMVeXpp8VW 3DGraH1OJXHapD59SEYZDROICyYW2rmbVEJ33fLHIqIdbF4F4sA/mA5umWZvQfml WPs7IliLM7I2rLVpMBzu =xipo -----END PGP SIGNATURE-----