On Wed, Aug 26, 2009 at 03:19, James Elliott wrote: > Say I want to keep an existing colour, say a dark blue, for example, but also > save a modified copy of it, say 'pale blue', what do I click on first?; > what is the correct sequence of events so that I end up with both 'blue' and > 'pale blue' in my list of colurs?
I don't know if you want to describe ti as "correct", but the simplest way is to edit standard.soc in "/home/ login_name /.openoffice.org/3/user/config". (I've forgotten the Windows equivalent. "C:/Documents and Settings/ login_name /Application Data/Openoffice.org/config" is a very rough approximation. You do need to know the RGB value of the colour(s) you want to add. Add the following line <draw:color draw:name=" _name_of_your_new_colour" draw:color="#HHHHHH"/> whereHHHHHH is the RGB value in hexadecimal. jonathon --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
