Olivas, Alexander Raymond wrote: > sorry i wasn't more clear. i do want to change the color in the output. > i already know about Layout->Character, but the color selection is a bit > limited. i was wondering if there is any way to add more color options > to the already existing ones.
Only with ERT at the moment. You can define your own colors with something like this in the preamble: \makeatletter [EMAIL PROTECTED] \usepackage{color} } \makeatother \definecolor{light-blue}{rgb}{0.8,0.85,1} and then \textcolor{light-blue}{bla bla} or \color{light-blue} bla bla \normalcolor in the document. Have a look for details at the graphics documentation (grfguide), which should be in your tree. HTH, Juergen.